Coverage for calorine/__init__.py: 100%

8 statements  

« prev     ^ index     » next       coverage.py v7.6.4, created at 2024-12-10 08:26 +0000

1# -*- coding: utf-8 -*- 

2""" 

3Main module of the calorine package. 

4""" 

5 

6__project__ = 'calorine' 

7__description__ = 'A Python library for building and sampling NEP models via the GPUMD package' 

8__copyright__ = '2024' 

9__license__ = 'Mozilla Public License 2.0 (MPL 2.0)' 

10__version__ = '3.0' 

11__maintainer__ = 'The calorine developers team' 

12__status__ = 'Stable' 

13__url__ = 'https://calorine.materialsmodeling.org/'