ToruNiina / Jarngreipr

forcefield parameter file generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make PDBReader non-lazy

ToruNiina opened this issue · comments

Currently, PDBReader reads pdb file lazily. It is a nice feature if it normally reads large file.
However, Jarngreipr normally does not read such a large pdb file and also the conformation read from pdb file will remain on memory throughout the execution.