-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 967 Bytes
/
pyproject.toml
File metadata and controls
31 lines (28 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[build-system]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"
[project]
name = "sopy-quantum"
version = "1.8.4"
authors = [
{ name="Jonathan Jerke", email="jonathan@quantumgalaxies.org" },
]
description = "Representation and Decomposition with Sums of Product for Operations in separated dimensions. Now using bandlimit place data on lattice."
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
]
dependencies = ['tensorflow>=2.16.1','scikit-learn>=1.6.1','bandlimit>=1.2.4']
dynamic = []
license = "MIT"
license-files = ["LICENSE.txt"]
[project.optional-dependencies]
pyscf = [ 'pyscf >= 2.11.0' ]
tensorly = ['tensorly >= 0.9.0']
[project.urls]
Homepage = "https://sopy.quantumgalaxies.org"
Issues = "https://github.com/quantumgalaxies/sopy/issues"