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

Candidate_v1.6.1 ChemicalSpaceEvaluator PythonUI_with_named_parameters TremoloParser_IncreasedPrecision
Last change on this file since cd91bd was cd91bd, checked in by Frederik Heber <frederik.heber@…>, 7 years ago

TESTFIX: Changes to test scripts because now keyword arguments are used in store-session.

  • TESTS: Removed XFAIL from failing tests again.
  • FIX: Removed doubled disclaimer in python tests.
  • Property mode set to 100644
File size: 903 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.GraphSubgraphDissection()
10pyMoleCuilder.SelectionMoleculeOfAtom()
11pyMoleCuilder.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")
12pyMoleCuilder.CommandVersion()
13# =========================== Stored Session END ===========================
Note: See TracBrowser for help on using the repository browser.