Coverage for ase / mep / dyneb.py: 100.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.14.0, created at 2026-05-21 15:52 +0000

1from ase.mep.neb import DyNEB 

2 

3# DyNEB should be moved here once we remove the deprecated DyNEB 

4# keywords from the main NEB class. 

5 

6__all__ = ['DyNEB']