https://github.com/twesterhout/tipsi-builder
TiPSi builder module as a pure Python package for ease of installation
https://github.com/twesterhout/tipsi-builder
conda physics tight-binding
Last synced: 11 months ago
JSON representation
TiPSi builder module as a pure Python package for ease of installation
- Host: GitHub
- URL: https://github.com/twesterhout/tipsi-builder
- Owner: twesterhout
- Created: 2021-02-12T10:30:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T11:50:41.000Z (over 5 years ago)
- Last Synced: 2025-04-02T01:51:41.121Z (about 1 year ago)
- Topics: conda, physics, tight-binding
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TiPSi builder module 
This package is a hack 😛 It downloads `tipsi.builder` module from GitLab and
packages it in a portable way. No need to compile stuff and it should work on
Linux, Mac OS, and Windows 🥳
For more info about TiPSi see http://www.edovanveen.com/tipsi/.
## Installing
Either install the package using Conda:
```sh
conda install -c twesterhout tipsi
```
or using pip:
```sh
pip install git+https://github.com/twesterhout/tipsi-builder.git
```