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
|
| Rev | Line | |
|---|
| [607245] | 1 | import pyMoleCuilder
|
|---|
| 2 | # ========================== Stored Session BEGIN ==========================
|
|---|
| 3 | pyMoleCuilder.CommandVerbose("2")
|
|---|
| 4 | pyMoleCuilder.ParserSetOutputFormats("mpqc tremolo")
|
|---|
| 5 | pyMoleCuilder.CommandSetRandomNumbersDistribution("uniform_int", "p=1;")
|
|---|
| 6 | pyMoleCuilder.WorldChangeBox("20,0,0,20,0,20")
|
|---|
| 7 | pyMoleCuilder.AtomAdd("1", "1,1,1")
|
|---|
| 8 | pyMoleCuilder.SelectionAtomById("0 0")
|
|---|
| [d2be22] | 9 | pyMoleCuilder.CommandBondLengthTable(bond_table="BONDTABLE")
|
|---|
| [607245] | 10 | pyMoleCuilder.GraphSubgraphDissection()
|
|---|
| 11 | pyMoleCuilder.SelectionMoleculeOfAtom()
|
|---|
| [db1048] | 12 | pyMoleCuilder.FillRegularGrid("3 3 3", ".5,.5,.5", "1", "0", "0", "0", "0")
|
|---|
| [607245] | 13 | pyMoleCuilder.CommandVersion()
|
|---|
| 14 | # =========================== Stored Session END ===========================
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.