-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[minor] fix the direct conversion quantum tranduction protocol
- Loading branch information
1 parent
e38922a
commit 0e74ef3
Showing
6 changed files
with
176 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
all: jupyter | ||
|
||
setup: | ||
pip3 install -r ./requirements.txt | ||
pip install -r ./requirements.txt | ||
|
||
install: | ||
pip3 install . | ||
pip install . | ||
|
||
install_editable: | ||
pip3 install --editable . --config-settings editable_mode=strict | ||
pip install --editable . --config-settings editable_mode=strict | ||
|
||
jupyter: | ||
jupyter notebook ./example/two_node_eg.ipynb | ||
|
||
test: | ||
pip3 install . | ||
pip install . | ||
pytest ./tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.