viperleed.calc.classes.rparams.domain_params.DomainParameters
- class viperleed.calc.classes.rparams.domain_params.DomainParameters(workdir, name)[source]
Information about one structural domain.
- __init__(workdir, name)[source]
Initialize instance.
- Parameters:
workdir (pathlike) – Path to the sub-directory of the main work directory where calculations for this domain are performed.
name (str) – The name of this domain (e.g., the one defined by the user via the DOMAIN parameter).
Methods
__init__(workdir, name)Initialize instance.
collect_input_files(src)Fetch input files from the source given by the user.