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

Candidate_v1.7.1 stable v1.7.1
Last change on this file was d2be22, checked in by Frederik Heber <frederik.heber@…>, 8 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: 964 bytes
Line 
1import pyMoleCuilder
2# ========================== Stored Session BEGIN ==========================
3pyMoleCuilder.CommandVerbose(verbose="2")
4pyMoleCuilder.ParserSetOutputFormats(set_output="mpqc tremolo")
5pyMoleCuilder.CommandSetRandomNumbersDistribution(set_random_number_distribution="uniform_int", random_number_distribution_parameters="p=1;")
6pyMoleCuilder.WorldChangeBox(change_box="20,0,0,20,0,20")
7pyMoleCuilder.AtomAdd(add_atom="1", domain_position="1,1,1")
8pyMoleCuilder.SelectionAtomById(select_atom_by_id="0 0")
9pyMoleCuilder.CommandBondLengthTable(bond_table="BONDTABLE")
10pyMoleCuilder.GraphSubgraphDissection()
11pyMoleCuilder.SelectionMoleculeOfAtom()
12pyMoleCuilder.FillRegularGrid(mesh_size="3 3 3", mesh_offset=".5,.5,.5", min_distance="1", tesselation_radius="0", random_atom_displacement="0", random_molecule_displacement="0", DoRotate="0")
13pyMoleCuilder.CommandVersion()
14# =========================== Stored Session END ===========================
Note: See TracBrowser for help on using the repository browser.