-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init commit with PauliX,Y,Z, Hardmard support * add unit tests & sample * add PauliX, Y, Z & Hadamard support * move expval shots to base class * Auto update version * add MPI support * add samples_to_counts to measurement base class * tidy up tests * move tests to measurement base * move mpi tests to measurement base class * make format * add python layer * add mpi tests * remove else * add tensor product support * add more tests for tensor prod obs shots * make format * add Hamiltonian support * make format * quick fix * add hamiltonian tests * add more py tests for tensorprod * remove changes made in py layer * revert more changes in py layer * tidy up code * update measurement base and kokkos * make format * refactor and add _sample_state method * for loop sum to accumulate sum * refactor and add _preprocess_state() method * add more unit tests for LK backend * Auto update version * tidy up docstring * remove samples() and samples2counts method * fix typo * quick fix * update LQRaw object creation * fix for multiple backends * update format * format fix * format update * make format & trigger MPI CI * add changelog and codecov for expval(obs) method * add shot_range coverage * tidy up code * add more unit tests * fix typos * add MPI Hamiltonian tests for shots * add HamBase tests for applyInPlaceShots * update based on comments * add more unit tests * move tests for non-distributed backends to base * move all unit tests into the base class * move getTotalNumQubits to base and tidy up code * tidy up code * revert changes in Test_MeasurementLQ * fix typo
- Loading branch information
1 parent
bf6e121
commit 461f73b
Showing
20 changed files
with
1,103 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.34.0-dev7" | ||
__version__ = "0.34.0-dev8" |
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
Oops, something went wrong.