Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download

Environment to perform calculations of equivariant vector bundles on homogeneous varieties

Views: 1405
License: GPL3
Image: ubuntu2204
1
[project]
2
name = "Equivariant_Vector_Bundles_On_Homogeneous_Varieties"
3
version = "0.2.0"
4
authors = [ { name="Max Briest", email="work.max.briest@gmail.com" },
5
]
6
description = "An environment to perform calculations of equivariant vector bundles on homogeneous varieties X=G/P."
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