-
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.
Use subpackage Quasar for parsing, handle batch-running locally (#26)
* change: Do OpenQASM3 parsing with new Quasar submodule * Update src/validation.jl Co-authored-by: Cody Wang <speller26@gmail.com> * change: Loosing Project.toml bounds and update CondaPkg.toml * fix: Schemas version --------- Co-authored-by: Cody Wang <speller26@gmail.com>
- Loading branch information
1 parent
15490e1
commit 4e44fdb
Showing
23 changed files
with
4,214 additions
and
1,349 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
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
```@meta | ||
CurrentModule = BraketSimulator | ||
``` | ||
|
||
# Custom gates | ||
|
||
`BraketSimulator.jl` defines some custom gates to extend what `Braket.jl` provides. These include the OpenQASM3 built-in gates `gphase` (as `MultiQubitPhaseShift`) and `U` (the single qubit three angle unitary). | ||
|
||
```@docs | ||
U | ||
MultiQubitPhaseShift | ||
MultiRZ | ||
``` |
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
296 changes: 31 additions & 265 deletions
296
ext/BraketSimulatorPythonExt/BraketSimulatorPythonExt.jl
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.