Skip to content

Commit

Permalink
Update the silicon lrc test.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierandrade committed Dec 16, 2024
1 parent d6d3d42 commit b7a164b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/silicon_lrc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ int main(int argc, char ** argv){
data_match.check("energy step 30", energy[30], -33.418518662296);
data_match.check("energy step 40", energy[40], -33.418518662423);

data_match.check("current in z step 0", jz[0], -0.157729547895);
data_match.check("current in z step 10", jz[10], -0.151911067747);
data_match.check("current in z step 20", jz[20], -0.144088608186);
data_match.check("current in z step 30", jz[30], -0.140191267000);
data_match.check("current in z step 40", jz[40], -0.135683835952);
data_match.check("current in z step 0", jz[0], -0.151225679030);
data_match.check("current in z step 10", jz[10], -0.146491063357);
data_match.check("current in z step 20", jz[20], -0.138514196446);
data_match.check("current in z step 30", jz[30], -0.132857574521);
data_match.check("current in z step 40", jz[40], -0.128278272499);

data_match.check("vector potential in z step 0", Az[0], 0.005000000000);
data_match.check("vector potential in z step 10", Az[10], 0.005000000000);
Expand Down Expand Up @@ -132,11 +132,11 @@ int main(int argc, char ** argv){
data_match.check("energy step 30", energy[30], -33.418517090347);
data_match.check("energy step 40", energy[40], -33.418515953351);

data_match.check("current in z step 0", jz[0], -0.157729547895);
data_match.check("current in z step 10", jz[10], -0.151948955175);
data_match.check("current in z step 20", jz[20], -0.144243229877);
data_match.check("current in z step 30", jz[30], -0.140534021619);
data_match.check("current in z step 40", jz[40], -0.136281715570);
data_match.check("current in z step 0", jz[0], -0.151225679030);
data_match.check("current in z step 10", jz[10], -0.146529575060);
data_match.check("current in z step 20", jz[20], -0.138664112001);
data_match.check("current in z step 30", jz[30], -0.133184328060);
data_match.check("current in z step 40", jz[40], -0.128841730136);

data_match.check("vector potential in z step 0", Az[0], 0.005000000000);
data_match.check("vector potential in z step 10", Az[10], 0.005001210192);
Expand Down

0 comments on commit b7a164b

Please sign in to comment.