IndependentFragmentGrids_IntegrationTest
Last change
on this file since e1e108 was 51662a, checked in by Frederik Heber <heber@…>, 8 years ago |
Added Example with partial charge fitting to water molecule.
|
-
Property mode
set to
100644
|
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.