Coverage for /builds/debichem-team/python-ase/ase/__init__.py: 100.00%

6 statements  

« prev     ^ index     » next       coverage.py v7.5.3, created at 2025-03-06 04:00 +0000

1# Copyright 2008, 2009 CAMd 

2# (see accompanying license files for details). 

3 

4"""Atomic Simulation Environment.""" 

5 

6# import ase.parallel early to avoid circular import problems when 

7# ase.parallel does "from gpaw.mpi import world": 

8import ase.parallel # noqa 

9from ase.atom import Atom 

10from ase.atoms import Atoms 

11 

12__all__ = ['Atoms', 'Atom'] 

13__version__ = '3.24.0' 

14 

15ase.parallel # silence pyflakes