https://github.com/ashirsch/kemitter
A Python environment for wide-angle energy-momentum spectroscopy
https://github.com/ashirsch/kemitter
Last synced: about 1 year ago
JSON representation
A Python environment for wide-angle energy-momentum spectroscopy
- Host: GitHub
- URL: https://github.com/ashirsch/kemitter
- Owner: ashirsch
- License: lgpl-3.0
- Created: 2018-02-20T16:23:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T16:31:53.000Z (about 8 years ago)
- Last Synced: 2025-04-09T22:46:40.238Z (about 1 year ago)
- Language: Python
- Homepage: https://ashirsch.github.io/kemitter/
- Size: 6.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kemitter
### A Python environment for wide-angle energy-momentum spectroscopy
[](https://zenodo.org/badge/latestdoi/122223369)
Read the documentation at [here](https://ashirsch.github.io/kemitter/).
### Installation
Currently you can install `kemitter` from source by cloning this repository.
Some of the `cvxpy` dependencies can be tricky to install. On Windows we have encountered build issues with some of
the `cvxpy` solvers, so if you encounter problems you may want to install `ECOS` from
a [pre-built wheel](https://www.lfd.uci.edu/~gohlke/pythonlibs/#ecos) before attempting to install `kemitter`.
```
git clone https://github.com/ashirsch/kemitter.git
pip install numpy
pip install -e .
```
Finally, follow the instructions on the [MOSEK website](https://docs.mosek.com/8.1/install/installation.html) to
install the Python API and to obtain an academic license. Additional solver support will be available
in the next release.
#### Version 1.0.0a