Candidate_v1.7.0
stable
|
Last change
on this file since 91c409 was cd91bd, checked in by Frederik Heber <frederik.heber@…>, 8 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:
439 bytes
|
| Line | |
|---|
| 1 | import pyMoleCuilder
|
|---|
| 2 | # ========================== Stored Session BEGIN ==========================
|
|---|
| 3 | pyMoleCuilder.CommandDryRun()
|
|---|
| 4 | pyMoleCuilder.WorldInput(input="hydrogen.xyz")
|
|---|
| 5 | pyMoleCuilder.AtomAdd(add_atom="1", domain_position="0,0,0")
|
|---|
| 6 | pyMoleCuilder.SelectionAllAtoms()
|
|---|
| 7 | pyMoleCuilder.AtomTranslate(position="5,5,5", periodic="0")
|
|---|
| 8 | pyMoleCuilder.CommandNoDryRun()
|
|---|
| 9 | # =========================== Stored Session END ===========================
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.