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-gpaw
Commits
e2c577ce
Commit
e2c577ce
authored
Sep 14, 2016
by
Mikkel Strange
Browse files
pw spelling error
parent
1b55a519
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-gpaw/parser.py
View file @
e2c577ce
...
...
@@ -49,7 +49,7 @@ def parse(filename):
with
o
(
p
,
'section_basis_set_cell_dependent'
):
p
.
addValue
(
'basis_set_cell_dependent_name'
,
'PW_%.1f_Ry'
%
(
r
.
PlaneWaveCutoff
*
2.0
))
# in Ry
p
.
addRealValue
(
'basis_set_plane
_
wave_cutoff'
,
p
.
addRealValue
(
'basis_set_planewave_cutoff'
,
c
(
r
.
PlaneWaveCutoff
,
'hartree'
))
elif
r
.
Mode
==
'fd'
:
with
o
(
p
,
'section_basis_set_cell_dependent'
):
...
...
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