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('no_ATP.pdb')
prot = s()
pairs,dist = search_contacts(0.3,prot,pbc=[1,1,1])
print(len(pairs))