All plugins
CalcJobs and calculation functions aiida.calculations Data node types aiida.data CalcJob parsers aiida.parsers
aiida-zeopp
AiiDA plugin for zeo++
status stable
AiiDA
>=2.3,<3.0
General information
Registry checks
W006: 'development_status' key is deprecated. Use PyPI Trove classifiers in the plugin repository instead.
Click any code (W001, E001…) to jump to
troubleshooting instructions
.
Plugins provided
Calculations 1 Parsers 1 Data 1
Entry points
-
zeopp.network
class:aiida_zeopp.calculations.network:NetworkCalculationAiiDA calculation plugin for the zeo++ network binary
Input Required Valid types Description parameterstrue NetworkParameterscommand line parameters for zeo++ structuretrue CifDatainput structure to be analyzed atomic_radiifalse SinglefileData, NoneTypeatomic radii file codefalse AbstractCode, NoneTypeThe `Code` to use for this job. This input is required, unless the `remote_folder` input is specified, which means an existing job is being imported and no code will actually be run. metadatafalse monitorsfalse DictAdd monitoring functions that can inspect output files while the job is running and decide to prematurely terminate the job. remote_folderfalse RemoteData, NoneTypeRemote directory containing the results of an already completed calculation job without AiiDA. The inputs should be passed to the `CalcJob` as normal but instead of launching the actual job, the engine will recreate the input files and then proceed straight to the retrieve step where the files of this `RemoteData` will be retrieved as if it had been actually launched through AiiDA. If a parser is defined in the inputs, the results are parsed and attached as output nodes as usual. Output Required Valid types Description output_parameterstrue Dictkey-value pairs parsed from zeo++ output file(s). remote_foldertrue RemoteDataInput files necessary to run the process will be stored in this folder node. retrievedtrue FolderDataFiles that are retrieved by the daemon will be stored in this node. By default the stdout and stderr of the scheduler will be added, but one can add more by specifying them in `CalcInfo.retrieve_list`. blockfalse SinglefileDataBlocked pockets fileoutput file. remote_stashfalse RemoteStashDataContents of the `stash.source_list` option are stored in this remote folder after job completion. Exit status Message 0 Calculation completed successfully. 1 The process has failed with an unspecified error. 2 The process failed with legacy failure mode. 10 The process returned an invalid output. 11 The process did not register a required output. 100 The process did not have the required `retrieved` output. 101 Not all expected output files were found. 102 Empty block file. This indicates the calculation of blocked pockets did not finish. 110 The job ran out of memory. 120 The job ran out of walltime. 131 The specified account is invalid. 140 The node running the job failed. 150 {message}
-
zeopp.parameters
aiida_zeopp.data.parameters:NetworkParameters
-
zeopp.network
aiida_zeopp.parsers.network:NetworkParser