source: tests/Examples/PartialChargeFitting/pre/session.py@ 1181a3

AutomationFragmentation_failures Candidate_v1.6.1 ChemicalSpaceEvaluator Enhanced_StructuralOptimization_continued Exclude_Hydrogens_annealWithBondGraph ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_contraction-expansion Gui_displays_atomic_force_velocity JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool PythonUI_with_named_parameters StoppableMakroAction TremoloParser_IncreasedPrecision
Last change on this file since 1181a3 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 
1import pyMoleCuilder
2# ========================== Stored Session BEGIN ==========================
3pyMoleCuilder.MoleculeLoad("ABS_TOP_SRCDIR/tests/Examples/PartialChargeFitting/pre/water.pdb")
4pyMoleCuilder.WorldCenterInBox("8,0,0,8,0,8")
5pyMoleCuilder.SelectionAllAtoms()
6pyMoleCuilder.FragmentationFragmentation("BondFragment", "3", "1", "1", "1", "", "0", "5", "0", "0", "0")
7pyMoleCuilder.FragmentationFragmentationAutomation("127.0.0.1", "CONTROLLERPORT", "", "0", "5", "3", "3", "1", "1", "0", "0", "0")
8pyMoleCuilder.FragmentationAnalyseFragmentationResults("1", "BondFragment", "0")
9pyMoleCuilder.PotentialFitPartialCharges("0.5", "0")
10pyMoleCuilder.PotentialSaveParticleParameters("water.particles")
11# =========================== Stored Session END ===========================
Note: See TracBrowser for help on using the repository browser.