Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 24, 2024
1 parent 3f7b52e commit 7a8ce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def test_op_from_instruction():
model_config = model.generate_model_config()
test_inst = model_config["drift"]["one_body"][1]
test_inst2 = model_config["drift"]["two_body"][0]
test_inst3 = (1.0, 'b_2 ^ b_1 ^ b_0', ['2', '1', '0'])
test_inst3 = (1.0, "b_2 ^ b_1 ^ b_0", ["2", "1", "0"])
op_from_instruction(test_inst, multiply_coeff=False)
op_from_instruction(test_inst2, multiply_coeff=False)
op_from_instruction(test_inst3, multiply_coeff=False)
Expand Down

0 comments on commit 7a8ce66

Please sign in to comment.