pub fn convert_into_quantum_program(
    input: &PyAny
) -> Result<QuantumProgram, QoqoError>
Expand description

Convert generic python object to roqoqo::QuantumProgram.

Fallible conversion of generic python object to roqoqo::QuantumProgram.