Skip to content

Commit

Permalink
[feature/CI_setup] more CI tinkering
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesETsmith committed Jun 10, 2024
1 parent 4e19467 commit 5a7e91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pauli_op.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ TEST_CASE("test apply multistate multistring") {

TEST_CASE("test apply multistate multistring identity") {
// Set up PauliOp
std::vector<PauliString> pauli_strings(10, "IIII");
std::vector<PauliString> pauli_strings(16, "IIII");
std::vector<std::complex<double>> coeffs(pauli_strings.size(),
1. / pauli_strings.size());
PauliOp<double> pauli_op(coeffs, pauli_strings);
Expand Down

0 comments on commit 5a7e91a

Please sign in to comment.