Coverage for /builds/alexhroom/ase/ase/mep/dyneb.py: 100.00%
2 statements
« prev ^ index » next coverage.py v7.5.3, created at 2024-08-05 14:37 +0000
« prev ^ index » next coverage.py v7.5.3, created at 2024-08-05 14:37 +0000
1from ase.mep.neb import DyNEB
3# DyNEB should be moved here once we remove the deprecated DyNEB
4# keywords from the main NEB class.
6__all__ = ['DyNEB']