quantumclouds 0.1.0__tar.gz → 0.1.2__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.
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/PKG-INFO +2 -2
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/pyproject.toml +2 -2
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/quantumclouds/__init__.py +2 -1
- quantumclouds-0.1.2/quantumclouds/constants.py +6 -0
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/quantumclouds/engine.py +1 -1
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/quantumclouds.egg-info/PKG-INFO +2 -2
- quantumclouds-0.1.0/quantumclouds/constants.py +0 -12
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/README.md +0 -0
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/quantumclouds.egg-info/SOURCES.txt +0 -0
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/quantumclouds.egg-info/dependency_links.txt +0 -0
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/quantumclouds.egg-info/requires.txt +0 -0
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/quantumclouds.egg-info/top_level.txt +0 -0
- {quantumclouds-0.1.0 → quantumclouds-0.1.2}/setup.cfg +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quantumclouds
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A GPU-accelerated 3D atomic orbital visualizer using VisPy and Matplotlib
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: Ritvik Anand <anandritvik885@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "quantumclouds" # This is the name for pip install
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "A GPU-accelerated 3D atomic orbital visualizer using VisPy and Matplotlib"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
|
-
{ name = "
|
|
11
|
+
{ name = "Ritvik Anand", email = "anandritvik885@gmail.com" }
|
|
12
12
|
]
|
|
13
13
|
license = { text = "MIT" }
|
|
14
14
|
classifiers = [
|
|
@@ -138,7 +138,7 @@ class AtomicOrbital:
|
|
|
138
138
|
keys='interactive',
|
|
139
139
|
show=True,
|
|
140
140
|
size=(900, 900),
|
|
141
|
-
title=f"
|
|
141
|
+
title=f"quantumcloud Engine [VisPy Core] | {self.element} State (l={self.l})"
|
|
142
142
|
)
|
|
143
143
|
|
|
144
144
|
view = canvas.central_widget.add_view()
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quantumclouds
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A GPU-accelerated 3D atomic orbital visualizer using VisPy and Matplotlib
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: Ritvik Anand <anandritvik885@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|