qiskit.quantum_info.random_stabilizer_table¶
- random_stabilizer_table(num_qubits, size=1, seed=None)[ソース]¶
DEPRECATED: Return a random StabilizerTable.
バージョン 0.22.0 で非推奨: The function
qiskit.quantum_info.operators.symplectic.random.random_stabilizer_table()
is deprecated as of qiskit-terra 0.22.0. It will be removed no earlier than 3 months after the release date. Instead, use the functionrandom_pauli_list
.- パラメータ
num_qubits (int) – the number of qubits.
size (int) – Optional. The number of rows of the table (Default: 1).
seed (int or np.random.Generator) – Optional. Set a fixed seed or generator for RNG.
- 戻り値
a random StabilizerTable.
- 戻り値の型