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
Very Low Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
Sep 04, 2024 — Sep 04, 2025
Showing page 3 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Minor changes, mainly added a comment about tensors optimization that could be done
Adrian Roman
More...
7 months ago
Minor change in MeasureNoCollapse for statevector
Adrian Roman
More...
7 months ago
Changed the multiplication with lambda in MeasureNoCollapse for the MPS simulator to be done with the site matrix instead of the intermediate one
Adrian Roman
More...
7 months ago
Enhancement for MPS simulator's MeasureNoCollapse: if zero is measured, no need to compute the matrix again, it was already computed.
Adrian Roman
More...
7 months ago
Improved MeasureNoCollapse tests for the MPS simulator: for multiple shots the circuit needs to be executed only once since the MeasureNoCollapse does not alter the state.
Adrian Roman
More...
7 months ago
Also moved GetProbability into the MPS base class
Adrian Roman
More...
7 months ago
Reduced complexity by moving ApplySingleQubitGate in the MPS base class, since it's quite simple
Adrian Roman
More...
7 months ago
Reduced complexity, again
Adrian Roman
More...
7 months ago
Reduced complexity
Adrian Roman
More...
7 months ago
Forgot to save some comments before committing.
Adrian Roman
More...
7 months ago
Added a `MeasureNoCollapse` function to the Matrix Product State simulator which is similar with the one from the statevector. Can be used to optimize multiple shots execution, to avoid applying the gates again and again for each shot.
Adrian Roman
More...
7 months ago
Fixed cloning MPS simulator issue for cloning the saved state
Adrian Roman
More...
7 months ago
Nothing really, just added a const specifier
Adrian Roman
More...
7 months ago
Simplified a MPS measurements test function
Adrian Roman
More...
7 months ago
Added a function to the MPS simulator that allows to measure a bunch of qubits together more efficiently than measuring them separately.
Adrian Roman
More...
7 months ago
Forgot to return the cloned simulator
Adrian Roman
More...
7 months ago
Clone for StabilizerSimulator was private, made it public
Adrian Roman
More...
7 months ago
Added Clone functions to simulators, I need them in a closed source project
Adrian Roman
More...
7 months ago
Moved some 'debug' functions (for displaying/logging/saving the state) from the statevector simulator in a 'Debug' class
Adrian Roman
More...
7 months ago
Exposed `MeasureNoCollapse` as public, I might need it in a private project. Changed `addseed` to an `unsigned int` and set it to a random value if the passed value is zero.
Adrian Roman
More...
7 months ago
Added Reset for a couple of simulators
Adrian Roman
More...
8 months ago
Renamed function to RestoreState
Adrian Roman
More...
8 months ago
Added the ability to save/restore the state internally for all simulators. It is useful for example for executing multiple shots for circuits that have measurements only at the end (save state before measurements, execute measurements, restore state and redo only measurements until all shots are executed).
Adrian Roman
More...
8 months ago
Simplified some code
Adrian Roman
More...
9 months ago
Added a way to disable/enable back multithreading. I'm using multiple simulators from different threads so this is a useful feature.
Adrian Roman
More...
10 months ago
Removed unused variable from getBasisStateProbability
Adrian Roman
More...
10 months ago
Reduced complexity for StabilizerState::getBasisStateProbability
Adrian Roman
More...
10 months ago
Forgot to add the new source file
Adrian Roman
More...
10 months ago
Split the code of the StabilizerSimulator into two classes to reduce complexity of the class.
Adrian Roman
More...
10 months ago
Simplified the clifford code, added some more comments that should explain better what's going on
Adrian Roman
More...
10 months ago
←
1
2
3
4
5
6
7
8
9
…
20
21
→
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