Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-orca
Commits
81fe988b
Commit
81fe988b
authored
Sep 20, 2016
by
Alarcon Villaseca, Sebastian (sebas81)
Browse files
Indentation error corrected
parent
b5e024fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-orca/orca_parser.py
View file @
81fe988b
...
...
@@ -76,8 +76,7 @@ class OrcaContext(object):
basisSet
[:,
2
]
=
z
backend
.
addArrayValue
(
"program_basis_set_type"
,
'Gaussian'
+
basisSet
)
def
onClose_program_name
(
self
,
backend
,
gIndex
,
value
):
def
onClose_x_orca_program_name
(
self
,
backend
,
gIndex
,
value
):
x
=
'ORCA'
y
=
value
[
"program_version"
]
z
=
value
[
"orca_program_compilation_date"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment