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
a3c66ab1
Commit
a3c66ab1
authored
9 years ago
by
Himanen, Lauri (himanel1)
Browse files
Options
Downloads
Patches
Plain Diff
Renamed and moved stuff, added initial support for the scala call.
parent
7e159a94
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
parser/parsercp2k/utils/logconfig.py
+0
-0
0 additions, 0 deletions
parser/parsercp2k/utils/logconfig.py
parser/parsercp2k/utils/testing.py
+0
-0
0 additions, 0 deletions
parser/parsercp2k/utils/testing.py
parser/setup.py
+2
-2
2 additions, 2 deletions
parser/setup.py
with
2 additions
and
2 deletions
parser/parser
-
cp2k/
cp2kparser/
utils/logconfig.py
→
parser/parsercp2k/utils/logconfig.py
+
0
−
0
View file @
a3c66ab1
File moved
This diff is collapsed.
Click to expand it.
parser/parser
-
cp2k/
cp2kparser/
utils/testing.py
→
parser/parsercp2k/utils/testing.py
+
0
−
0
View file @
a3c66ab1
File moved
This diff is collapsed.
Click to expand it.
parser/
parser-cp2k/
setup.py
→
parser/setup.py
+
2
−
2
View file @
a3c66ab1
...
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
...
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
def
main
():
def
main
():
# Start package setup
# Start package setup
setup
(
setup
(
name
=
"
cp2k
parser
"
,
name
=
"
parser
cp2k
"
,
version
=
"
0.1
"
,
version
=
"
0.1
"
,
include_package_data
=
True
,
include_package_data
=
True
,
package_data
=
{
package_data
=
{
...
@@ -15,7 +15,7 @@ def main():
...
@@ -15,7 +15,7 @@ def main():
author
=
"
Lauri Himanen
"
,
author
=
"
Lauri Himanen
"
,
author_email
=
"
lauri.himanen@gmail.com
"
,
author_email
=
"
lauri.himanen@gmail.com
"
,
license
=
"
GPL3
"
,
license
=
"
GPL3
"
,
packages
=
[
"
cp2k
parser
"
],
packages
=
[
"
parser
cp2k
"
],
install_requires
=
[
install_requires
=
[
'
pint
'
,
'
pint
'
,
'
numpy
'
,
'
numpy
'
,
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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