MuonAirss-Gen User Guide

The script pm-muairss-gen is aimed at generating a number of random starting structures to then converge with some outside calculator to potential stopping sites. The script is used as follows:

pm-muairss-gen <structure> <parameter file>

Here <structure> may be a single structure file in a format readable by the Atomic Simulation Environment (ASE), or a folder containing multiple ones, in which case separate folders will be generated for the output structures. <parameter file> is meant to be a file in YAML format containing the parameters defining the way the structures are generated. For example, a typical YAML file may look like:

name: structure 
poisson_r: 0.8 
supercell: [2, 2, 2]

with variables written like Python values (strings, floats, or lists). The important thing is to make sure that the separators after the colon are spaces and not tabs, since the latter are not compatible with the format. Here we present a list of acceptable keywords to use in this file.

Keywords