Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T11:50:41.000Z (almost 4 years ago)
- Last Synced: 2024-12-14T17:39:41.809Z (about 2 months ago)
- Topics: conda, physics, tight-binding
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TiPSi builder module ![Conda](https://img.shields.io/conda/v/twesterhout/tipsi)
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
```