Skip to content
Snippets Groups Projects
Commit 67285343 authored by Berk Onat's avatar Berk Onat
Browse files

Update README.md

parent ddd372e7
No related branches found
No related tags found
No related merge requests found
[pymolfile]
pymolfile
Usage example:
import pymolfile
molfile = pymolfile.OpenMolfile('test/ala3.pdb')
print(molfile.topology.structure)
print(molfile.topology.bonds)
print(molfile.topology.angles)
molfile_traj = molfile.trajectory.iread()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment