Skip to content

Commit

Permalink
Increase zeroEnergyTol in incom vs supercell test
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardWaiteSTFC committed Jun 21, 2023
1 parent 8781427 commit 40fbc1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function test_AFM_kagome(testCase)
testCase.disable_warnings('spinw:spinwave:NonPosDefHamiltonian');
spec_incom = AF33kagome.spinwave(qarg, 'hermit', true);
spec_incom = sw_egrid(spec_incom, 'component','Sperp', 'Evect', evec, ...
'ZeroModeThreshold', 5e-4);
'zeroEnergyTol', 1e-2);
% use supercell k=0 structure
AF33kagome.genmagstr('mode','helical','unit','lu', 'k', k,...
'n',n, 'S', S, 'nExt', [3,3,1]);
Expand Down

0 comments on commit 40fbc1d

Please sign in to comment.