openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Q
QCSim
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 5 of 14
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
I broke the Shor algorithm that uses the tensor product for the function, while preparing to implement it also without a tensor product. Now it's fixed back. I also implemented a variant without a tensor product for the function, although it's not efficiently implemented. For: https://github.com/aromanro/QCSim/issues/12
Adrian Roman
More...
over 1 year ago
Phase estimation with avoidance of the tensor product (using only simple quantum gates) for https://github.com/aromanro/QCSim/issues/12
Adrian Roman
More...
over 1 year ago
More changes towards having a Shor algorithm implemented only with simple gates
Adrian Roman
More...
over 1 year ago
Moved the oracles implementation with gates in separate classes.
Adrian Roman
More...
over 1 year ago
Preparing to add a Shor implementation fully with simple quantum gates (not optimal, though)
Adrian Roman
More...
over 1 year ago
Some const specifiers and changed value to reference for measurements iteration
Adrian Roman
More...
over 1 year ago
Adders and Grover changed to use the multiple measurements optimization (for https://github.com/aromanro/QCSim/issues/13)
Adrian Roman
More...
over 1 year ago
Repeated measurements optimization as in https://github.com/aromanro/QCSim/issues/13 for GeneralElitzurVaidmanBomb & QuantumEraser
Adrian Roman
More...
over 1 year ago
Since Hardy's paradox tests/example took quite a bit of time, optimized the measurements as described in https://github.com/aromanro/QCSim/issues/13. The reduction in execution time is very noticeable :)
Adrian Roman
More...
over 1 year ago
Improved the repeated measurements as in the last comment for https://github.com/aromanro/QCSim/issues/13
Adrian Roman
More...
over 1 year ago
Changed the the 'phase estimation' subalgorithm to avoid swapping in IQFT. Added commented code in the Quantum Counting algorithm to explain how it should be changed to used the swapping IQFT variant. Changed the Phase Estimation to have multiple measurements optimized, changed accordingly the test/example function (for: https://github.com/aromanro/QCSim/issues/13).
Adrian Roman
More...
over 1 year ago
Now Quantum Counting works!
Adrian Roman
More...
over 1 year ago
Added tests to quantum counting, some changes in it and some other places... still does not work, there is a bug somewhere
Adrian Roman
More...
over 1 year ago
Changed the quantum counting algorithm to have an example of multiple measurements execution (for https://github.com/aromanro/QCSim/issues/13).
Adrian Roman
More...
over 1 year ago
ApplyGate instead of Apply in quantum counting implementation. Replaced the returned value for a single qubit repeated measurement to be the same as for the other repeated measurements (making https://github.com/aromanro/QCSim/issues/13 easier).
Adrian Roman
More...
over 1 year ago
Added the quantum counting algorithm. Implemented in a hurry without much care, it's probably full of bugs. I'll review it hopefully the following days and add tests/examples to have it working correctly.
Adrian Roman
More...
over 1 year ago
Replaced explicit computation of (z*conj(z)).real() with std::norm
Adrian Roman
More...
over 1 year ago
Fixed issue with the better phase estimation
Adrian Roman
More...
over 1 year ago
Added possibility of a much better estimation of the phase in the phase estimation algorithm
Adrian Roman
More...
over 1 year ago
Derived the HadamardTransform subalgorithm from a base class that allows using any 1 qubit gate. Added XTransform as well.
Adrian Roman
More...
over 1 year ago
Improved Grover tests/examples
Adrian Roman
More...
over 1 year ago
Added Grover algorithms with oracle implemented with quantum gates (for https://github.com/aromanro/QCSim/issues/12)
Adrian Roman
More...
over 1 year ago
Simplified Grover
Adrian Roman
More...
over 1 year ago
Minor changes
Adrian Roman
More...
over 1 year ago
Added a comment in the code
Adrian Roman
More...
over 1 year ago
Added Simon algorithm implementation with an oracle built out of gates (using ancilla qubits) https://github.com/aromanro/QCSim/issues/12
Adrian Roman
More...
over 1 year ago
Keeping CodeFactor happy: reduced complexity of a 'test' file by moving the Deutsch-Jozsa tests in anotuer source file
Adrian Roman
More...
over 1 year ago
Added Bernstein-Vazirani algorithm with oracle made out of gates (using ancilla qubits). For: https://github.com/aromanro/QCSim/issues/12
Adrian Roman
More...
over 1 year ago
One ancilla qubit less for DeutschJozsaAlgorithmWithGatesOracle and some new comments in the code
Adrian Roman
More...
over 1 year ago
Fixed an issue and added an improvement to n qubits controlled not gate
Adrian Roman
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
…
13
14
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree