I'm trying to load trajectories without water into memory using this example.
When I attempt to mask water the program runs forever until I interrupt it and the following error message occur:
Traceback (most recent call last):
File "analyse_traj.py", line 23, in <module>
traj = traj_water['!:WAT']
File "pytraj/trajectory/c_traj/c_trajectory.pyx", line 314, in pytraj.trajectory.c_traj.c_trajectory.TrajectoryCpptraj.__getitem__
NotImplementedError: not supported keyword !:WAT
Hello,
I'm trying to load trajectories without water into memory using this example.
When I attempt to mask water the program runs forever until I interrupt it and the following error message occur:
Package versions:
Thanks