Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

n environment to decompose the i-th Hochschild cohomology on some homogeneous varieties X=G/P by Hoschild-Kostant-Rosenberg.

383 views
License: GPL3
ubuntu2204
1
[project]
2
name = "Hochschild-Kostant-Rosenberg_decomposition"
3
version = "0.1.0"
4
authors = [ { name="Max Briest", email="[email protected]" },
5
]
6
description = "An environment to decompose the i-th Hochschild cohomology on some homogeneous varieties X=G/P by Hoschild-Kostant-Rosenberg."
7
readme = "README.md"
8
requires-python = ">=3.11"
9
classifiers = [ "Programming Language :: Python :: 3",
10
"License :: OSI Approved :: GNU General Public License",
11
"Operating System :: OS Independent",
12
]
13
14
#[project.urls]
15
#Homepage = "https://github.com/pypa/sampleproject"
16
#Issues = "https://github.com/pypa/sampleproject/issues"
17