mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
Modified doc and hk_convert test
This commit is contained in:
parent
3eca36fa35
commit
4abd04bbee
@ -23,9 +23,9 @@ In order to be used with the DMFT routines, the following data needs to be provi
|
|||||||
|
|
||||||
* `SO`, numpy.int. 1 if spin-orbit interaction is included, 0 otherwise.
|
* `SO`, numpy.int. 1 if spin-orbit interaction is included, 0 otherwise.
|
||||||
|
|
||||||
* `charge_below`, numpy.float. The number of electrons in the crystal below the correlated orbitals.
|
* `charge_below`, numpy.float. The number of electrons in the crystal below the correlated orbitals. Note that this is for compatibility with dmftproj.
|
||||||
|
|
||||||
* `density_required`, numpy.float. Required total electron density, important for the determination of the chemical potential. The density of the correlated electrons is then `density_required`-`charge_below`.
|
* `density_required`, numpy.float. Required total electron density, important for the determination of the chemical potential. The density within the projection window is then `density_required`-`charge_below`.
|
||||||
|
|
||||||
* `symm_op`, numpy.int. 1 if symmetry operations are used for the BZ sums, 0 if all k-points are directly included in the input.
|
* `symm_op`, numpy.int. 1 if symmetry operations are used for the BZ sums, 0 if all k-points are directly included in the input.
|
||||||
|
|
||||||
|
Binary file not shown.
@ -1,9 +1,9 @@
|
|||||||
27
|
27
|
||||||
1.0
|
1.0
|
||||||
1
|
1
|
||||||
1 1 2 3
|
0 0 2 3
|
||||||
1
|
1
|
||||||
1 1 2 3 0 1
|
0 0 2 3 0 1
|
||||||
2 2 3
|
2 2 3
|
||||||
-0.99637800 0.00000000 0.00000000
|
-0.99637800 0.00000000 0.00000000
|
||||||
0.00000000 -0.99637800 0.00000000
|
0.00000000 -0.99637800 0.00000000
|
||||||
|
Loading…
Reference in New Issue
Block a user