validate
- fireopal.validate(circuits, credentials, backend_name)
Validate the compatibility of a batch of circuits for Fire Opal.
- Parameters
circuits (List[str]) – A list of quantum circuit in the form QASM string. You can use Qiskit to generate these strings.
credentials (Dict[str, Any]) – The credentials for running circuits on an IBM backend. This dictionary should contain key-value entries with keys token, project, hub, and group.
backend_name (str) – The backend device name that will be used to run circuits after validation.