A python CICY toolkit
Project description
pyCICY - v0.5
A python CICY toolkit, which allows the computation of line bundle cohomologies over Complete Intersection Calabi Yau manifolds. It further contains functions for determining various topological quantities, such as Chern classes, triple intersection and Hodge numbers.
Installation is straighforwad with pip
pip install pyCICY
or get the latest version
pip install --upgrade git+https://github.com/robin-schneider/CICY.git
Quickstart
We import the CICY object from the module
from pyCICY import CICY
Next we define a CICY, for example the tetraquadric:
M = CICY([[1,2],[1,2],[1,2],[1,2]])
Now we are able to do some calculations, e.g.
M.line_co([1,2,-4,1])
determines the hodge numbers of the line bundle L = O(1,2,-4,1).
Since the rank computation takes the most time we included SpasM - github. The rank_hybrid executable of SpaSM has to be in your $PATH.
T = CICY([[1,2,0,0,0],[1,0,2,0,0],[1,0,0,2,0],[1,0,0,0,2],[3,1,1,1,1]])
and do some computations:
T.line_co([3,-4,2,3,5], SpaSM=True)
Documentation
Documentation can be found on readthedocs pyCICY.
Literature
The module has been developed in the context of the following paper:
@article{Larfors:2019sie,
author = "Larfors, Magdalena and Schneider, Robin",
title = "{Line bundle cohomologies on CICYs with Picard number two}",
eprint = "1906.00392",
archivePrefix = "arXiv",
primaryClass = "hep-th",
reportNumber = "UUITP-18/19",
doi = "10.1002/prop.201900083",
journal = "Fortsch. Phys.",
volume = "67",
number = "12",
pages = "1900083",
year = "2019"
}
Further literature can be found here:
@book{Hubsch:1992nu,
author = "Hubsch, Tristan",
title = "{Calabi-Yau manifolds: A Bestiary for physicists}",
publisher = "World Scientific",
address = "Singapore",
year = "1994",
ISBN = "9789810219277, 981021927X",
SLACcitation = "%%CITATION = INSPIRE-338506;%%"
}
@phdthesis{Anderson:2008ex,
author = "Anderson, Lara Briana",
title = "{Heterotic and M-theory Compactifications for String
Phenomenology}",
school = "Oxford U.",
url = "https://inspirehep.net/record/793857/files/arXiv:0808.3621.pdf",
year = "2008",
eprint = "0808.3621",
archivePrefix = "arXiv",
primaryClass = "hep-th",
SLACcitation = "%%CITATION = ARXIV:0808.3621;%%"
}
The SpaSM library can be found here: github
@manual{spasm,
title = {{SpaSM}: a Sparse direct Solver Modulo $p$},
author = {The SpaSM group},
edition = {v1.2},
year = {2017},
note = {\url{http://github.com/cbouilla/spasm}}
}
Useful software
pyCICY works nicely with Sage. Other useful packages for dealing with Calabi Yau manifolds in toric varieties are cohomCalg and PALP.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyCICY-0.5.2.tar.gz.
File metadata
- Download URL: pyCICY-0.5.2.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
206dbe2540c883ba5e1073020b803f5569f4923515e4d206f9ce98c2f67d0cb6
|
|
| MD5 |
104b80e13f608ec4e6ee73fc0a121b3c
|
|
| BLAKE2b-256 |
63376f1645cf5b4fe6bc7c1f23ec00929d488c025b1e541e7f64ab13a5fb446d
|
File details
Details for the file pyCICY-0.5.2-py3-none-any.whl.
File metadata
- Download URL: pyCICY-0.5.2-py3-none-any.whl
- Upload date:
- Size: 40.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f4e21889f5256264697ce3281a24f1616dc45be5f4d6ffe7b11801a6675f441
|
|
| MD5 |
87dcc0e731eaf641e737d0fa9a5d970e
|
|
| BLAKE2b-256 |
2f2def69b2dbac185eed3916646c063e38e1bb91be8e5d20d1e6232b5f88c37f
|