aiida_vasp.workchains.v2.common#
Common functions and constants
Submodules#
Package Contents#
Functions#
Convert AiiDA entity to plain python objects |
|
Ensure that the first argument is a plain dictionary |
|
Validate the parameters input by passing it through the massager |
|
Convert site mangetization to MAGMOM used for restart NOTE: to be replaced by stock function in aiida_vasp.utils.workchains |
|
Update the dictionary - combine nested sub-dictionary with update as well |
|
Utility to update a Dict node in a nested way |
Data#
API#
- aiida_vasp.workchains.v2.common.OVERRIDE_NAMESPACE = 'incar'#
- aiida_vasp.workchains.v2.common.aiida_to_python(entity)[source]#
Convert AiiDA entity to plain python objects
- aiida_vasp.workchains.v2.common.plain_python_args(func)[source]#
Ensure that the first argument is a plain dictionary
- aiida_vasp.workchains.v2.common.parameters_validator(node, port=None)[source]#
Validate the parameters input by passing it through the massager
- aiida_vasp.workchains.v2.common.site_magnetization_to_magmom(site_dict)[source]#
Convert site mangetization to MAGMOM used for restart NOTE: to be replaced by stock function in aiida_vasp.utils.workchains