aiida_vasp.commands.tools#
Module for easy access to aiida-vasp calculations.
Module Contents#
Functions#
Tool for aiida-vasp related data |
|
Export a VASP calculation, works for both VaspCalculation or VaspWorkChain |
|
Select calcjob from work |
|
Print the conetent of a remote file to STDOUT |
|
Pull a calculation folder from the remote |
|
Follow a file on the remote computer |
|
Cat the output of the last calculation of a finished workflow |
|
Specific gotocomputer string to connect to a given remote computer via ssh and directly go to the calculation folder and then do tail -f of the target file. |
Data#
API#
- aiida_vasp.commands.tools.VERDI_DATA = 'cmp_load_verdi_data(...)'#
- aiida_vasp.commands.tools.tools()#
Tool for aiida-vasp related data
- aiida_vasp.commands.tools.export(process, folder, decompress, include_potcar)#
Export a VASP calculation, works for both VaspCalculation or VaspWorkChain
- aiida_vasp.commands.tools.remotecat(calcjob, fname, save_to)#
Print the conetent of a remote file to STDOUT
This command for printing the content of a remote file to STDOUT. Useful for analysing running calculations.
- aiida_vasp.commands.tools.remotepull(calcjob, dest, max_size)#
Pull a calculation folder from the remote
This command for pull a calculation folder to a local folder. rsync is used for doing the heavy lifting.
- aiida_vasp.commands.tools.remotetail(calcjob, fname)#
Follow a file on the remote computer
This command will launch a ssh session dedicated for following a file using the tail -f command
- aiida_vasp.commands.tools.relaxcat(workflow, fname)#
Cat the output of the last calculation of a finished workflow