private void Launch() { QASMSession.Execute(qasmString, (response) => { Debug.Log("Execution result count: " + response.result.Count); }); }
private void Awake() { _instance = this; }