-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #107 from zapatacomputing/dev
Merge dev to main
- Loading branch information
Showing
32 changed files
with
406 additions
and
107 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,7 +1,13 @@ | ||
################################################################################ | ||
# © Copyright 2021-2022 Zapata Computing Inc. | ||
################################################################################ | ||
include subtrees/z_quantum_actions/Makefile | ||
|
||
github_actions: | ||
python3 -m venv ${VENV} && \ | ||
${VENV}/bin/python3 -m pip install --upgrade pip && \ | ||
${VENV}/bin/python3 -m pip install ./z-quantum-core && \ | ||
${VENV}/bin/python3 -m pip install -e '.[develop]' | ||
${VENV}/bin/python3 -m pip install -e '.[develop]' | ||
|
||
build-system-deps: | ||
$(PYTHON) -m pip install setuptools wheel "setuptools_scm>=6.0" |
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
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 +1,4 @@ | ||
################################################################################ | ||
# © Copyright 2020 Zapata Computing Inc. | ||
################################################################################ | ||
from .backend import QiskitBackend |
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
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,2 +1,5 @@ | ||
################################################################################ | ||
# © Copyright 2021 Zapata Computing Inc. | ||
################################################################################ | ||
from ._circuit_conversions import export_to_qiskit, import_from_qiskit | ||
from ._openfermion_conversions import qiskitpauli_to_qubitop, qubitop_to_qiskitpauli |
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.