qiskit/test/c
Raynel Sanchez 1bc965505c
Fix: Avoid re-using freed pointer. (#14637)
In a previous oversight, we re-used freed pointer ``meas`` when building the ``reset`` entry during the ``test_target_add_instruction`` test.
2025-06-18 15:25:46 +00:00
..
CMakeLists.txt Add initial C API for circuit construction (#14006) 2025-04-23 12:33:07 +00:00
common.c Directly expose ``QkComplex64`` to the C API (#14340) 2025-05-28 13:19:30 +00:00
common.h rm trailing make complex def (#14519) 2025-06-02 09:31:16 +00:00
test_circuit.c Improve efficiency of QkCircuitInstruction in C API (#14404) 2025-06-03 10:21:54 +00:00
test_complex.c Directly expose ``QkComplex64`` to the C API (#14340) 2025-05-28 13:19:30 +00:00
test_sparse_observable.c Directly expose ``QkComplex64`` to the C API (#14340) 2025-05-28 13:19:30 +00:00
test_target.c Fix: Avoid re-using freed pointer. (#14637) 2025-06-18 15:25:46 +00:00
test_version_info.c Added support for querying version information in the Qiskit C API. (#14423) 2025-05-30 16:25:34 +00:00