Skip to content
Snippets Groups Projects
Commit a982152e authored by Marcel Bornemann's avatar Marcel Bornemann
Browse files

Merge branch 'dev2017' of https://svn.version.fz-juelich.de/KKRnano into dev2017

parents 558d20b7 3169d25e
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ def KKRnano(inputdir, nranks=DEFAULT_nranks, nthreads=DEFAULT_nthreads, solver=D
class Test_nocosocmaterials(unittest.TestCase):
def test_MnGeB20(self):
"""Test chiral magnet MnGe B20 structure (8 atoms in unit cell)"""
Etot = -26017.26596888
Etot = -26017.15044536
self.assertAlmostEqual(KKRnano("MnGeB20", solver=direct, nranks=8), Etot, DECIMALS) # takes longer than other tests
self.assertAlmostEqual(KKRnano("MnGeB20", solver=iterative, nranks=4), Etot, DECIMALS) # takes longer than other tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment