Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-molcas
Commits
970f0f8e
Commit
970f0f8e
authored
Feb 03, 2017
by
Ask Hjorth Larsen
Browse files
pass correct variable for electronic_structure_method
parent
b087b0e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-molcas/main.py
View file @
970f0f8e
...
...
@@ -207,7 +207,7 @@ class MolcasContext(object):
else
:
raise
ValueError
(
'method: %s'
%
method
)
backend
.
addValue
(
'electronic_structure_method'
,
method
)
backend
.
addValue
(
'electronic_structure_method'
,
esm
)
for
xcfunc
in
xc
:
g
=
backend
.
openSection
(
'section_XC_functionals'
)
backend
.
addValue
(
'XC_functional_name'
,
xcfunc
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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