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 7 of 14
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added a 'teleport' sub-algorithm that could be used in some other algorithms (like distributed ones). It's implemented this time based on the 'cat entangler' and 'cat disentangler'.
Adrian Roman
More...
over 1 year ago
Some more code comments
Adrian Roman
More...
over 1 year ago
Added some comments and a function that tests if a matrix is hermitian, just in case it will be needed
Adrian Roman
More...
over 1 year ago
Derived the phase estimation classes from a common base class that contains some of the implementation
Adrian Roman
More...
over 1 year ago
Comments in the code
Adrian Roman
More...
over 1 year ago
Once more... the complexity is obviously 'measured' wrongly by codefactor, trying again to fool it
Adrian Roman
More...
over 1 year ago
Trying to fool Codefactor which declares a very simple function as being complex
Adrian Roman
More...
over 1 year ago
This concludes https://github.com/aromanro/QCSim/issues/3. PhaseEstimation tests are in there, along with controlled n qubits quantum gate.
Adrian Roman
More...
over 1 year ago
Importance of qubits is reversed
Adrian Roman
More...
over 1 year ago
Added NQubitsControlledQuantumGate and using it I implemented a generic phase estimation subalgorithm (as opposed to the special one for Shor). Related with https://github.com/aromanro/QCSim/issues/3. The things I added today still need testing, though.
Adrian Roman
More...
over 1 year ago
Added an operator subalgorithm, to be able to apply N qubits quantum gates / operators on the register. Renamed the phase estimation class used for Shor, I'll add later a generic class for phase estimation
Adrian Roman
More...
over 1 year ago
Added CatEntangler, CatDisentangler and GeneralizedEntanglingGate subalgorithms. Could be used for 'distributed quantum computing' and more. Not tested yet.
Adrian Roman
More...
over 1 year ago
Updated CMake file and added a : in README.md
Adrian Roman
More...
over 1 year ago
Added distributed CNOT as a distributed quantum computing example
Adrian Roman
More...
over 1 year ago
Added SigmaPlusGate and SigmaMinusGate (could be used for example for JordanWigner transformations)
Adrian Roman
More...
over 1 year ago
Added links to the used libraries in README.md
Adrian Roman
More...
over 1 year ago
Added some comment in README.md about something I intend to add, as a reminder
Adrian Roman
More...
over 1 year ago
Added some comments in the code
Adrian Roman
More...
over 1 year ago
Added Coin Flipping quantum game and replaced dist_bool implementation with bernoulli_distribution
Adrian Roman
More...
over 1 year ago
Added code to display the time it took for the tests and some other minor changes.
Adrian Roman
More...
over 1 year ago
Enabled vectorization (AVX2, because Intel decided to not provide AVX512 in consumer processors anymore). It seems that I fixed a bug that made enabling vectorization to fail the tests, but I don't know yet which option change did that.
Adrian Roman
More...
over 1 year ago
Simplified the unitarity test
Adrian Roman
More...
almost 2 years ago
More minor project changes
Adrian Roman
More...
almost 2 years ago
Minor change in project file
Adrian Roman
More...
almost 2 years ago
Some more optimizations when compiling
Adrian Roman
More...
almost 2 years ago
Added openmp option in the solution (also in cmake, but this one is not yet tested). Should be now much faster for some matrix operations (like multiplying) on modern cpus that are able to run many threads.
Adrian Roman
More...
almost 2 years ago
Just replaced some typedefs with 'using' and some simplifications of the code, nothing changing the functionality
Adrian Roman
More...
almost 2 years ago
Minor improvements
Adrian Roman
More...
almost 2 years ago
Removed a useless project file
Adrian Roman
More...
almost 2 years ago
Added back the headers to the solution to be able to show classes in the Visual Studio IDE
Adrian Roman
More...
almost 2 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
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