[][src]Function dqcsim::bindings::dqcs_gm_construct_three

#[no_mangle]pub extern "C" fn dqcs_gm_construct_three(
    gm: dqcs_handle_t,
    key_data: *const c_void,
    qa: dqcs_qubit_t,
    qb: dqcs_qubit_t,
    qc: dqcs_qubit_t,
    param_data: dqcs_handle_t
) -> dqcs_handle_t

Uses a gate map object to construct a three-qubit DQCsim gate from the plugin's representation. >

This function is simply a shorthand for dqcs_gm_construct() with three qubits in the qubits set, to make constructing three-qubit gates more ergonomic. Refer to its documentation for more information.