Changeset 8d56a6 for tests/regression/Options/DryRun/post/session.py
- Timestamp:
- Jun 21, 2018, 8:31:25 AM (7 years ago)
- Branches:
- Candidate_v1.6.1, ChemicalSpaceEvaluator
- Children:
- d83d64, f5ea10
- Parents:
- 3e334e (diff), 4fc0ea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Options/DryRun/post/session.py
r3e334e r8d56a6 2 2 # ========================== Stored Session BEGIN ========================== 3 3 pyMoleCuilder.CommandDryRun() 4 pyMoleCuilder.WorldInput( "hydrogen.xyz")5 pyMoleCuilder.AtomAdd( "1","0,0,0")4 pyMoleCuilder.WorldInput(input="hydrogen.xyz") 5 pyMoleCuilder.AtomAdd(add_atom="1", domain_position="0,0,0") 6 6 pyMoleCuilder.SelectionAllAtoms() 7 pyMoleCuilder.AtomTranslate( "5,5,5","0")7 pyMoleCuilder.AtomTranslate(position="5,5,5", periodic="0") 8 8 pyMoleCuilder.CommandNoDryRun() 9 9 # =========================== Stored Session END ===========================
Note:
See TracChangeset
for help on using the changeset viewer.