@@ -93,8 +93,8 @@ class BasePhononMaker(Maker, ABC):
9393 High-throughput electronic band structure calculations:
9494 Challenges and tools. Computational Materials Science,
9595 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
9898 bulk_relax_maker: .ForceFieldRelaxMaker, .BaseAimsMaker, .BaseVaspMaker, or None
9999 A maker to perform a tight relaxation on the bulk.
100100 Set to ``None`` to skip the
@@ -128,7 +128,7 @@ class BasePhononMaker(Maker, ABC):
128128 it relies on phonopy to handle the relationship
129129 to the primitive cell and not pymatgen
130130 code: str
131- determines the dft or force field code.
131+ determines the DFT or force field code.
132132 store_force_constants: bool
133133 if True, force constants will be stored
134134 socket: bool
@@ -200,7 +200,7 @@ def make(
200200 It has to be given per formula unit (as a result in corresponding Doc).
201201 Instead of recomputing the energy of the bulk structure every time, this
202202 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.
204204 No conversion needed.
205205 supercell_matrix: list
206206 Instead of min_length, also a supercell_matrix can be given, e.g.
0 commit comments