molar 1.3.1

Molar is a rust library for analysis of MD trajectories and molecular modeling
Documentation
1
2
3
4
5
6
from pteros import *

s=System('triclinic.pdb')
prot = s('not resname TIP3 POT CLA')
l = prot.unwrap_bonds(0.2)
print(l)