mirror of
https://github.com/triqs/dft_tools
synced 2024-11-06 22:23:52 +01:00
Small change to doc and faq added regarding optics
This commit is contained in:
parent
c2b45180f0
commit
0a07681455
@ -20,6 +20,12 @@ the parameters as desired.
|
|||||||
|
|
||||||
.. literalinclude:: plotting_spaghettis.py
|
.. literalinclude:: plotting_spaghettis.py
|
||||||
|
|
||||||
|
x optic does not write a case.pmat file
|
||||||
|
---------------------------------------
|
||||||
|
Make sure that you set line 6 to "ON" and put a "1" to the following line.
|
||||||
|
The "1" is undocumented in Wien2k, but needed to have `case.pmat` written.
|
||||||
|
However, we are working on reading directly the `case.mommat2` file.
|
||||||
|
|
||||||
Why is my calculation not working?
|
Why is my calculation not working?
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ The basics steps to calculate the matrix elements of the momentum operator with
|
|||||||
6) Run `x optic`.
|
6) Run `x optic`.
|
||||||
|
|
||||||
Additionally the input file :file:`case.inop` is required. A detail description on how to setup this file can be found in the Wien2k user guide [#userguide]_ on page 166.
|
Additionally the input file :file:`case.inop` is required. A detail description on how to setup this file can be found in the Wien2k user guide [#userguide]_ on page 166.
|
||||||
Here the energy window can be chosen according to the window used for :program:`dmftproj`. However, keep in mind that energies have to be specified in absolute values! Furthermore it is important to set line 6 to ON for printing the matrix elements to the :file:`.pmat` file.
|
Here the energy window can be chosen according to the window used for :program:`dmftproj`. However, keep in mind that energies have to be specified in absolute values! Furthermore it is important to set line 6 to "ON" and a "1" in the next line for printing the matrix elements to the :file:`.pmat` file.
|
||||||
|
|
||||||
|
|
||||||
Using the transport code
|
Using the transport code
|
||||||
|
Loading…
Reference in New Issue
Block a user