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 | |
|---|
| 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.CommandBondLengthTable(bond_table="BONDTABLE")
|
|---|
| 10 | pyMoleCuilder.GraphSubgraphDissection()
|
|---|
| 11 | pyMoleCuilder.SelectionMoleculeOfAtom()
|
|---|
| 12 | 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")
|
|---|
| 13 | pyMoleCuilder.CommandVersion()
|
|---|
| 14 | # =========================== Stored Session END ===========================
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.