├── CreateUnitCellDataBase.m ├── GenerateVoxel.m ├── HTOP.m ├── README.md ├── display_3D.m ├── homo3D.m ├── run_HTOP.m └── unit_cell_visualization.m /CreateUnitCellDataBase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljuillen/HTOP/HEAD/CreateUnitCellDataBase.m -------------------------------------------------------------------------------- /GenerateVoxel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljuillen/HTOP/HEAD/GenerateVoxel.m -------------------------------------------------------------------------------- /HTOP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljuillen/HTOP/HEAD/HTOP.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljuillen/HTOP/HEAD/README.md -------------------------------------------------------------------------------- /display_3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljuillen/HTOP/HEAD/display_3D.m -------------------------------------------------------------------------------- /homo3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljuillen/HTOP/HEAD/homo3D.m -------------------------------------------------------------------------------- /run_HTOP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljuillen/HTOP/HEAD/run_HTOP.m -------------------------------------------------------------------------------- /unit_cell_visualization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljuillen/HTOP/HEAD/unit_cell_visualization.m --------------------------------------------------------------------------------