create_atoms

mdcraft.lammps.topology.create_atoms(dimensions: ndarray[float] | Quantity | Quantity | Topology, N: int = None, N_p: int = 1, *, lattice: str = None, length: float | Quantity = 0.34, flexible: bool = False, bonds: bool = False, angles: bool = False, dihedrals: bool = False, randomize: bool = False, length_unit: Unit | Unit = None, wrap: bool = False) Any[source]

Generates initial particle positions for coarse-grained simulations.

See also

This function is an alias for mdcraft.algorithm.topology.create_atoms().