Skip to content

Commit

Permalink
Added placeholders for a bit flip Lindbladian term
Browse files Browse the repository at this point in the history
  • Loading branch information
haggaila committed May 26, 2024
1 parent 6a9c864 commit 42b63e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lindbladian.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ bool SetLindbladian(SpinHalfSystem &C, ModelParameters param, Lattice2d L)
if (g_2_len == 1)
g_2 = vector<double>(N, g_2[0]);

g_3 = vector<double>(N, 0.);
vector<double> g_3 = vector<double>(N, 0.);
// TODO: support parameter input

for (int i = 1; i <= int(N); i++)
Expand Down

0 comments on commit 42b63e7

Please sign in to comment.