qiskit.circuit.classicalfunction.ClassicalFunction.simulate¶ ClassicalFunction.simulate(bitstring)[ソース]¶ Evaluate the expression on a bitstring. This evaluation is done classically. パラメータ bitstring (str) – The bitstring for which to evaluate. 戻り値 result of the evaluation. 戻り値の型 bool