isolated_atom.py
Calculation functions
- isolated_atom(lammps_command: str, potential: atomman.lammps.Potential.Potential, mpi_command: Optional[str] = None) dict
Evaluates the isolated atom energy for each elemental model of a potential.
- Parameters
- Returns
Dictionary of results consisting of keys:
’energy’ (dict) - The computed potential energies for each symbol.
- Return type