-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule StdFace
updated
27 files
+6 −0 | .gitignore | |
+4 −0 | CMakeLists.txt | |
+6 −1 | README.md | |
+10 −0 | samples/hubbard/default_model/stan.in | |
+8 −0 | samples/hubbard/wannier/stan.in | |
+5 −0 | samples/hubbard/wannier/zvo_geom.dat | |
+14 −0 | samples/hubbard/wannier/zvo_hr.dat | |
+14 −0 | samples/hubbard/wannier/zvo_ur.dat | |
+7 −1 | src/CMakeLists.txt | |
+15 −5 | src/ChainLattice.c | |
+9 −8 | src/FCOrtho.c | |
+18 −8 | src/HoneycombLattice.c | |
+15 −5 | src/Kagome.c | |
+15 −5 | src/Ladder.c | |
+5 −4 | src/Orthorhombic.c | |
+10 −9 | src/Pyrochlore.c | |
+14 −4 | src/SquareLattice.c | |
+100 −40 | src/StdFace_ModelUtil.c | |
+2 −2 | src/StdFace_ModelUtil.h | |
+205 −33 | src/StdFace_main.c | |
+22 −0 | src/StdFace_vals.h | |
+14 −4 | src/TriangularLattice.c | |
+22 −10 | src/Wannier90.c | |
+13 −4 | src/dry.c | |
+869 −0 | src/export_wannier90.c | |
+13 −0 | src/export_wannier90.h | |
+14 −13 | src/version.h |