Coverage for icet/core/many_body_neighbor_list.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.5.0, created at 2024-05-06 04:14 +0000

1""" 

2This module provides a Python interface to the ManyBodyNeighborList class. 

3""" 

4 

5from _icet import ManyBodyNeighborList 

6 

7__all__ = ['ManyBodyNeighborList']