Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-cp2k
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nomad-lab
parser-cp2k
Commits
8996181b
Commit
8996181b
authored
9 years ago
by
Himanen, Lauri (himanel1)
Browse files
Options
Downloads
Patches
Plain Diff
Fixed CP2KOutputParser constructor signature in scalainterface.py
parent
1300817c
Branches
Branches containing commit
Tags
0.0.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
parser/parser-cp2k/cp2kparser/scalainterface.py
+1
-1
1 addition, 1 deletion
parser/parser-cp2k/cp2kparser/scalainterface.py
with
1 addition
and
1 deletion
parser/parser-cp2k/cp2kparser/scalainterface.py
+
1
−
1
View file @
8996181b
...
@@ -12,7 +12,7 @@ from nomadcore.simple_parser import mainFunction
...
@@ -12,7 +12,7 @@ from nomadcore.simple_parser import mainFunction
if
__name__
==
"
__main__
"
:
if
__name__
==
"
__main__
"
:
# Get the outputparser class
# Get the outputparser class
outputparser
=
CP2KOutputParser
(
None
,
None
)
outputparser
=
CP2KOutputParser
(
None
,
None
,
None
)
# Setup the metainfos
# Setup the metainfos
metaInfoPath
=
os
.
path
.
normpath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)),
"
../../../../../nomad-meta-info/meta_info/nomad_meta_info/cp2k.nomadmetainfo.json
"
))
metaInfoPath
=
os
.
path
.
normpath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)),
"
../../../../../nomad-meta-info/meta_info/nomad_meta_info/cp2k.nomadmetainfo.json
"
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment