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 | |
---|
1 | import pyMoleCuilder
|
---|
2 | # ========================== Stored Session BEGIN ==========================
|
---|
3 | pyMoleCuilder.CommandVerbose(verbose="2")
|
---|
4 | pyMoleCuilder.ParserSetOutputFormats(set_output="mpqc tremolo")
|
---|
5 | pyMoleCuilder.CommandSetRandomNumbersDistribution(set_random_number_distribution="uniform_int", random_number_distribution_parameters="p=1;")
|
---|
6 | pyMoleCuilder.WorldChangeBox(change_box="20,0,0,20,0,20")
|
---|
7 | pyMoleCuilder.AtomAdd(add_atom="1", domain_position="1,1,1")
|
---|
8 | pyMoleCuilder.SelectionAtomById(select_atom_by_id="0 0")
|
---|
9 | pyMoleCuilder.GraphSubgraphDissection()
|
---|
10 | pyMoleCuilder.SelectionMoleculeOfAtom()
|
---|
11 | pyMoleCuilder.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")
|
---|
12 | pyMoleCuilder.CommandVersion()
|
---|
13 | # =========================== Stored Session END ===========================
|
---|
Note:
See
TracBrowser
for help on using the repository browser.