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
Open sidebar
nomad-lab
parser-phonopy
Commits
53decaa6
Commit
53decaa6
authored
Jan 13, 2017
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
impove references
parent
ac0f1b67
Pipeline
#9373
failed with stage
in 61 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-phonopy/PhononModulesNomad.py
View file @
53decaa6
...
...
@@ -389,10 +389,11 @@ class Get_Properties():
Emit
.
closeSection
(
"section_frame_sequence"
,
frameSeq
)
def
prep_ref
(
self
,
ref_list
,
Emit
):
sCalc
=
Emit
.
openSection
(
"section_calculation_to_calculation_refs"
)
for
ref
in
ref_list
:
sCalc
=
Emit
.
openSection
(
"section_calculation_to
_calculation
_refs
"
)
Emit
.
addValue
(
"calculation_to_calculation_external_url"
,
"source
_calculation"
)
Emit
.
addValue
(
"calculation_to_calculation_external_url"
,
ref
)
Emit
.
closeSection
(
"section_calculation_to_calculation_refs"
,
sCalc
)
Emit
.
closeSection
(
"section_calculation_to_calculation_refs"
,
sCalc
)
def
emit_properties
(
self
,
emit
=
[
"bands"
,
"dos"
,
"thermodynamical_properties"
],
parameters
=
None
,
mesh
=
None
,
t_max
=
None
,
t_min
=
None
,
t_step
=
None
):
...
...
Write
Preview
Supports
Markdown
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