Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mistaken QPY custom-instructions documentation (Qiskit#12216)
`num_custom_gates` is not actually part of the `CIRCUIT_HEADER` structs in any version of QPY. The number of custom-instruction objects is instead stored as a `uint64_t` inline in the `CUSTOM_DEFINITIONS` part of the file, so separately to the rest of the header.
- Loading branch information