qrotor 4.0.0a1__py3-none-any.whl → 4.0.0a2__py3-none-any.whl

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.

Potentially problematic release.


This version of qrotor might be problematic. Click here for more details.

qrotor/_version.py CHANGED
@@ -10,5 +10,5 @@ https://semver.org/
10
10
 
11
11
  """
12
12
 
13
- __version__ = 'v4.0.0a1'
13
+ __version__ = 'v4.0.0a2'
14
14
 
qrotor/solve.py CHANGED
@@ -50,7 +50,7 @@ def energies(system:System, filename:str=None) -> System:
50
50
  system = potential(system)
51
51
  system = schrodinger(system)
52
52
  if filename:
53
- aton.st.file.save(system, filename)
53
+ aton.file.save(system, filename)
54
54
  return system
55
55
 
56
56
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qrotor
3
- Version: 4.0.0a1
3
+ Version: 4.0.0a2
4
4
  Summary: QRotor
5
5
  Author: Pablo Gila-Herranz
6
6
  Author-email: pgila001@ikasle.ehu.eus
@@ -33,7 +33,7 @@ Dynamic: requires-dist
33
33
  Dynamic: requires-python
34
34
  Dynamic: summary
35
35
 
36
- # QRotor
36
+ <p align="center"><img width="40.0%" src="pics/qrotor.png"></p>
37
37
 
38
38
  QRotor is a Python package used to study molecular rotations,
39
39
  such as those of methyl and amine groups.
@@ -1,16 +1,16 @@
1
1
  qrotor/__init__.py,sha256=rG2dH4QjsVUOMBhFnv5gXs3QnrUg7fywd5pIDmMBXcQ,246
2
- qrotor/_version.py,sha256=rKPpeKIneHbTwnQYeOQrUmp3YuE0w_IV9QL3JTPKVh4,196
2
+ qrotor/_version.py,sha256=g_T7BCLBKhDlltJhI3DGl-GbuywjuY69QwH4lAH7PxQ,196
3
3
  qrotor/constants.py,sha256=q62GbUKy2aojQ_8epIfaJMP1Y_HrT9mVw_9zWhvdCKo,2734
4
4
  qrotor/plot.py,sha256=xJbreSDIuBNBl71e5XzzVW2PBijgkVZTFl3Fe74hecU,13315
5
5
  qrotor/potential.py,sha256=VpO0U9UXAfqQE8sdQymSyMfiHEnWluAFksLNJJQ2iB0,17801
6
6
  qrotor/rotate.py,sha256=Wje9Q9SFhDvizz58MzNGBwsmgV-3wN9z2SnUNTIXzeg,8107
7
- qrotor/solve.py,sha256=kR7xwIBYGazNR0VkFYjsfERlZe6mtweQRVacupycOIs,10727
7
+ qrotor/solve.py,sha256=tnkE5JYT8wW85gNbOEMgHTnzOZCb8q5xPcJbDI4uOB0,10724
8
8
  qrotor/system.py,sha256=onY3HfY2zpRLDJUjBJRX-nJu6YH_qhnPnCW6Uyam_Ws,11453
9
9
  qrotor/systems.py,sha256=Hcx0QvMWpaPMfC6HWpkZPPWDyHk9rxWKdAxWNnD2NMg,8184
10
- qrotor-4.0.0a1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
10
+ qrotor-4.0.0a2.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
11
11
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  tests/test_qrotor.py,sha256=44uvE1AXMAtbUILA1gLeMi2__8quqcSyv1m3R1f4AP0,3462
13
- qrotor-4.0.0a1.dist-info/METADATA,sha256=qB-zxEAuhlp4ZFr19Ziy1ynjNH_VBxNE0OabImYi5ak,5830
14
- qrotor-4.0.0a1.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
15
- qrotor-4.0.0a1.dist-info/top_level.txt,sha256=mLnYs07-amqX4TqbDV2_XvgdpHfgrYmzmYb7dwoh6EQ,13
16
- qrotor-4.0.0a1.dist-info/RECORD,,
13
+ qrotor-4.0.0a2.dist-info/METADATA,sha256=6HJo-g8dHqGkEP9exNpFnfz_qYHASbewl07z03FxYxw,5885
14
+ qrotor-4.0.0a2.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
15
+ qrotor-4.0.0a2.dist-info/top_level.txt,sha256=mLnYs07-amqX4TqbDV2_XvgdpHfgrYmzmYb7dwoh6EQ,13
16
+ qrotor-4.0.0a2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5