Coverage for /builds/kinetik161/ase/ase/io/nwchem/__init__.py: 100.00%

4 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-12-10 11:04 +0000

1from .nwreader import read_nwchem_out 

2from .nwreader_in import read_nwchem_in 

3from .nwwriter import write_nwchem_in 

4 

5__all__ = ['read_nwchem_out', 'write_nwchem_in', 'read_nwchem_in']