airsspy.cli.cmd_run#

CLI commands for running AIRSS searches locally (non-jobflow, like airss.pl).

Module Contents#

Functions#

run

Run AIRSS searches locally (non-jobflow, like airss.pl).

run_search

Run an AIRSS random structure search locally.

run_crud

Consume hopper/*.res jobs locally, like crud.pl.

run_relax

Relax existing cell files locally.

run_sp

Run single-point calculations on existing cell files.

Data#

API#

airsspy.cli.cmd_run.logger#

‘getLogger(…)’

airsspy.cli.cmd_run.STOP_FILE_NAME#

‘stop’

airsspy.cli.cmd_run.EXE_DEFAULTS#

None

airsspy.cli.cmd_run.run()#

Run AIRSS searches locally (non-jobflow, like airss.pl).

Run an AIRSS random structure search locally.

airsspy.cli.cmd_run.run_crud(code, exe, workdir, num, nostop, cycle, keep, singlepoint, pressure, max_iterations, cluster, mpinp, walltime_buffer, calculator_spec, optimizer, fmax, device, batch_size, potcar_dir, potcar_map_values)#

Consume hopper/*.res jobs locally, like crud.pl.

airsspy.cli.cmd_run.run_relax(cell, seed, code, exe, workdir, keep, pack, singlepoint, pressure, max_iterations, cluster, mpinp, walltime_buffer, calculator_spec, optimizer, fmax, device, batch_size, debug, potcar_dir, potcar_map_values)#

Relax existing cell files locally.

airsspy.cli.cmd_run.run_sp(cell, seed, code, exe, workdir, keep, pack, walltime_buffer, calculator_spec, device, batch_size, pressure, potcar_dir, potcar_map_values)#

Run single-point calculations on existing cell files.