Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-orca
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-orca
Commits
783bb929
Commit
783bb929
authored
5 years ago
by
Markus Scheidgen
Browse files
Options
Downloads
Patches
Plain Diff
Added metainfo python code.
parent
9b5f3435
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
orcaparser/metainfo/__init__.py
+13
-0
13 additions, 0 deletions
orcaparser/metainfo/__init__.py
orcaparser/metainfo/orca.py
+1753
-0
1753 additions, 0 deletions
orcaparser/metainfo/orca.py
with
1766 additions
and
0 deletions
orcaparser/metainfo/__init__.py
0 → 100644
+
13
−
0
View file @
783bb929
import
sys
from
nomad.metainfo
import
Environment
from
nomad.metainfo.legacy
import
LegacyMetainfoEnvironment
import
orcaparser.metainfo.orca
import
nomad.datamodel.metainfo.common
import
nomad.datamodel.metainfo.public
import
nomad.datamodel.metainfo.general
m_env
=
LegacyMetainfoEnvironment
()
m_env
.
m_add_sub_section
(
Environment
.
packages
,
sys
.
modules
[
'
orcaparser.metainfo.orca
'
].
m_package
)
# type: ignore
m_env
.
m_add_sub_section
(
Environment
.
packages
,
sys
.
modules
[
'
nomad.datamodel.metainfo.common
'
].
m_package
)
# type: ignore
m_env
.
m_add_sub_section
(
Environment
.
packages
,
sys
.
modules
[
'
nomad.datamodel.metainfo.public
'
].
m_package
)
# type: ignore
m_env
.
m_add_sub_section
(
Environment
.
packages
,
sys
.
modules
[
'
nomad.datamodel.metainfo.general
'
].
m_package
)
# type: ignore
This diff is collapsed.
Click to expand it.
orcaparser/metainfo/orca.py
0 → 100644
+
1753
−
0
View file @
783bb929
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