-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix README Typo * add Roadmap * add item to roadmap * Add Code Coverage * Add More Tests * Use MAP instead of a loop * Use Sparse Matrices * Add support for user inputed matrices * Add check for unitary matrix in generateMatrix * Prepare for 1.0.3
- Loading branch information
1 parent
169e96c
commit b146191
Showing
17 changed files
with
1,536 additions
and
1,084 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,11 @@ | ||
# Roadmap / Planned Changes | ||
*** | ||
### Features | ||
- Output to latex | ||
- Draw Gate Diagrams | ||
- Qudits | ||
- Benchmarks | ||
- Custom Programming Language / Parser | ||
- Extra Gates (i.e. Swap, Toffoli) | ||
- Quantum Functions (i.e. Grover Search) | ||
- State Dump for debugging programs |
Oops, something went wrong.