source: tests/regression/Options/Session/pre/complextest.py

Candidate_v1.7.1 stable v1.7.1
Last change on this file was d2be22, checked in by Frederik Heber <frederik.heber@…>, 7 days ago

Actions relying on BondGraph fail if not bond table is loaded.

  • this is to ensure to not stumble over missing optimal bond lengths from the table, like with StretchBondAction.
  • TESTFIX: All regression tests that use these actions need to load the bond-table now.
  • Property mode set to 100644
File size: 705 bytes
RevLine 
[607245]1import pyMoleCuilder
2# ========================== Stored Session BEGIN ==========================
3pyMoleCuilder.CommandVerbose("2")
4pyMoleCuilder.ParserSetOutputFormats("mpqc tremolo")
5pyMoleCuilder.CommandSetRandomNumbersDistribution("uniform_int", "p=1;")
6pyMoleCuilder.WorldChangeBox("20,0,0,20,0,20")
7pyMoleCuilder.AtomAdd("1", "1,1,1")
8pyMoleCuilder.SelectionAtomById("0 0")
[d2be22]9pyMoleCuilder.CommandBondLengthTable(bond_table="BONDTABLE")
[607245]10pyMoleCuilder.GraphSubgraphDissection()
11pyMoleCuilder.SelectionMoleculeOfAtom()
[db1048]12pyMoleCuilder.FillRegularGrid("3 3 3", ".5,.5,.5", "1", "0", "0", "0", "0")
[607245]13pyMoleCuilder.CommandVersion()
14# =========================== Stored Session END ===========================
Note: See TracBrowser for help on using the repository browser.