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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
nomad-lab
parser-gpaw
Commits
0fbaf7c2
Commit
0fbaf7c2
authored
Jun 13, 2016
by
Mikkel Strange
Browse files
removing blank lines...
parent
10af0b92
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-gpaw/libxc_names.py
View file @
0fbaf7c2
short_names
=
{
'LDA'
:
'LDA_X+LDA_C_PW'
,
'PW91'
:
'GGA_X_PW91+GGA_C_PW91'
,
...
...
@@ -24,6 +23,7 @@ def get_libxc_name(name):
libxc_name
=
name
return
libxc_name
if
__name__
==
'__main__'
:
print
get_libxc_name
(
'LDA'
)
print
get_libxc_name
(
'GGA_X_PBE'
)
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