Skip to content

Commit

Permalink
remove redundant conversion to c3 legacy style instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoracle committed Dec 29, 2021
1 parent 52eb787 commit f21f7c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions c3/qiskit/c3_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,6 @@ def run_experiment(self, experiment: QasmQobjExperiment) -> Dict[str, Any]:
]
exp.evaluate_qasm([instructions_list])

# convert qasm instruction set to c3 sequence
sequence = get_sequence(experiment.instructions) # noqa

# TODO get_init_ground_state(), compute_propagators(), evaluate(), process()

# generate shots style readout with no SPAM
Expand Down

0 comments on commit f21f7c3

Please sign in to comment.