source:
tests/Examples/PartialChargeFitting/pre/session.py@
c4cba2
Last change on this file since c4cba2 was 51662a, checked in by , 8 years ago | |
---|---|
|
|
File size: 786 bytes |
Line | |
---|---|
1 | import pyMoleCuilder |
2 | # ========================== Stored Session BEGIN ========================== |
3 | pyMoleCuilder.MoleculeLoad("ABS_TOP_SRCDIR/tests/Examples/PartialChargeFitting/pre/water.pdb") |
4 | pyMoleCuilder.WorldCenterInBox("8,0,0,8,0,8") |
5 | pyMoleCuilder.SelectionAllAtoms() |
6 | pyMoleCuilder.FragmentationFragmentation("BondFragment", "3", "1", "1", "1", "", "0", "5", "0", "0", "0") |
7 | pyMoleCuilder.FragmentationFragmentationAutomation("127.0.0.1", "CONTROLLERPORT", "", "0", "5", "3", "3", "1", "1", "0", "0", "0") |
8 | pyMoleCuilder.FragmentationAnalyseFragmentationResults("1", "BondFragment", "0") |
9 | pyMoleCuilder.PotentialFitPartialCharges("0.5", "0") |
10 | pyMoleCuilder.PotentialSaveParticleParameters("water.particles") |
11 | # =========================== Stored Session END =========================== |
Note:
See TracBrowser
for help on using the repository browser.