@@ -93,8 +93,8 @@ class BasePhononMaker(Maker, ABC):
93
93
High-throughput electronic band structure calculations:
94
94
Challenges and tools. Computational Materials Science,
95
95
49(2), 299-312. doi:10.1016/j.commatsci.2010.05.010.
96
- We will however use seekpath and primitive structures
97
- as determined by from phonopy to compute the phonon band structure
96
+ We will, however, use seekpath and primitive structures
97
+ as determined by phonopy to compute the phonon band structure
98
98
bulk_relax_maker: .ForceFieldRelaxMaker, .BaseAimsMaker, .BaseVaspMaker, or None
99
99
A maker to perform a tight relaxation on the bulk.
100
100
Set to ``None`` to skip the
@@ -128,7 +128,7 @@ class BasePhononMaker(Maker, ABC):
128
128
it relies on phonopy to handle the relationship
129
129
to the primitive cell and not pymatgen
130
130
code: str
131
- determines the dft or force field code.
131
+ determines the DFT or force field code.
132
132
store_force_constants: bool
133
133
if True, force constants will be stored
134
134
socket: bool
@@ -200,7 +200,7 @@ def make(
200
200
It has to be given per formula unit (as a result in corresponding Doc).
201
201
Instead of recomputing the energy of the bulk structure every time, this
202
202
value can also be provided in eV. If it is provided, the static run will be
203
- skipped. This energy is the typical output dft energy of the dft workflow.
203
+ skipped. This energy is the typical output dft energy of the DFT workflow.
204
204
No conversion needed.
205
205
supercell_matrix: list
206
206
Instead of min_length, also a supercell_matrix can be given, e.g.
0 commit comments