@@ -417,12 +417,12 @@ 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 ``einspline .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
425- defined using a portion of the ``einspline .tile_300010003.spin_0.tw_0.g0.bandinfo.dat `` file. Spin_0 in the file name suggests
425+ defined using a portion of the ``updet .tile_300010003.spin_0.tw_0.g0.bandinfo.dat `` file. Spin_0 in the file name suggests
426426that we are reading the spin-up eigenstates. Band, state, twistindex,
427427and bandindex numbers all start from zero. We know we have 72 electrons
428428in the simulation cell, with 36 of them spin-up polarized. Since the
@@ -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
@@ -638,7 +638,7 @@ After resubmitting the batch job, in the output, you should be able to see the f
638638 We will read 36 distinct orbitals.
639639 There are 0 core states and 36 valence states.
640640
641- And the ``einspline .tile_300010003.spin_0.tw_0.g0.bandinfo.dat `` file must be changed in the following way:
641+ And the ``updet .tile_300010003.spin_0.tw_0.g0.bandinfo.dat `` file must be changed in the following way:
642642
643643::
644644
0 commit comments