BSD-3-Clause licensed by Mihai Sebastian Ardelean
This version can be pinned in stack with:qchas-1.1.0.1@sha256:c0d763136369f09678ceb17031b3ea6eb648e903798a21fbeb6c184035350060,2321
Module documentation for 1.1.0.1
- Core
- Operations
- QC
- Quantum
qchas
Getting started
To get started with the library, clone the repo and then install Haskell Stack.
Next, build the project:
$ stack build
Documentation can be generated by running the next command:
$ stack haddock
Finally, run the test suite to verify that everything is working correctly:
$ stack test
Documentation
Documentation is available at Doc
Change Log
Full Changelog
Implemented enhancements:
Merged pull requests:
Full Changelog
Implemented enhancements:
- Implement new operators #35
Full Changelog
Implemented enhancements:
- Move utils function to Gates and Qubits #34
- Implement identity Gate #31
- Prepare new release with minor version increased #28
- Measure module #25
- Define <+> operator #23
- Implement examples #22
- Implement FREDKİN and Toffoli gates #17
- Push Haddock Documentation #15
- Data Types #13
- Use hMatrix for Qubits & gates representation #11
- Create Gates #9
- Create util functions #7
- Define qubits #3
- setup ci #1
Fixed bugs:
Closed issues:
- Update README badges #21
- Static analysis #19
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator