https://github.com/quantumjot/vne
von Neumman's Elephant
https://github.com/quantumjot/vne
Last synced: 4 months ago
JSON representation
von Neumman's Elephant
- Host: GitHub
- URL: https://github.com/quantumjot/vne
- Owner: quantumjot
- License: bsd-3-clause
- Created: 2021-07-13T20:26:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T19:46:32.000Z (8 months ago)
- Last Synced: 2024-11-13T14:21:36.480Z (6 months ago)
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/psf/black)
[](https://github.com/quantumjot/vne/actions/workflows/test.yml)
[](https://github.com/pre-commit/pre-commit)# vne
von Neumman's Elephant
"With four parameters I can fit an elephant, and with five I can make him wiggle his trunk."
### Installation
```sh
conda create -n vne python=3.8
conda activate vne
git clone https://github.com/quantumjot/vne.git
cd vne
```#### Inference only
```sh
pip install -e .
```#### Training/Development
```sh
pip install -e ".[dev]"
```