Commit 1dbc9a65 authored by Jason Swails's avatar Jason Swails
Browse files

Give users an easy way to clear the CMAP terms if they don't want to include any

correction maps in their calculations.
parent d1cf2346
......@@ -1442,6 +1442,10 @@ class CharmmPsfFile(object):
""" Sets the box vectors """
self.box_vectors = stuff
def deleteCmap(self):
""" Deletes the CMAP terms from the CHARMM PSF """
self.cmap_list = TrackedList()
def _box_vectors_from_lengths_angles(a, b, c, alpha, beta, gamma):
"""
This method takes the lengths and angles from a unit cell and creates unit
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment