qrotor 4.0.0a1__tar.gz → 4.0.0a2__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.

Potentially problematic release.


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

@@ -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,4 +1,4 @@
1
- # QRotor
1
+ <p align="center"><img width="40.0%" src="pics/qrotor.png"></p>
2
2
 
3
3
  QRotor is a Python package used to study molecular rotations,
4
4
  such as those of methyl and amine groups.
@@ -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
 
@@ -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.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes