Created
March 2, 2020 22:44
-
-
Save rmatsum836/94070e302d40cde8974de4697b0accfb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import mbuild as mb | |
import foyer | |
from foyer import Forcefield | |
butane = mb.load('CCCC', smiles=True) | |
gomc = Forcefield('opls_gomc.xml') | |
typed = gomc.apply(butane, assert_dihedral_params=False) | |
typed.save('butane.top', overwrite=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment