Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:qognitive/fast-pauli into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesETsmith committed Jun 6, 2024
2 parents d0d2654 + 08f0c24 commit 28bf98c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [ ] Build out pauli decomposer
- [X] Remove the weights argument and rename to data
- [X] Add namespace
- [ ] Add function equivalent of `get_state_iteration_unequal_weights` to SummedPauliOp
- [ ] Add apply method to SummedPauliOp that takes precomputed weighted data
- [ ] Writeup for docs
- [ ] Add pybind11 interface and python examples
- [ ] Change functions names over to default to parallel impl and use `_serial` for the serial implementation
Expand Down
1 change: 0 additions & 1 deletion include/__summed_pauli_op.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ template <std::floating_point T> struct SummedPauliOp {
}

// TODO IMPLEMENT
// equivalent to get_state_iteration_unequal_weights in the python code
template <std::floating_point data_dtype>
void apply_parallel_weighted_data(
Tensor<2> new_states, Tensor<2> states,
Expand Down
55 changes: 0 additions & 55 deletions qcog_bench.py

This file was deleted.

0 comments on commit 28bf98c

Please sign in to comment.