Some PSF files (such as those written by VMD) can be badly formatted (for example, missing the segment ID column in the NATOM section), e.g.:
130676 !NATOM
1 1 ASP N N3 0.078200 14.0100 0
This PR allows cpptraj to recognize and successfully read these PSF files. Under the hood switches from using CpptrajFile to BufferedLine class for reading.
Version 6.19.4.
Some PSF files (such as those written by VMD) can be badly formatted (for example, missing the segment ID column in the NATOM section), e.g.:
This PR allows cpptraj to recognize and successfully read these PSF files. Under the hood switches from using CpptrajFile to BufferedLine class for reading.