@@ -417,8 +417,8 @@ neutral DFT calculations; therefore, we need to explicitly define the
417417band and twist indexes of the excitations in QMCPACK (e.g., to define
418418electron promotion). In C-diamond, we can give an example by finding the
419419band and twist indexes of :math: `\Gamma ` and :math: `\Delta '`. For this
420- end, a mock VMC calculation can be run and the ``updet.tile_300010003.spin_0.tw_0.g0.bandinfo.dat `` file read. The Einspline
421- file prints out the eigenstates information from DFT calculations .
420+ end, a mock VMC calculation can be run and the ``updet.tile_300010003.spin_0.tw_0.g0.bandinfo.dat `` file read. The bandinfo
421+ file includes the eigenstates information from the underlying DFT calculation .
422422Therefore, we can obtain the band and the state index from this file,
423423which can later be used to define the electron promotion. You can see in
424424the following an explanation of how the band and twist indexes are
@@ -594,7 +594,7 @@ Here, the number of up electrons are increased by one (negatively charged system
594594
595595QE uses symmetry to reduce the number of k-points required for the calculation.
596596Therefore, all symmetry tags in QE (``nosym ``, ``noinv ``, and ``nosym_evc ``) must be set to false.
597- An easy way to check whether this is the case is to see that all KmK values ``einspline `` files are equal to 1.
597+ An easy way to check whether this is the case is to see that all KmK values ``bandinfo `` files are equal to 1.
598598Previously, the input for the neutral cell is given, while the changes are denoted as comments for the positively charged cell.
599599Note that we have used ``det_format = "old" `` in the ``vmc_+/-e.py `` files.
600600
0 commit comments