aiida_vasp.utils.export#
Module Contents#
Functions#
Export VASP calculation files to destination. |
|
Export a single calculation. |
|
Save the pseudopotential file (POTCAR) |
|
Export a workchain. |
|
Export the neb calculation |
|
Copy objects from aiida repository. |
|
Copy all objects of a node saved in the repository to the disc |
API#
- aiida_vasp.utils.export.export_vasp(process_node: aiida.orm.Node, dst: str | pathlib.Path, decompress: bool = False, include_potcar: bool = False) None[source]#
Export VASP calculation files to destination.
- aiida_vasp.utils.export._export_calculation(calc_node: aiida.orm.CalcJobNode, dst: pathlib.Path, decompress: bool = False, include_potcar: bool = False) None[source]#
Export a single calculation.
- aiida_vasp.utils.export.export_pseudos(calc_job_node: Any, folder: pathlib.Path) None[source]#
Save the pseudopotential file (POTCAR)
- aiida_vasp.utils.export._export_workchain(work_node: aiida.orm.WorkChainNode, dst: pathlib.Path, decompress: bool = False, include_potcar: bool = False) None[source]#
Export a workchain.
- aiida_vasp.utils.export.export_neb(workchain: Any, dst: str | pathlib.Path, decompress: bool = True, include_potcar: bool = True, energy_type: str = 'energy_extrapolated') None[source]#
Export the neb calculation