Skip to content

Commit

Permalink
changing 0,1 coding for spin to 1,2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresOrtegaGuerrero committed Feb 20, 2025
1 parent 4861d63 commit 66336cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aiidalab_qe/app/configuration/advanced/hubbard/hubbard.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def update(index, spin, state, symbol, value):
state_index=state_index,
kind_name=kind_name: update(
kind_index,
0,
1,
state_index,
kind_name,
float(value),
Expand Down Expand Up @@ -218,7 +218,7 @@ def update(index, spin, state, symbol, value):
state_index=state_index,
kind_name=kind_name: update(
kind_index,
1,
2,
state_index,
kind_name,
float(value),
Expand Down

0 comments on commit 66336cb

Please sign in to comment.