qiskit.opflow.state_fns.CircuitStateFn.from_dict¶ static CircuitStateFn.from_dict(density_dict)[ソース]¶ Construct the CircuitStateFn from a dict mapping strings to probability densities. パラメータ density_dict (dict) – The dict representing the desired state. 戻り値 The CircuitStateFn created from the dict. 戻り値の型 CircuitStateFn