Coverage for /builds/ericyuan00000/ase/ase/ga/bulk_mutations.py: 100.00%

1 statements  

« prev     ^ index     » next       coverage.py v7.5.3, created at 2025-06-18 01:20 +0000

1# fmt: off 

2 

3raise ImportError( 

4 'The ase.ga.bulk_mutations module has been deprecated. ' 

5 'The same functionality is now provided by the ' 

6 'ase.ga.standardmutations and ase.ga.soft_mutation modules. ' 

7 'Please consult their documentation to verify how to initialize ' 

8 'the different mutation operators.')