Skip to content

Commit

Permalink
Added an example for inputting E0 directly
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Feb 8, 2025
1 parent f460239 commit 7090358
Show file tree
Hide file tree
Showing 3 changed files with 1,366 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/arkane/species/OCHO/OCHO.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python3
# encoding: utf-8

externalSymmetry = 2

spinMultiplicity = 2

opticalIsomers = 1

energy = (-342.84,'kJ/mol')

geometry = Log('freq.out')

frequencies = Log('freq.out')
Loading

0 comments on commit 7090358

Please sign in to comment.