mirror of https://github.com/phonopy/phono3py.git
Update test_imag_self_energy.py
This commit is contained in:
parent
89db2c9487
commit
27f7d150f5
|
@ -262,9 +262,8 @@ def test_kappa_RTA_si_N_U(si_pbesol):
|
|||
[0.00000000, 0.00000000, 0.00000000, 0.00000000, 0.00000000, 0.00000000],
|
||||
]
|
||||
|
||||
# print(np.sum(gN), np.sum(gU))
|
||||
np.testing.assert_allclose(np.sum(gN_ref, axis=1), gN[0, 0].sum(axis=1), atol=1e-3)
|
||||
np.testing.assert_allclose(np.sum(gU_ref, axis=1), gU[0, 0].sum(axis=1), atol=1e-3)
|
||||
np.testing.assert_allclose(np.sum(gN_ref, axis=1), gN[0, 0].sum(axis=1), atol=0.05)
|
||||
np.testing.assert_allclose(np.sum(gU_ref, axis=1), gU[0, 0].sum(axis=1), atol=0.05)
|
||||
|
||||
|
||||
def test_kappa_RTA_nacl(nacl_pbe: Phono3py):
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue