From 40fbc1dba203567442d79782c2855713dfb1479c Mon Sep 17 00:00:00 2001 From: Richard Waite Date: Wed, 21 Jun 2023 15:28:14 +0100 Subject: [PATCH] Increase zeroEnergyTol in incom vs supercell test --- ...stemtest_spinwave_incommensurate_and_supercell_consistency.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/+sw_tests/+system_tests/systemtest_spinwave_incommensurate_and_supercell_consistency.m b/+sw_tests/+system_tests/systemtest_spinwave_incommensurate_and_supercell_consistency.m index cc6a2f1b7..7eed5dce7 100644 --- a/+sw_tests/+system_tests/systemtest_spinwave_incommensurate_and_supercell_consistency.m +++ b/+sw_tests/+system_tests/systemtest_spinwave_incommensurate_and_supercell_consistency.m @@ -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]);