Options for generating simulations: makesims.yml
Sets options which detemine where on the local machine the simulations should be generated
(string)
The absolute path on the local machine in which the simulaton series directory will be generated.
Parameterises the AtomisticStructure upon which all structures in the series will be based.
Sets arguments which are passed to apply_boundary_vac
method.
(float)
Sets the length of vacuum to be applied to the GB supercell in the GB normal direction. Vacuum is distributed according to a Sigmoid function.
Sets arguments which are passed to apply_boundary_vac_flat
method.
(float)
Sets the length of vacuum to be applied to the GB supercell in the GB normal direction. Vacuum is distributed according to a step function.
Sets arguments which are passed to apply_boundary_vac_linear
method.
(float)
Sets the length of vacuum to be applied to the GB supercell in the GB normal direction. Vacuum is distributed according to a linear function.
Sets options for importing an AtomisticStructure from a previous simulation series.
(int)
Sets the index of the simulation within the series in which the structure to import can be found.
(int)
Sets the optimisation step from which to import the structure. Negative indices count back from the final
step, which would be
-1
.
For each `check`, if "all", the check is performed after the generation of both the base structure and the series structures. If "base", the check is performed after the generation of the base structure only. If "series", the check is performed after the generation of each series structure. If "none", the check is not performed at all.
(string: "all" | "base" | "series" | "none")
Determines when to check if any atoms are closer than the distance defined in
base_structure.overlap_tol
.
(string: "all" | "base" | "series" | "none")
Determines when to check if the generated bicrystal exhibits inversion symmetry through the centre of one of its crystals.