module
Chem::PSF
Defined in:
chem/formats/psf.crClass Method Summary
-
.read(io : IO) : Structure
Reads the structure from io.
-
.read(path : Path | String) : Structure
Reads the structure from path.
Class Method Detail
Reads the structure from io. Supports the standard, extended, and NAMD variants.
Atom positions are set to zero.
Reads the structure from path. Supports the standard, extended, and NAMD variants.
Atom positions are set to zero.