Coverage for gpaw/test/sjm/test_scf.py: 67%

6 statements  

« prev     ^ index     » next       coverage.py v7.7.1, created at 2025-07-14 00:18 +0000

1import pytest 

2 

3 

4@pytest.mark.old_gpaw_only 

5@pytest.mark.ci 

6def test_scf(atoms): 

7 atoms.calc.set(sj={'target_potential': 3.64, 

8 'excess_electrons': 0.02, 

9 'tol': 0.5}) 

10 atoms.get_potential_energy() 

11 # XXX Not assertive enough