Skip to content
GitLab
Menu
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-gpaw
Commits
1b55a519
Commit
1b55a519
authored
Sep 13, 2016
by
Mikkel Strange
Browse files
relativity method
parent
30dbcec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-gpaw/parser.py
View file @
1b55a519
...
...
@@ -75,7 +75,7 @@ def parse(filename):
with
o
(
p
,
'section_frame_sequence'
):
pass
with
o
(
p
,
'section_method'
)
as
method_gid
:
#
p.addValue('relativity_method', 'pseudo_scalar_relativistic')
p
.
addValue
(
'relativity_method'
,
'pseudo_scalar_relativistic'
)
p
.
addValue
(
'electronic_structure_method'
,
'DFT'
)
p
.
addValue
(
'scf_threshold_energy_change'
,
c
(
r
.
EnergyError
,
'hartree'
))
...
...
Write
Preview
Supports
Markdown
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