atomate.lammps package

Submodules

atomate.lammps.database module

atomate.lammps.drones module

Lammps Drones.

class atomate.lammps.drones.LammpsDrone(additional_fields=None, use_full_uri=True, diffusion_params=None)

Bases: pymatgen.apps.borg.hive.AbstractDrone

__init__(additional_fields=None, use_full_uri=True, diffusion_params=None)
Args:

additional_fields (dict): use_full_uri (bool): diffusion_params (dict): parameters to the diffusion_analyzer. If specified a summary

of diffusion statistics will be added.

as_dict()

A JSON serializable dict representation of an object.

assimilate(path, input_filename, log_filename='log.lammps', is_forcefield=False, data_filename=None, dump_files=None)

Parses lammps input, data and log files and insert the result into the db.

Args:

path (str): path to the run folder input_filename (str): just the name of the input file log_filename (str): lammps log file name is_forcefield (bool): whether or not to parse forcefield info data_filename (str): name of the data file dump_files ([str]): list of dump file names

Returns:

dict

classmethod from_dict(d)
Parameters

d – Dict representation.

Returns

MSONable class.

generate_doc(dir_name, lmps_input, log, dumps)
Args:

dir_name (str): path to the run dir. lmps_input (LammpsInput/LammpsInputSet): log (LammpsLog): dumps ([(filename, LammpsDump)]): list of (dump filename, dump) tuples

Returns:

dict

get_valid_paths(path)

Checks if path contains valid data for assimilation, and then returns the valid paths. The paths returned can be a list of directory or file paths, depending on what kind of data you are assimilating. For example, if you are assimilating VASP runs, you are only interested in directories containing vasprun.xml files. On the other hand, if you are interested converting all POSCARs in a directory tree to cifs for example, you will want the file paths.

Args:
path: input path as a tuple generated from os.walk, i.e.,

(parent, subdirs, files).

Returns:

List of valid dir/file paths for assimilation

post_process(d, lmps_run)

Simple post processing.

Args:

d (dict) lmps_run (LammpsRun)

schema = {'root': {'completed_at', 'dir_name', 'input', 'last_updated', 'output', 'schema', 'state'}}

atomate.lammps.utils module

atomate.lammps.utils.use_fake_lammps(original_wf, ref_dir)

Module contents