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