Skip to content

Commit

Permalink
SOF-7298: fix whitespace and renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Apr 20, 2024
1 parent 85b06ee commit a57b279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/espresso/pw_scf_soc.j2.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
starting_magnetization({{ item.index }}) = {{ item.value }} {% endfor -%}
{%- endif %}
{%- if nonCollinearMagnetization.isConstrainedMagnetization %}
constrained_magnetization = '{{ nonCollinearMagnetization.constrainedMagnetization.constrainedMagnetizationType }}'
constrained_magnetization = '{{ nonCollinearMagnetization.constrainedMagnetization.constrainType }}'
lambda = {{ nonCollinearMagnetization.constrainedMagnetization.lambda }}
{%- endif %}
{%- if nonCollinearMagnetization.isExistingChargeDensity %}
{%- for item in nonCollinearMagnetization.spinAngles %}
angle1({{ item.index }}) = {{ item.angle1 }}
angle2({{ item.index }}) = {{ item.angle2 }} {% endfor -%}
angle2({{ item.index }}) = {{ item.angle2 }} {% endfor %}
lforcet = .true.
{%- endif %}
/
Expand Down
2 changes: 1 addition & 1 deletion src/js/data/templates.js

Large diffs are not rendered by default.

0 comments on commit a57b279

Please sign in to comment.