surface-ion 1.0.3.dev1__tar.gz → 1.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: surface-ion
3
- Version: 1.0.3.dev1
3
+ Version: 1.0.4
4
4
  Summary: Python package for simulation and analysis of ion crystals in surface traps.
5
5
  Home-page: https://github.com/underforestaaa/Sion
6
6
  Author: Artem Podlesnyy
@@ -30,14 +30,14 @@ short_description = (
30
30
 
31
31
  setup(
32
32
  name='surface-ion',
33
- version='1.0.3dev1',
33
+ version='1.0.4',
34
34
  description=short_description,
35
35
  long_description=readme,
36
36
  long_description_content_type='text/markdown',
37
37
  author="Artem Podlesnyy",
38
38
  author_email='a.podlesnyy@rqc.ru',
39
39
  url='https://github.com/underforestaaa/Sion',
40
- packages=find_packages(include=['surface-ion']),
40
+ packages=find_packages(include=['sion']),
41
41
  install_requires=requirements,
42
42
  license="MIT license",
43
43
  keywords=['surface trap', 'ion', 'quantum computing', 'ion simulation',
@@ -0,0 +1,7 @@
1
+ import pylion
2
+ from pylion import lammps
3
+ from .sion import *
4
+
5
+ __version__ = "1.0.4"
6
+ __author__ = """Artem Podlesnyy"""
7
+ __email__ = 'a.podlesnyy@rqc.ru'