Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-exciting
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-exciting
Commits
5bc13711
Commit
5bc13711
authored
8 years ago
by
Pardini, Lorenzo (lopa)
Browse files
Options
Downloads
Patches
Plain Diff
fixed a bug in simulation_reciprocal_cell
parent
b0e0fe9b
Branches
Branches containing commit
Tags
1.1.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
parser/parser-exciting/parser_exciting.py
+1
-1
1 addition, 1 deletion
parser/parser-exciting/parser_exciting.py
with
1 addition
and
1 deletion
parser/parser-exciting/parser_exciting.py
+
1
−
1
View file @
5bc13711
...
@@ -27,7 +27,7 @@ class ExcitingParserContext(object):
...
@@ -27,7 +27,7 @@ class ExcitingParserContext(object):
recCell
=
[[
recLatticeX
[
0
],
recLatticeY
[
0
],
recLatticeZ
[
0
]],
recCell
=
[[
recLatticeX
[
0
],
recLatticeY
[
0
],
recLatticeZ
[
0
]],
[
recLatticeX
[
1
],
recLatticeY
[
1
],
recLatticeZ
[
1
]],
[
recLatticeX
[
1
],
recLatticeY
[
1
],
recLatticeZ
[
1
]],
[
recLatticeX
[
2
],
recLatticeY
[
2
],
recLatticeZ
[
2
]]]
[
recLatticeX
[
2
],
recLatticeY
[
2
],
recLatticeZ
[
2
]]]
backend
.
addValue
(
"
simulation_reciprocal_cell
"
,
recCell
)
backend
.
addValue
(
"
x_exciting_
simulation_reciprocal_cell
"
,
recCell
)
def
onClose_x_exciting_section_xc
(
self
,
backend
,
gIndex
,
section
):
def
onClose_x_exciting_section_xc
(
self
,
backend
,
gIndex
,
section
):
xcNr
=
section
[
"
x_exciting_xc_functional
"
][
0
]
xcNr
=
section
[
"
x_exciting_xc_functional
"
][
0
]
...
...
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