diff --git a/azure-quantum/azure/quantum/cirq/targets/quantinuum.py b/azure-quantum/azure/quantum/cirq/targets/quantinuum.py index c0a383d8b..34dd76c57 100644 --- a/azure-quantum/azure/quantum/cirq/targets/quantinuum.py +++ b/azure-quantum/azure/quantum/cirq/targets/quantinuum.py @@ -2,6 +2,7 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. ## +import json import numpy as np from typing import TYPE_CHECKING, Any, Dict, Sequence @@ -97,7 +98,7 @@ def submit( metadata = { "qubits": len(program.all_qubits()), "repetitions": repetitions, - "measurement_dict": self._measurement_dict(program) + "measurement_dict": json.dumps(self._measurement_dict(program)) } # Override metadata with value from kwargs metadata.update(kwargs.get("metadata", {})) diff --git a/azure-quantum/azure/quantum/qiskit/backends/ionq.py b/azure-quantum/azure/quantum/qiskit/backends/ionq.py index 9e7aefc76..2ca2ed2e0 100644 --- a/azure-quantum/azure/quantum/qiskit/backends/ionq.py +++ b/azure-quantum/azure/quantum/qiskit/backends/ionq.py @@ -27,6 +27,8 @@ if TYPE_CHECKING: from azure.quantum.qiskit import AzureQuantumProvider +import json + import logging logger = logging.getLogger(__name__) @@ -244,7 +246,7 @@ def _prepare_job_metadata(self, circuit, **kwargs): _, _, meas_map = qiskit_circ_to_ionq_circ(circuit, gateset=self.gateset()) metadata = super()._prepare_job_metadata(circuit, **kwargs) - metadata["meas_map"] = meas_map + metadata["meas_map"] = json.dumps(meas_map) return metadata diff --git a/azure-quantum/tests/unit/common.py b/azure-quantum/tests/unit/common.py index 8aae1ba1a..0991504d6 100644 --- a/azure-quantum/tests/unit/common.py +++ b/azure-quantum/tests/unit/common.py @@ -69,6 +69,7 @@ class RegexScrubbingPatterns: URL_QUERY_AUTH_CLAIMS = r"claims=[\w\%\-\.]+" URL_QUERY_AUTH_CODE_VERIFIER = r"code_verifier=[\w\%\-\.]+" URL_QUERY_AUTH_CODE = r"code=[\w\%\-\.]+" + URL_QUERY_KEY_CODE = r"key=[\w\%\-\.]+" URL_HTTP = r"http://" # Devskim: ignore DS137138 class QuantumTestBase(ReplayableTest): @@ -180,6 +181,8 @@ def __init__(self, method_name): "code_verifier=PLACEHOLDER") self._regex_replacer.register_scrubbing(RegexScrubbingPatterns.URL_QUERY_AUTH_CODE, "code=PLACEHOLDER") + self._regex_replacer.register_scrubbing(RegexScrubbingPatterns.URL_QUERY_KEY_CODE, + "key=PLACEHOLDER") self._regex_replacer.register_scrubbing(RegexScrubbingPatterns.URL_HTTP, "https://") self._regex_replacer.register_scrubbing( @@ -318,14 +321,14 @@ def create_echo_target( **kwargs ) -> Target: """ - Create a `Microsoft.Test.echo-target` Target for simple job submission tests. + Create a `Microsoft.Test.FirstParty.echo-target` Target for simple job submission tests. Uses the Workspace returned from `create_workspace()` method. """ workspace = self.create_workspace(credential=credential, **kwargs) target = Target( workspace=workspace, name="echo-output", - provider_id="Microsoft.Test", + provider_id="Microsoft.Test.FirstParty", input_data_format = "microsoft.quantum-log.v1", output_data_format = "microsoft.quantum-log.v1" ) diff --git a/azure-quantum/tests/unit/recordings/test_dft_failure_algorithm_produces_output.yaml b/azure-quantum/tests/unit/recordings/test_dft_failure_algorithm_produces_output.yaml index 8172f3209..191b34eea 100644 --- a/azure-quantum/tests/unit/recordings/test_dft_failure_algorithm_produces_output.yaml +++ b/azure-quantum/tests/unit/recordings/test_dft_failure_algorithm_produces_output.yaml @@ -9,7 +9,7 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-identity/1.18.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration response: @@ -55,7 +55,7 @@ interactions: Content-Type: - application/x-www-form-urlencoded User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-identity/1.18.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-client-current-telemetry: - 4|730,2| x-client-os: @@ -63,13 +63,13 @@ interactions: x-client-sku: - MSAL.Python x-client-ver: - - 1.30.0 + - 1.31.0 method: POST uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token response: body: - string: '{"token_type": "Bearer", "expires_in": 1756429757, "ext_expires_in": - 1756429757, "refresh_in": 31536000, "access_token": "PLACEHOLDER"}' + string: '{"token_type": "Bearer", "expires_in": 1779431545, "ext_expires_in": + 1779431545, "refresh_in": 31536000, "access_token": "PLACEHOLDER"}' headers: content-length: - '135' @@ -88,72 +88,80 @@ interactions: Connection: - keep-alive User-Agent: - - testapp azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/providerStatus?api-version=2024-10-01-preview&test-sequence-id=1 response: body: string: '{"value": [{"id": "microsoft-elements", "currentAvailability": "Available", "targets": [{"id": "microsoft.dft", "currentAvailability": "Available", "averageQueueTime": - 0, "statusPage": null}]}, {"id": "ionq", "currentAvailability": "Degraded", - "targets": [{"id": "ionq.qpu", "currentAvailability": "Unavailable", "averageQueueTime": - 0, "statusPage": null}, {"id": "ionq.qpu.aria-1", "currentAvailability": "Available", - "averageQueueTime": 8438084, "statusPage": "https://status.ionq.co"}, {"id": - "ionq.qpu.aria-2", "currentAvailability": "Available", "averageQueueTime": - 2604054, "statusPage": "https://status.ionq.co"}, {"id": "ionq.simulator", - "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": "https://status.ionq.co"}]}, - {"id": "microsoft-qc", "currentAvailability": "Available", "targets": [{"id": - "microsoft.estimator", "currentAvailability": "Available", "averageQueueTime": - 0, "statusPage": null}]}, {"id": "pasqal", "currentAvailability": "Degraded", + 0, "statusPage": null}]}, {"id": "ionq", "currentAvailability": "Available", + "targets": [{"id": "ionq.qpu.aria-1", "currentAvailability": "Unavailable", + "averageQueueTime": 0, "statusPage": "https://status.ionq.co"}, {"id": "ionq.qpu.aria-2", + "currentAvailability": "Unavailable", "averageQueueTime": 0, "statusPage": + "https://status.ionq.co"}, {"id": "ionq.simulator", "currentAvailability": + "Available", "averageQueueTime": 0, "statusPage": "https://status.ionq.co"}]}, + {"id": "microsoft-qc", "currentAvailability": "Unavailable", "targets": [{"id": + "microsoft.estimator", "currentAvailability": "Unavailable", "averageQueueTime": + 0, "statusPage": null}]}, {"id": "pasqal", "currentAvailability": "Available", "targets": [{"id": "pasqal.sim.emu-tn", "currentAvailability": "Available", - "averageQueueTime": 273, "statusPage": "https://pasqal.com"}, {"id": "pasqal.qpu.fresnel", - "currentAvailability": "Degraded", "averageQueueTime": 0, "statusPage": "https://pasqal.com"}]}, - {"id": "quantinuum", "currentAvailability": "Available", "targets": [{"id": - "quantinuum.qpu.h1-1", "currentAvailability": "Available", "averageQueueTime": - 164985, "statusPage": "https://www.quantinuum.com/hardware/h1"}, {"id": "quantinuum.sim.h1-1sc", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + "averageQueueTime": 527, "statusPage": ""}, {"id": "pasqal.qpu.fresnel", "currentAvailability": + "Unavailable", "averageQueueTime": 0, "statusPage": ""}]}, {"id": "quantinuum", + "currentAvailability": "Available", "targets": [{"id": "quantinuum.qpu.h1-1", + "currentAvailability": "Available", "averageQueueTime": 11806, "statusPage": + "https://calendar.qapi.quantinuum.com/?target=H1-1&key=PLACEHOLDER"}, {"id": + "quantinuum.sim.h1-1sc", "currentAvailability": "Available", "averageQueueTime": + 26, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1SC&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h1-1e", "currentAvailability": "Available", "averageQueueTime": - 5, "statusPage": "https://www.quantinuum.com/hardware/h1"}, {"id": "quantinuum.qpu.h2-1", - "currentAvailability": "Available", "averageQueueTime": 115568, "statusPage": - "https://www.quantinuum.com/hardware/h2"}, {"id": "quantinuum.sim.h2-1sc", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h2"}, + 7, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1E&key=PLACEHOLDER"}, + {"id": "quantinuum.qpu.h2-1", "currentAvailability": "Available", "averageQueueTime": + 76798, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-1&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h2-1sc", "currentAvailability": "Available", "averageQueueTime": + 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-1SC&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h2-1e", "currentAvailability": "Available", "averageQueueTime": - 0, "statusPage": "https://www.quantinuum.com/hardware/h2"}, {"id": "quantinuum.sim.h1-1sc-preview", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + 2130, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-1E&key=PLACEHOLDER"}, + {"id": "quantinuum.qpu.h2-2", "currentAvailability": "Degraded", "averageQueueTime": + 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-2&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h2-2sc", "currentAvailability": "Available", "averageQueueTime": + 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-2SC&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h2-2e", "currentAvailability": "Available", "averageQueueTime": + 109, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-2E&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h1-1sc-preview", "currentAvailability": "Available", + "averageQueueTime": 26, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1SC&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h1-1e-preview", "currentAvailability": "Available", - "averageQueueTime": 5, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + "averageQueueTime": 7, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1E&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h1-2e-preview", "currentAvailability": "Available", - "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + "averageQueueTime": 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-2E-PREVIEW&key=PLACEHOLDER"}, {"id": "quantinuum.qpu.h1-1-preview", "currentAvailability": "Available", - "averageQueueTime": 164985, "statusPage": "https://www.quantinuum.com/hardware/h1"}]}, + "averageQueueTime": 11806, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1&key=PLACEHOLDER"}]}, {"id": "rigetti", "currentAvailability": "Available", "targets": [{"id": "rigetti.sim.qvm", "currentAvailability": "Available", "averageQueueTime": 5, "statusPage": "https://rigetti.statuspage.io/"}, - {"id": "rigetti.qpu.ankaa-2", "currentAvailability": "Available", "averageQueueTime": + {"id": "rigetti.qpu.ankaa-3", "currentAvailability": "Available", "averageQueueTime": 5, "statusPage": "https://rigetti.statuspage.io/"}]}, {"id": "qci", "currentAvailability": - "Degraded", "targets": [{"id": "qci.simulator", "currentAvailability": "Available", - "averageQueueTime": 1, "statusPage": "https://quantumcircuits.com"}, {"id": - "qci.machine1", "currentAvailability": "Unavailable", "averageQueueTime": - 1, "statusPage": "https://quantumcircuits.com"}, {"id": "qci.simulator.noisy", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://quantumcircuits.com"}]}, - {"id": "Microsoft.Test", "currentAvailability": "Available", "targets": [{"id": - "echo-rigetti", "currentAvailability": "Available", "averageQueueTime": 1, - "statusPage": ""}, {"id": "echo-quantinuum", "currentAvailability": "Available", - "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-qci", "currentAvailability": - "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-ionq", + "Unavailable", "targets": [{"id": "qci.simulator", "currentAvailability": + "Unavailable", "averageQueueTime": 0, "statusPage": null}, {"id": "qci.machine1", + "currentAvailability": "Unavailable", "averageQueueTime": 0, "statusPage": + null}, {"id": "qci.simulator.noisy", "currentAvailability": "Unavailable", + "averageQueueTime": 0, "statusPage": null}]}, {"id": "Microsoft.Test.FirstParty", + "currentAvailability": "Available", "targets": [{"id": "echo-rigetti", "currentAvailability": + "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-quantinuum", "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": ""}, - {"id": "echo-aquarius", "currentAvailability": "Available", "averageQueueTime": - 1, "statusPage": ""}, {"id": "sparse-sim-rigetti", "currentAvailability": - "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "sparse-sim-quantinuum", + {"id": "echo-qci", "currentAvailability": "Available", "averageQueueTime": + 1, "statusPage": ""}, {"id": "echo-ionq", "currentAvailability": "Available", + "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-aquarius", "currentAvailability": + "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "sparse-sim-rigetti", "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": ""}, - {"id": "sparse-sim-qci", "currentAvailability": "Available", "averageQueueTime": - 1, "statusPage": ""}, {"id": "sparse-sim-ionq", "currentAvailability": "Available", - "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-output", "currentAvailability": - "Available", "averageQueueTime": 1, "statusPage": ""}]}], "nextLink": null}' + {"id": "sparse-sim-quantinuum", "currentAvailability": "Available", "averageQueueTime": + 1, "statusPage": ""}, {"id": "sparse-sim-qci", "currentAvailability": "Available", + "averageQueueTime": 1, "statusPage": ""}, {"id": "sparse-sim-ionq", "currentAvailability": + "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-output", + "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": ""}]}], + "nextLink": null}' headers: connection: - keep-alive content-length: - - '4751' + - '5374' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -162,116 +170,98 @@ interactions: code: 200 message: OK - request: - body: null + body: 'b''{"containerName": "job-00000000-0000-0000-0000-000000000001"}''' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate Connection: - keep-alive + Content-Length: + - '64' + Content-Type: + - application/json User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) - method: GET - uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: POST + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/storage/sasUri?api-version=2024-10-01-preview&test-sequence-id=1 response: body: - string: '{"token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", - "token_endpoint_auth_methods_supported": ["client_secret_post", "private_key_jwt", - "client_secret_basic"], "jwks_uri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/discovery/v2.0/keys", - "response_modes_supported": ["query", "fragment", "form_post"], "subject_types_supported": - ["pairwise"], "id_token_signing_alg_values_supported": ["RS256"], "response_types_supported": - ["code", "id_token", "code id_token", "id_token token"], "scopes_supported": - ["openid", "profile", "email", "offline_access"], "issuer": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0", - "request_uri_parameter_supported": false, "userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", - "authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/authorize", - "device_authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/devicecode", - "http_logout_supported": true, "frontchannel_logout_supported": true, "end_session_endpoint": - "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/logout", - "claims_supported": ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", - "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", - "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", - "email"], "kerberos_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/kerberos", - "tenant_region_scope": "WW", "cloud_instance_name": "microsoftonline.com", - "cloud_graph_host_name": "graph.windows.net", "msgraph_host": "graph.microsoft.com", - "rbac_url": "https://pas.windows.net"}' + string: '{"sasUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER"}' headers: + connection: + - keep-alive content-length: - - '1826' + - '212' content-type: - application/json; charset=utf-8 + transfer-encoding: + - chunked status: code: 200 message: OK - request: - body: client_id=PLACEHOLDER&grant_type=client_credentials&client_assertion=PLACEHOLDER&client_info=1&client_assertion_type=PLACEHOLDER&scope=https%3A%2F%2Fquantum.microsoft.com%2F.default + body: null headers: Accept: - - application/json + - application/xml Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '181' - Content-Type: - - application/x-www-form-urlencoded User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) - x-client-current-telemetry: - - 4|730,2| - x-client-os: - - win32 - x-client-sku: - - MSAL.Python - x-client-ver: - - 1.30.0 - method: POST - uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-date: + - Thu, 22 May 2025 06:32:26 GMT + x-ms-version: + - '2024-05-04' + method: GET + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: - string: '{"token_type": "Bearer", "expires_in": 1756429758, "ext_expires_in": - 1756429758, "refresh_in": 31536000, "access_token": "PLACEHOLDER"}' + string: "\uFEFFContainerNotFoundThe + specified container does not exist.\nRequestId:3514d013-701e-000b-0be3-cab801000000\nTime:2025-05-22T06:32:27.6829786Z" headers: content-length: - - '135' + - '223' content-type: - - application/json; charset=utf-8 + - application/xml + x-ms-version: + - '2024-05-04' status: - code: 200 - message: OK + code: 404 + message: The specified container does not exist. - request: - body: 'b''{"containerName": "job-00000000-0000-0000-0000-000000000001"}''' + body: null headers: Accept: - - application/json + - application/xml Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - - '64' - Content-Type: - - application/json + - '0' User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) - method: POST - uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/storage/sasUri?api-version=2024-10-01-preview&test-sequence-id=1 + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-date: + - Thu, 22 May 2025 06:32:26 GMT + x-ms-version: + - '2024-05-04' + method: PUT + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: - string: '{"sasUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER"}' + string: '' headers: - connection: - - keep-alive content-length: - - '212' - content-type: - - application/json; charset=utf-8 - transfer-encoding: - - chunked + - '0' + x-ms-version: + - '2024-05-04' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -282,29 +272,33 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:09:18 GMT + - Thu, 22 May 2025 06:32:26 GMT x-ms-version: - '2024-05-04' method: GET uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: - string: "\uFEFFContainerNotFoundThe - specified container does not exist.\nRequestId:f37feb81-e01e-0044-4cb0-f9c955000000\nTime:2024-08-29T01:09:19.1235512Z" + string: '' headers: content-length: - - '223' - content-type: - - application/xml + - '0' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked x-ms-version: - '2024-05-04' status: - code: 404 - message: The specified container does not exist. + code: 200 + message: OK - request: - body: null + body: 'b''{"description": "This files contains the mapping between the xyz file + name that were submitted and the qcschema blobs that are used for the calculation.", + "tableOfContents": [{"inputFileName": "C:\\\\Users\\\\kikomiss\\\\Projects\\\\azure-quantum-python\\\\azure-quantum\\\\tests\\\\unit/molecule.xyz", + "qcschemaBlobName": "inputData_0"}]}''' headers: Accept: - application/xml @@ -313,15 +307,19 @@ interactions: Connection: - keep-alive Content-Length: - - '0' + - '342' + Content-Type: + - application/octet-stream User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-blob-type: + - BlockBlob x-ms-date: - - Thu, 29 Aug 2024 01:09:18 GMT + - Thu, 22 May 2025 06:32:27 GMT x-ms-version: - '2024-05-04' method: PUT - uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: string: '' @@ -343,9 +341,9 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:09:18 GMT + - Thu, 22 May 2025 06:32:27 GMT x-ms-version: - '2024-05-04' method: GET @@ -366,7 +364,57 @@ interactions: code: 200 message: OK - request: - body: b'60\n\nO 97.873900000 103.017000000 100.816000000\nH 98.128600000 103.038000000 99.848800000\nH 97.173800000 102.317000000 100.960000000\nO 100.645000000 100.169000000 95.891500000\nH 101.491000000 100.305000000 96.406200000\nH 99.888700000 100.618000000 96.367800000\nO 99.814000000 100.835000000 101.232000000\nH 99.329200000 99.976800000 101.063000000\nH 99.151600000 101.561000000 101.414000000\nO 98.804000000 98.512200000 97.758100000\nH 99.782100000 98.646900000 97.916700000\nH 98.421800000 99.326500000 97.321300000\nO 100.747000000 100.164000000 103.736000000\nH 100.658000000 100.628000000 102.855000000\nH 100.105000000 99.398600000 103.776000000\nO 98.070300000 98.516900000 100.438000000\nH 97.172800000 98.878600000 100.690000000\nH 98.194000000 98.592200000 99.448100000\nO 98.548000000 101.265000000 97.248600000\nH 98.688900000 102.140000000 97.711000000\nH 97.919900000 101.391000000 96.480800000\nO 103.898000000 98.427900000 99.984500000\nH 103.015000000 98.654900000 99.573700000\nH 104.128000000 97.477300000 99.776100000\nO 99.166600000 96.442100000 101.723000000\nH 98.843200000 97.206600000 101.166000000\nH 99.643900000 95.783700000 101.141000000\nO 102.891000000 100.842000000 97.477600000\nH 103.837000000 100.662000000 97.209700000\nH 102.868000000 101.166000000 98.423400000\nO 96.227200000 100.990000000 101.698000000\nH 96.148800000 100.422000000 102.517000000\nH 95.313600000 101.237000000 101.375000000\nO 98.864800000 98.222500000 103.917000000\nH 98.949800000 97.463000000 103.272000000\nH 99.054800000 97.896400000 104.843000000\nO 104.578000000 100.035000000 101.952000000\nH 104.419000000 101.011000000 101.802000000\nH 104.206000000 99.514900000 101.184000000\nO 102.429000000 104.060000000 101.348000000\nH 101.757000000 103.665000000 101.974000000\nH 102.209000000 105.021000000 101.185000000\nO 98.708200000 103.752000000 98.244300000\nH 98.397100000 104.234000000 97.425400000\nH 99.598500000 104.111000000 98.524400000\nO 95.630300000 99.996600000 98.245400000\nH 96.540400000 100.410000000 98.268900000\nH 94.982900000 100.638000000 97.834500000\nO 102.360000000 101.551000000 99.964500000\nH 102.675000000 102.370000000 100.444000000\nH 101.556000000 101.180000000 100.430000000\nO 101.836000000 97.446700000 102.110000000\nH 100.860000000 97.397400000 101.898000000\nH 101.991000000 97.133400000 103.047000000\nO 101.665000000 98.316100000 98.319400000\nH 101.904000000 99.233800000 98.002000000\nH 102.224000000 97.640900000 97.837700000\nO 99.984700000 103.272000000 102.307000000\nH 99.640700000 103.104000000 103.231000000\nH 99.216500000 103.453000000 101.693000000' + body: 'b''{"driver": "energy", "model": {"method": "m06-2x", "basis": "invalidBasis"}, + "schema_name": "qcschema_input", "schema_version": 1, "molecule": {"extras": + {}, "symbols": ["O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", + "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", + "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", + "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H"], + "geometry": [184.9548657430684, 194.67391617431898, 190.5146289741513, 185.43617898699515, + 194.71360042293483, 188.68688586647195, 183.6318684832604, 193.35110788712342, + 190.78674953608865, 190.19148580685064, 189.29197617155768, 181.20867267373063, + 191.7901941082327, 189.54897892449856, 182.18131471004426, 188.7622859388421, + 190.1404632014874, 182.10874922686097, 188.62112339733707, 190.550533770518, + 191.30075504197035, 187.70498417214793, 188.92877081041627, 190.98139132691887, + 187.3693688124252, 191.92247493695226, 191.64468519664118, 186.71250001152637, + 186.1610779283783, 184.73603545784377, 188.56084113396346, 186.41562403735722, + 185.0357460211998, 185.99024668671763, 187.6998819116116, 183.91060308663376, + 190.38423787155628, 189.28252754093486, 196.03262925788127, 190.21605224647, + 190.15936046273305, 194.36778054213946, 189.17103369958554, 187.83613116519277, + 196.10821830286386, 185.326007953933, 186.16995964116376, 189.80031249906568, + 183.62997875713583, 186.85347358041895, 190.27652348245607, 185.55976707554169, + 186.3122560183435, 187.92967260835871, 186.22873012363772, 191.36311600408098, + 183.77321999737788, 186.49499253458893, 193.01662636307543, 184.64702935737677, + 185.0417931447984, 191.6012214957762, 182.32228827893684, 196.3387648900608, + 186.00177401607743, 188.94332170157543, 194.67013672206986, 186.43074184635373, + 188.1670222096041, 196.77340189871077, 184.20540036206592, 188.54950277721608, + 187.39771470429366, 182.24915587791614, 192.22861056913177, 186.78657727560932, + 183.69385150014614, 191.17603311774906, 188.29968098354857, 181.0049601975025, + 191.12878996463493, 194.43581068262378, 190.56376185338996, 184.20596727990326, + 196.22349159646234, 190.22361115096828, 183.69970965113228, 194.39234698175878, + 191.17603311774906, 185.99327024851692, 181.84305373374713, 190.8434413198256, + 192.18136741601765, 181.6948992055812, 189.77007688107264, 193.72905311203644, + 180.11659994634448, 191.31020367259316, 191.57098587778316, 186.82739535989992, + 185.61362427009178, 196.37466968642755, 186.98802208048795, 184.17837727848462, + 195.15579633608309, 187.1864433235673, 184.9973845808711, 198.1245560777748, + 197.62377865476503, 189.03875287086595, 192.6613578516572, 197.32331220095918, + 190.88312556844147, 192.37789893297244, 196.92080053642684, 188.05590631347968, + 191.21004818799122, 193.56275721307472, 196.64490052224033, 191.5199632724199, + 192.292861257367, 195.89845870303716, 192.70293182639762, 193.14701746567042, + 198.46092732794736, 191.2119379141158, 186.53146424879304, 196.06286487587428, + 185.6548202996073, 185.94357045144085, 196.97371286791466, 184.10732357620097, + 188.2138874174933, 196.74127655459316, 186.184132587098, 180.71507620999424, + 188.96618738768268, 185.65689899834433, 182.43491595596092, 189.74740016757787, + 185.7013075622716, 179.49166751695083, 190.1782577239787, 184.88041053376057, + 193.43236611047973, 191.9035776757066, 188.90552717908412, 194.02762983971772, + 193.4512633717254, 189.81165085581307, 191.9130263063294, 191.20248928349298, + 189.78519469006918, 192.44214962120765, 184.14757474265423, 192.95993457933847, + 190.59777692363215, 184.05441124471318, 192.55931264093067, 192.73505717051523, + 183.55552354782796, 194.7306079580559, 192.11900645390702, 185.7905026353511, + 185.79673873156216, 192.57065099767806, 187.52470429986445, 185.19693965962517, + 193.17536335753888, 184.51455955604476, 184.88645765735916, 188.94369964680035, + 195.15579633608309, 193.3322106258778, 188.29363385994995, 194.83832234715615, + 195.0783175649759, 187.49201203790946, 195.49783676462934, 192.17191878539484]}}''' headers: Accept: - application/xml @@ -375,19 +423,19 @@ interactions: Connection: - keep-alive Content-Length: - - '3247' + - '4042' Content-Type: - application/octet-stream User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 29 Aug 2024 01:09:18 GMT + - Thu, 22 May 2025 06:32:27 GMT x-ms-version: - '2024-05-04' method: PUT - uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData_0?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: string: '' @@ -400,14 +448,13 @@ interactions: code: 201 message: Created - request: - body: 'b''{"id": "00000000-0000-0000-0000-000000000001", "name": "azure-quantum-dft-job", - "providerId": "microsoft-elements", "target": "microsoft.dft", "itemType": "Job", - "containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", + body: 'b''{"itemType": "Job", "name": "azure-quantum-dft-job", "containerUri": + "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "outputDataFormat": "microsoft.dft-results.v1", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "outputDataFormat": "microsoft.dft-results.v1"}''' + "providerId": "microsoft-elements", "target": "microsoft.dft", "inputParams": + {"numberOfFiles": 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": + {"method": "m06-2x", "basis": "invalidBasis"}}}''' headers: Accept: - application/json @@ -416,33 +463,32 @@ interactions: Connection: - keep-alive Content-Length: - - '803' + - '683' Content-Type: - application/json User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: PUT uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=1 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00000000-0000-0000-0000-000000000001/outputData", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1244' + - '1076' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -460,29 +506,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=1 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -500,29 +545,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=2 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -540,29 +584,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=3 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -580,29 +623,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=4 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -620,29 +662,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=5 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -660,29 +701,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=6 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -700,29 +740,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=7 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -740,29 +779,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=8 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -780,29 +818,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=9 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -820,29 +857,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=10 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -860,29 +896,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=11 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1617' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -900,30 +935,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=12 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Executing", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:09:46.4741133Z", "cancellationTime": + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Executing", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:32:59.0734883Z", "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-29T01:09:19.6382165+00:00", "endExecutionTime": null, "costEstimate": + "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1645' + - '1595' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -941,30 +975,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=13 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Executing", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:09:46.4741133Z", "cancellationTime": + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Executing", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:32:59.0734883Z", "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-29T01:09:19.6382165+00:00", "endExecutionTime": null, "costEstimate": + "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1645' + - '1595' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -982,30 +1015,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=14 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Executing", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:09:46.4741133Z", "cancellationTime": + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Executing", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:32:59.0734883Z", "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-29T01:09:19.6382165+00:00", "endExecutionTime": null, "costEstimate": + "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1645' + - '1595' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -1023,30 +1055,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=15 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Executing", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:09:46.4741133Z", "cancellationTime": + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Executing", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:32:59.0734883Z", "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-29T01:09:19.6382165+00:00", "endExecutionTime": null, "costEstimate": + "2025-05-22T06:32:28.8443113+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1645' + - '1595' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -1064,33 +1095,32 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=16 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:09:46.4741133Z", "cancellationTime": + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Failed", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:32:59.0734883Z", "cancellationTime": null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", "message": "The job failed due to a runtime error. Please check the output file or the additional output zip file for error messages, and try submitting the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", - "endExecutionTime": "2024-08-29T01:11:20.7978667Z", "costEstimate": null, + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", + "endExecutionTime": "2025-05-22T06:34:30.8740709Z", "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1861' + - '1811' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -1108,33 +1138,32 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=17 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:09:46.4741133Z", "cancellationTime": + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Failed", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:32:59.0734883Z", "cancellationTime": null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", "message": "The job failed due to a runtime error. Please check the output file or the additional output zip file for error messages, and try submitting the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:09:19.6382165+00:00", - "endExecutionTime": "2024-08-29T01:11:20.7978667Z", "costEstimate": null, + "target": "microsoft.dft", "creationTime": "2025-05-22T06:32:28.8443113+00:00", + "endExecutionTime": "2025-05-22T06:34:30.8740709Z", "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1861' + - '1811' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -1152,9 +1181,9 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:11:46 GMT + - Thu, 22 May 2025 06:34:56 GMT x-ms-version: - '2024-05-04' method: HEAD @@ -1166,13 +1195,13 @@ interactions: accept-ranges: - bytes content-length: - - '8670' + - '59418' content-type: - application/octet-stream x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 29 Aug 2024 01:09:19 GMT + - Thu, 22 May 2025 06:32:29 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -1194,9 +1223,9 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:11:46 GMT + - Thu, 22 May 2025 06:34:56 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -1205,82 +1234,772 @@ interactions: uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B%20filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER response: body: - string: '{"results": [{"id": null, "input_data": {"return_result": null, "properties": - {"calcinfo_natom": 60, "calcinfo_nbasis": 480, "calcinfo_nalpha": 100, "calcinfo_nbeta": - 100, "scf_iterations": 1, "nuclear_repulsion_energy": 2286.8096438080293}, - "id": null, "schema_name": "qcschema_input", "schema_version": 1, "molecule": - {"schema_name": "qcschema_molecule", "schema_version": 2, "validated": true, - "symbols": ["O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", - "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", - "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", - "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", - "H", "H"], "geometry": [184.95486583, 194.67391627, 190.51462906, 185.43617907, - 194.71360051, 188.68688596, 183.63186857, 193.35110798, 190.78674963, 190.1914859, - 189.29197626, 181.20867276, 191.7901942, 189.54897901, 182.1813148, 188.76228603, - 190.14046329, 182.10874931, 188.62112349, 190.55053386, 191.30075513, 187.70498426, - 188.9287709, 190.98139142, 187.3693689, 191.92247503, 191.64468529, 186.7125001, - 186.16107802, 184.73603555, 188.56084122, 186.41562413, 185.03574611, 185.99024677, - 187.699882, 183.91060317, 190.38423796, 189.28252763, 196.03262935, 190.21605234, - 190.15936055, 194.36778063, 189.17103379, 187.83613125, 196.1082184, 185.32600804, - 186.16995973, 189.80031259, 183.62997884, 186.85347367, 190.27652357, 185.55976716, - 186.31225611, 187.9296727, 186.22873021, 191.36311609, 183.77322008, 186.49499262, - 193.01662645, 184.64702944, 185.04179323, 191.60122159, 182.32228837, 196.33876498, - 186.0017741, 188.94332179, 194.67013681, 186.43074193, 188.1670223, 196.77340199, - 184.20540045, 188.54950287, 187.39771479, 182.24915596, 192.22861066, 186.78657736, - 183.69385159, 191.17603321, 188.29968107, 181.00496028, 191.12879005, 194.43581077, - 190.56376194, 184.20596737, 196.22349169, 190.22361124, 183.69970974, 194.39234707, - 191.17603321, 185.99327034, 181.84305382, 190.84344141, 192.18136751, 181.69489929, - 189.77007697, 193.7290532, 180.11660003, 191.31020376, 191.57098597, 186.82739545, - 185.61362436, 196.37466978, 186.98802217, 184.17837737, 195.15579643, 187.18644341, - 184.99738467, 198.12455617, 197.62377875, 189.03875296, 192.66135794, 197.32331229, - 190.88312566, 192.37789902, 196.92080063, 188.0559064, 191.21004828, 193.5627573, - 196.64490062, 191.51996336, 192.29286135, 195.8984588, 192.70293192, 193.14701756, - 198.46092742, 191.211938, 186.53146434, 196.06286497, 185.65482039, 185.94357054, - 196.97371296, 184.10732366, 188.21388751, 196.74127665, 186.18413268, 180.7150763, - 188.96618748, 185.65689909, 182.43491604, 189.74740026, 185.70130765, 179.4916676, - 190.17825781, 184.88041062, 193.4323662, 191.90357777, 188.90552727, 194.02762993, - 193.45126346, 189.81165095, 191.9130264, 191.20248937, 189.78519478, 192.44214971, - 184.14757483, 192.95993467, 190.59777701, 184.05441133, 192.55931273, 192.73505726, - 183.55552363, 194.73060805, 192.11900654, 185.79050272, 185.79673882, 192.57065109, - 187.52470439, 185.19693975, 193.17536345, 184.51455964, 184.88645774, 188.94369974, - 195.15579643, 193.33221072, 188.29363395, 194.83832244, 195.07831766, 187.49201213, - 195.49783686, 192.17191888], "name": "H40O20", "molecular_charge": 0.0, "molecular_multiplicity": - 1, "fix_com": false, "fix_orientation": false, "provenance": {"creator": "Microsoft - Accelerated DFT", "version": "1.0", "routine": "madft.cli"}, "extras": {}}, - "driver": "energy", "model": {"method": "M06-2X", "basis": "def2-svp"}, "keywords": - {"taskType": "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, - "xcFunctional": {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", - "densityInitMethod": "atom", "maxSteps": 1, "convergeThreshold": 1e-08, "eriTolerance": - 1e-12, "damping": 0.0, "dispersion": null, "pcm": null, "requireWaveFunction": - false}}, "protocols": {"wavefunction": "none"}, "extras": {"program_time_seconds": - 3.552470623}}, "success": false, "error": {"error_type": "convergence_error", - "error_message": "SCF failed to converge after 1 steps", "extras": null}, - "extras": null, "stdout": "[2024-08-29 01:10:02.064] mol=mol: atoms=60, electrons=200, - ecp_cores=0, charge=0, multiplicity=1, spin(2S)=0, alpha=100, beta=100\n[2024-08-29 - 01:10:02.065] restricted=true, basis=def2-svp, pure=true, nbf=480, conv_threshold=1.00e-08, - eri_tolerance=1.00e-12, disp=none, PCM=false\n[2024-08-29 01:10:04.114] xc=m06-2x, - grids_level=4\n[2024-08-29 01:10:04.277] Total grid points: 1216560\n[2024-08-29 - 01:10:04.399] Reset incremental Fock matrix\n[2024-08-29 01:10:04.890] Step - 000: E=-1.526062981106583e+03, DE=-1.526062981106583e+03, |DP|=6.129082631893865e+00\n[2024-08-29 - 01:10:04.890] convergence_error: SCF failed to converge after 1 steps\n[2024-08-29 - 01:10:04.890] Total time: 3.6 sec\n", "stderr": null, "provenance": {"creator": - "Microsoft Accelerated DFT", "version": "1.0", "routine": "madft.lightaimd", - "total_time_seconds": 5.605457305908203}}]}' + string: '{"results": [{"id": null, "input_data": "{\"success\": false, \"error\": + {\"error_type\": \"input_error\", \"error_message\": \"Failed validation of + input QCSchema:\\n 1 validation error for AtomicInput\\nmodel -> basis\\n value + is not a valid enumeration member; permitted: ''3-21g'', ''4-31g'', ''5-21g'', + ''6-21g'', ''6-31++g'', ''6-31++g*'', ''6-31++g**'', ''6-31++g**-j'', ''6-31+g'', + ''6-31+g*'', ''6-31+g*-j'', ''6-31+g**'', ''6-311++g'', ''6-311++g(2d,2p)'', + ''6-311++g(3df,3pd)'', ''6-311++g*'', ''6-311++g**'', ''6-311++g**-j'', ''6-311+g'', + ''6-311+g(2d,p)'', ''6-311+g*'', ''6-311+g*-j'', ''6-311+g**'', ''6-311g'', + ''6-311g(2df,2pd)'', ''6-311g(d,p)'', ''6-311g-j'', ''6-311g*'', ''6-311g**'', + ''6-311xxg(d,p)'', ''6-31g'', ''6-31g(2df,p)'', ''6-31g(3df,3pd)'', ''6-31g(d,p)'', + ''6-31g-blaudeau'', ''6-31g-j'', ''6-31g*'', ''6-31g*-blaudeau'', ''6-31g**'', + ''acv2z-j'', ''acv3z-j'', ''acv4z-j'', ''ahgbs-5'', ''ahgbs-7'', ''ahgbs-9'', + ''ahgbsp1-5'', ''ahgbsp1-7'', ''ahgbsp1-9'', ''ahgbsp2-5'', ''ahgbsp2-7'', + ''ahgbsp2-9'', ''ahgbsp3-5'', ''ahgbsp3-7'', ''ahgbsp3-9'', ''ahlrichs pvdz'', + ''ahlrichs tzv'', ''ahlrichs vdz'', ''ahlrichs vtz'', ''ano-pv5z'', ''ano-pvdz'', + ''ano-pvqz'', ''ano-pvtz'', ''ano-r'', ''ano-r0'', ''ano-r1'', ''ano-r2'', + ''ano-r3'', ''ano-rcc'', ''ano-rcc-mb'', ''ano-rcc-vdz'', ''ano-rcc-vdzp'', + ''ano-rcc-vqzp'', ''ano-rcc-vtz'', ''ano-rcc-vtzp'', ''ano-vt-dz'', ''ano-vt-qz'', + ''ano-vt-tz'', ''apr-cc-pv(q+d)z'', ''aug-ano-pv5z'', ''aug-ano-pvdz'', ''aug-ano-pvqz'', + ''aug-ano-pvtz'', ''aug-cc-pcv5z'', ''aug-cc-pcvdz'', ''aug-cc-pcvqz'', ''aug-cc-pcvtz'', + ''aug-cc-pv(5+d)z'', ''aug-cc-pv(d+d)z'', ''aug-cc-pv(q+d)z'', ''aug-cc-pv(t+d)z'', + ''aug-cc-pv5z'', ''aug-cc-pv5z-pp'', ''aug-cc-pv6z'', ''aug-cc-pv7z'', ''aug-cc-pvdz'', + ''aug-cc-pvdz-pp'', ''aug-cc-pvqz'', ''aug-cc-pvqz-pp'', ''aug-cc-pvtz'', + ''aug-cc-pvtz-j'', ''aug-cc-pvtz-pp'', ''aug-cc-pwcv5z'', ''aug-cc-pwcv5z-pp'', + ''aug-cc-pwcvdz'', ''aug-cc-pwcvdz-pp'', ''aug-cc-pwcvqz'', ''aug-cc-pwcvqz-pp'', + ''aug-cc-pwcvtz'', ''aug-cc-pwcvtz-pp'', ''aug-ccx-5z'', ''aug-ccx-dz'', ''aug-ccx-qz'', + ''aug-ccx-tz'', ''aug-mcc-pv5z'', ''aug-mcc-pv6z'', ''aug-mcc-pv7z'', ''aug-mcc-pv8z'', + ''aug-mcc-pvqz'', ''aug-mcc-pvtz'', ''aug-pc-0'', ''aug-pc-1'', ''aug-pc-2'', + ''aug-pc-3'', ''aug-pc-4'', ''aug-pch-1'', ''aug-pch-2'', ''aug-pch-3'', ''aug-pch-4'', + ''aug-pcj-0'', ''aug-pcj-0_2006'', ''aug-pcj-1'', ''aug-pcj-1_2006'', ''aug-pcj-2'', + ''aug-pcj-2_2006'', ''aug-pcj-3'', ''aug-pcj-3_2006'', ''aug-pcj-4'', ''aug-pcj-4_2006'', + ''aug-pcs-0'', ''aug-pcs-1'', ''aug-pcs-2'', ''aug-pcs-3'', ''aug-pcs-4'', + ''aug-pcseg-0'', ''aug-pcseg-1'', ''aug-pcseg-2'', ''aug-pcseg-3'', ''aug-pcseg-4'', + ''aug-pcsseg-0'', ''aug-pcsseg-1'', ''aug-pcsseg-2'', ''aug-pcsseg-3'', ''aug-pcsseg-4'', + ''aug-pcx-1'', ''aug-pcx-2'', ''aug-pcx-3'', ''aug-pcx-4'', ''aug-pv7z'', + ''aug-seg-cc-pv5z-pp'', ''aug-seg-cc-pvdz-pp'', ''aug-seg-cc-pvqz-pp'', ''aug-seg-cc-pvtz-pp'', + ''aug-seg-cc-pwcv5z-pp'', ''aug-seg-cc-pwcvdz-pp'', ''aug-seg-cc-pwcvqz-pp'', + ''aug-seg-cc-pwcvtz-pp'', ''cc-pcv5z'', ''cc-pcvdz'', ''cc-pcvqz'', ''cc-pcvtz'', + ''cc-pv(5+d)z'', ''cc-pv(d+d)z'', ''cc-pv(q+d)z'', ''cc-pv(t+d)z'', ''cc-pv5z'', + ''cc-pv5z-pp'', ''cc-pv6z'', ''cc-pv8z'', ''cc-pv9z'', ''cc-pvdz'', ''cc-pvdz(pt/sf/sc)'', + ''cc-pvdz(seg-opt)'', ''cc-pvdz-pp'', ''cc-pvqz'', ''cc-pvqz(seg-opt)'', ''cc-pvqz-pp'', + ''cc-pvtz'', ''cc-pvtz(seg-opt)'', ''cc-pvtz-pp'', ''cc-pwcv5z'', ''cc-pwcv5z-pp'', + ''cc-pwcvdz'', ''cc-pwcvdz-pp'', ''cc-pwcvqz'', ''cc-pwcvqz-pp'', ''cc-pwcvtz'', + ''cc-pwcvtz-pp'', ''ccj-pv5z'', ''ccj-pvdz'', ''ccj-pvqz'', ''ccj-pvtz'', + ''ccx-5z'', ''ccx-dz'', ''ccx-qz'', ''ccx-tz'', ''d-aug-cc-pv5z'', ''d-aug-cc-pv6z'', + ''d-aug-cc-pvdz'', ''d-aug-cc-pvqz'', ''d-aug-cc-pvtz'', ''def2-qzvp'', ''def2-qzvpd'', + ''def2-qzvpp'', ''def2-qzvppd'', ''def2-sv(p)'', ''def2-svp'', ''def2-svpd'', + ''def2-tzvp'', ''def2-tzvpd'', ''def2-tzvpp'', ''def2-tzvppd'', ''dgauss-dzvp'', + ''dgauss-dzvp2'', ''dgauss-tzvp'', ''dz (dunning-hay)'', ''dz + double rydberg + (dunning-hay)'', ''dz + rydberg (dunning-hay)'', ''dzp (dunning-hay)'', ''dzp + + diffuse (dunning-hay)'', ''dzp + rydberg (dunning-hay)'', ''hgbs-5'', ''hgbs-7'', + ''hgbs-9'', ''hgbsp1-5'', ''hgbsp1-7'', ''hgbsp1-9'', ''hgbsp2-5'', ''hgbsp2-7'', + ''hgbsp2-9'', ''hgbsp3-5'', ''hgbsp3-7'', ''hgbsp3-9'', ''jgauss-dzp'', ''jgauss-qz2p'', + ''jgauss-qzp'', ''jgauss-tzp1'', ''jgauss-tzp2'', ''jorge-5zp'', ''jorge-6zp'', + ''jorge-a5zp'', ''jorge-adzp'', ''jorge-aqzp'', ''jorge-atzp'', ''jorge-dzp'', + ''jorge-qzp'', ''jorge-tzp'', ''lanl08'', ''lanl08(d)'', ''lanl08(f)'', ''lanl08+'', + ''lanl2dz'', ''lanl2dzdp'', ''lanl2tz'', ''lanl2tz(f)'', ''lanl2tz+'', ''maug-cc-pv(d+d)z'', + ''maug-cc-pv(q+d)z'', ''maug-cc-pv(t+d)z'', ''midi!'', ''midi'', ''midix'', + ''mini'', ''pc-0'', ''pc-1'', ''pc-2'', ''pc-3'', ''pc-4'', ''pch-1'', ''pch-2'', + ''pch-3'', ''pch-4'', ''pcj-0'', ''pcj-0_2006'', ''pcj-1'', ''pcj-1_2006'', + ''pcj-2'', ''pcj-2_2006'', ''pcj-3'', ''pcj-3_2006'', ''pcj-4'', ''pcj-4_2006'', + ''pcs-0'', ''pcs-1'', ''pcs-2'', ''pcs-3'', ''pcs-4'', ''pcseg-0'', ''pcseg-1'', + ''pcseg-2'', ''pcseg-3'', ''pcseg-4'', ''pcsseg-0'', ''pcsseg-1'', ''pcsseg-2'', + ''pcsseg-3'', ''pcsseg-4'', ''pcx-1'', ''pcx-2'', ''pcx-3'', ''pcx-4'', ''pecj-1'', + ''pecj-2'', ''pob-dzvp-rev2'', ''pv6z'', ''pv7z'', ''roos augmented double + zeta ano'', ''roos augmented triple zeta ano'', ''saug-ano-pvtz'', ''seg-cc-pv5z-pp'', + ''seg-cc-pvdz-pp'', ''seg-cc-pvqz-pp'', ''seg-cc-pvtz-pp'', ''seg-cc-pwcv5z-pp'', + ''seg-cc-pwcvdz-pp'', ''seg-cc-pwcvqz-pp'', ''seg-cc-pwcvtz-pp'', ''sto-2g'', + ''sto-3g'', ''sto-3g*'', ''sto-4g'', ''sto-5g'', ''sto-6g'', ''stuttgart rlc'', + ''stuttgart rsc 1997'', ''stuttgart rsc ano'', ''sv (dunning-hay)'', ''sv + + double rydberg (dunning-hay)'', ''sv + rydberg (dunning-hay)'', ''svp (dunning-hay)'', + ''svp + diffuse (dunning-hay)'', ''svp + diffuse + rydberg (dunning-hay)'', + ''svp + rydberg (dunning-hay)'', ''tz (dunning-hay)'' (type=type_error.enum; + enum_values=[, , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , + , , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , + , , , , , , , , + , , , , , , , , , , , , , + , , , , , + , , + , , + , , + , , + , , , , , + , , + , , , , , , , , , , + , , , + , , , , , + , , , , , + , + , + , , , + , + ])\"}, \"stdout\": \"Failed + validation of input QCSchema:\\n 1 validation error for AtomicInput\\nmodel + -> basis\\n value is not a valid enumeration member; permitted: ''3-21g'', + ''4-31g'', ''5-21g'', ''6-21g'', ''6-31++g'', ''6-31++g*'', ''6-31++g**'', + ''6-31++g**-j'', ''6-31+g'', ''6-31+g*'', ''6-31+g*-j'', ''6-31+g**'', ''6-311++g'', + ''6-311++g(2d,2p)'', ''6-311++g(3df,3pd)'', ''6-311++g*'', ''6-311++g**'', + ''6-311++g**-j'', ''6-311+g'', ''6-311+g(2d,p)'', ''6-311+g*'', ''6-311+g*-j'', + ''6-311+g**'', ''6-311g'', ''6-311g(2df,2pd)'', ''6-311g(d,p)'', ''6-311g-j'', + ''6-311g*'', ''6-311g**'', ''6-311xxg(d,p)'', ''6-31g'', ''6-31g(2df,p)'', + ''6-31g(3df,3pd)'', ''6-31g(d,p)'', ''6-31g-blaudeau'', ''6-31g-j'', ''6-31g*'', + ''6-31g*-blaudeau'', ''6-31g**'', ''acv2z-j'', ''acv3z-j'', ''acv4z-j'', ''ahgbs-5'', + ''ahgbs-7'', ''ahgbs-9'', ''ahgbsp1-5'', ''ahgbsp1-7'', ''ahgbsp1-9'', ''ahgbsp2-5'', + ''ahgbsp2-7'', ''ahgbsp2-9'', ''ahgbsp3-5'', ''ahgbsp3-7'', ''ahgbsp3-9'', + ''ahlrichs pvdz'', ''ahlrichs tzv'', ''ahlrichs vdz'', ''ahlrichs vtz'', ''ano-pv5z'', + ''ano-pvdz'', ''ano-pvqz'', ''ano-pvtz'', ''ano-r'', ''ano-r0'', ''ano-r1'', + ''ano-r2'', ''ano-r3'', ''ano-rcc'', ''ano-rcc-mb'', ''ano-rcc-vdz'', ''ano-rcc-vdzp'', + ''ano-rcc-vqzp'', ''ano-rcc-vtz'', ''ano-rcc-vtzp'', ''ano-vt-dz'', ''ano-vt-qz'', + ''ano-vt-tz'', ''apr-cc-pv(q+d)z'', ''aug-ano-pv5z'', ''aug-ano-pvdz'', ''aug-ano-pvqz'', + ''aug-ano-pvtz'', ''aug-cc-pcv5z'', ''aug-cc-pcvdz'', ''aug-cc-pcvqz'', ''aug-cc-pcvtz'', + ''aug-cc-pv(5+d)z'', ''aug-cc-pv(d+d)z'', ''aug-cc-pv(q+d)z'', ''aug-cc-pv(t+d)z'', + ''aug-cc-pv5z'', ''aug-cc-pv5z-pp'', ''aug-cc-pv6z'', ''aug-cc-pv7z'', ''aug-cc-pvdz'', + ''aug-cc-pvdz-pp'', ''aug-cc-pvqz'', ''aug-cc-pvqz-pp'', ''aug-cc-pvtz'', + ''aug-cc-pvtz-j'', ''aug-cc-pvtz-pp'', ''aug-cc-pwcv5z'', ''aug-cc-pwcv5z-pp'', + ''aug-cc-pwcvdz'', ''aug-cc-pwcvdz-pp'', ''aug-cc-pwcvqz'', ''aug-cc-pwcvqz-pp'', + ''aug-cc-pwcvtz'', ''aug-cc-pwcvtz-pp'', ''aug-ccx-5z'', ''aug-ccx-dz'', ''aug-ccx-qz'', + ''aug-ccx-tz'', ''aug-mcc-pv5z'', ''aug-mcc-pv6z'', ''aug-mcc-pv7z'', ''aug-mcc-pv8z'', + ''aug-mcc-pvqz'', ''aug-mcc-pvtz'', ''aug-pc-0'', ''aug-pc-1'', ''aug-pc-2'', + ''aug-pc-3'', ''aug-pc-4'', ''aug-pch-1'', ''aug-pch-2'', ''aug-pch-3'', ''aug-pch-4'', + ''aug-pcj-0'', ''aug-pcj-0_2006'', ''aug-pcj-1'', ''aug-pcj-1_2006'', ''aug-pcj-2'', + ''aug-pcj-2_2006'', ''aug-pcj-3'', ''aug-pcj-3_2006'', ''aug-pcj-4'', ''aug-pcj-4_2006'', + ''aug-pcs-0'', ''aug-pcs-1'', ''aug-pcs-2'', ''aug-pcs-3'', ''aug-pcs-4'', + ''aug-pcseg-0'', ''aug-pcseg-1'', ''aug-pcseg-2'', ''aug-pcseg-3'', ''aug-pcseg-4'', + ''aug-pcsseg-0'', ''aug-pcsseg-1'', ''aug-pcsseg-2'', ''aug-pcsseg-3'', ''aug-pcsseg-4'', + ''aug-pcx-1'', ''aug-pcx-2'', ''aug-pcx-3'', ''aug-pcx-4'', ''aug-pv7z'', + ''aug-seg-cc-pv5z-pp'', ''aug-seg-cc-pvdz-pp'', ''aug-seg-cc-pvqz-pp'', ''aug-seg-cc-pvtz-pp'', + ''aug-seg-cc-pwcv5z-pp'', ''aug-seg-cc-pwcvdz-pp'', ''aug-seg-cc-pwcvqz-pp'', + ''aug-seg-cc-pwcvtz-pp'', ''cc-pcv5z'', ''cc-pcvdz'', ''cc-pcvqz'', ''cc-pcvtz'', + ''cc-pv(5+d)z'', ''cc-pv(d+d)z'', ''cc-pv(q+d)z'', ''cc-pv(t+d)z'', ''cc-pv5z'', + ''cc-pv5z-pp'', ''cc-pv6z'', ''cc-pv8z'', ''cc-pv9z'', ''cc-pvdz'', ''cc-pvdz(pt/sf/sc)'', + ''cc-pvdz(seg-opt)'', ''cc-pvdz-pp'', ''cc-pvqz'', ''cc-pvqz(seg-opt)'', ''cc-pvqz-pp'', + ''cc-pvtz'', ''cc-pvtz(seg-opt)'', ''cc-pvtz-pp'', ''cc-pwcv5z'', ''cc-pwcv5z-pp'', + ''cc-pwcvdz'', ''cc-pwcvdz-pp'', ''cc-pwcvqz'', ''cc-pwcvqz-pp'', ''cc-pwcvtz'', + ''cc-pwcvtz-pp'', ''ccj-pv5z'', ''ccj-pvdz'', ''ccj-pvqz'', ''ccj-pvtz'', + ''ccx-5z'', ''ccx-dz'', ''ccx-qz'', ''ccx-tz'', ''d-aug-cc-pv5z'', ''d-aug-cc-pv6z'', + ''d-aug-cc-pvdz'', ''d-aug-cc-pvqz'', ''d-aug-cc-pvtz'', ''def2-qzvp'', ''def2-qzvpd'', + ''def2-qzvpp'', ''def2-qzvppd'', ''def2-sv(p)'', ''def2-svp'', ''def2-svpd'', + ''def2-tzvp'', ''def2-tzvpd'', ''def2-tzvpp'', ''def2-tzvppd'', ''dgauss-dzvp'', + ''dgauss-dzvp2'', ''dgauss-tzvp'', ''dz (dunning-hay)'', ''dz + double rydberg + (dunning-hay)'', ''dz + rydberg (dunning-hay)'', ''dzp (dunning-hay)'', ''dzp + + diffuse (dunning-hay)'', ''dzp + rydberg (dunning-hay)'', ''hgbs-5'', ''hgbs-7'', + ''hgbs-9'', ''hgbsp1-5'', ''hgbsp1-7'', ''hgbsp1-9'', ''hgbsp2-5'', ''hgbsp2-7'', + ''hgbsp2-9'', ''hgbsp3-5'', ''hgbsp3-7'', ''hgbsp3-9'', ''jgauss-dzp'', ''jgauss-qz2p'', + ''jgauss-qzp'', ''jgauss-tzp1'', ''jgauss-tzp2'', ''jorge-5zp'', ''jorge-6zp'', + ''jorge-a5zp'', ''jorge-adzp'', ''jorge-aqzp'', ''jorge-atzp'', ''jorge-dzp'', + ''jorge-qzp'', ''jorge-tzp'', ''lanl08'', ''lanl08(d)'', ''lanl08(f)'', ''lanl08+'', + ''lanl2dz'', ''lanl2dzdp'', ''lanl2tz'', ''lanl2tz(f)'', ''lanl2tz+'', ''maug-cc-pv(d+d)z'', + ''maug-cc-pv(q+d)z'', ''maug-cc-pv(t+d)z'', ''midi!'', ''midi'', ''midix'', + ''mini'', ''pc-0'', ''pc-1'', ''pc-2'', ''pc-3'', ''pc-4'', ''pch-1'', ''pch-2'', + ''pch-3'', ''pch-4'', ''pcj-0'', ''pcj-0_2006'', ''pcj-1'', ''pcj-1_2006'', + ''pcj-2'', ''pcj-2_2006'', ''pcj-3'', ''pcj-3_2006'', ''pcj-4'', ''pcj-4_2006'', + ''pcs-0'', ''pcs-1'', ''pcs-2'', ''pcs-3'', ''pcs-4'', ''pcseg-0'', ''pcseg-1'', + ''pcseg-2'', ''pcseg-3'', ''pcseg-4'', ''pcsseg-0'', ''pcsseg-1'', ''pcsseg-2'', + ''pcsseg-3'', ''pcsseg-4'', ''pcx-1'', ''pcx-2'', ''pcx-3'', ''pcx-4'', ''pecj-1'', + ''pecj-2'', ''pob-dzvp-rev2'', ''pv6z'', ''pv7z'', ''roos augmented double + zeta ano'', ''roos augmented triple zeta ano'', ''saug-ano-pvtz'', ''seg-cc-pv5z-pp'', + ''seg-cc-pvdz-pp'', ''seg-cc-pvqz-pp'', ''seg-cc-pvtz-pp'', ''seg-cc-pwcv5z-pp'', + ''seg-cc-pwcvdz-pp'', ''seg-cc-pwcvqz-pp'', ''seg-cc-pwcvtz-pp'', ''sto-2g'', + ''sto-3g'', ''sto-3g*'', ''sto-4g'', ''sto-5g'', ''sto-6g'', ''stuttgart rlc'', + ''stuttgart rsc 1997'', ''stuttgart rsc ano'', ''sv (dunning-hay)'', ''sv + + double rydberg (dunning-hay)'', ''sv + rydberg (dunning-hay)'', ''svp (dunning-hay)'', + ''svp + diffuse (dunning-hay)'', ''svp + diffuse + rydberg (dunning-hay)'', + ''svp + rydberg (dunning-hay)'', ''tz (dunning-hay)'' (type=type_error.enum; + enum_values=[, , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , + , , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , + , , , , , , , , + , , , , , , , , , , , , , + , , , , , + , , + , , + , , + , , + , , , , , + , , + , , , , , , , , , , + , , , + , , , , , + , , , , , + , + , + , , , + , + ])\"}", "success": false, + "error": {"error_type": "input_error", "error_message": "Failed validation + of input QCSchema:\n 1 validation error for AtomicInput\nmodel -> basis\n value + is not a valid enumeration member; permitted: ''3-21g'', ''4-31g'', ''5-21g'', + ''6-21g'', ''6-31++g'', ''6-31++g*'', ''6-31++g**'', ''6-31++g**-j'', ''6-31+g'', + ''6-31+g*'', ''6-31+g*-j'', ''6-31+g**'', ''6-311++g'', ''6-311++g(2d,2p)'', + ''6-311++g(3df,3pd)'', ''6-311++g*'', ''6-311++g**'', ''6-311++g**-j'', ''6-311+g'', + ''6-311+g(2d,p)'', ''6-311+g*'', ''6-311+g*-j'', ''6-311+g**'', ''6-311g'', + ''6-311g(2df,2pd)'', ''6-311g(d,p)'', ''6-311g-j'', ''6-311g*'', ''6-311g**'', + ''6-311xxg(d,p)'', ''6-31g'', ''6-31g(2df,p)'', ''6-31g(3df,3pd)'', ''6-31g(d,p)'', + ''6-31g-blaudeau'', ''6-31g-j'', ''6-31g*'', ''6-31g*-blaudeau'', ''6-31g**'', + ''acv2z-j'', ''acv3z-j'', ''acv4z-j'', ''ahgbs-5'', ''ahgbs-7'', ''ahgbs-9'', + ''ahgbsp1-5'', ''ahgbsp1-7'', ''ahgbsp1-9'', ''ahgbsp2-5'', ''ahgbsp2-7'', + ''ahgbsp2-9'', ''ahgbsp3-5'', ''ahgbsp3-7'', ''ahgbsp3-9'', ''ahlrichs pvdz'', + ''ahlrichs tzv'', ''ahlrichs vdz'', ''ahlrichs vtz'', ''ano-pv5z'', ''ano-pvdz'', + ''ano-pvqz'', ''ano-pvtz'', ''ano-r'', ''ano-r0'', ''ano-r1'', ''ano-r2'', + ''ano-r3'', ''ano-rcc'', ''ano-rcc-mb'', ''ano-rcc-vdz'', ''ano-rcc-vdzp'', + ''ano-rcc-vqzp'', ''ano-rcc-vtz'', ''ano-rcc-vtzp'', ''ano-vt-dz'', ''ano-vt-qz'', + ''ano-vt-tz'', ''apr-cc-pv(q+d)z'', ''aug-ano-pv5z'', ''aug-ano-pvdz'', ''aug-ano-pvqz'', + ''aug-ano-pvtz'', ''aug-cc-pcv5z'', ''aug-cc-pcvdz'', ''aug-cc-pcvqz'', ''aug-cc-pcvtz'', + ''aug-cc-pv(5+d)z'', ''aug-cc-pv(d+d)z'', ''aug-cc-pv(q+d)z'', ''aug-cc-pv(t+d)z'', + ''aug-cc-pv5z'', ''aug-cc-pv5z-pp'', ''aug-cc-pv6z'', ''aug-cc-pv7z'', ''aug-cc-pvdz'', + ''aug-cc-pvdz-pp'', ''aug-cc-pvqz'', ''aug-cc-pvqz-pp'', ''aug-cc-pvtz'', + ''aug-cc-pvtz-j'', ''aug-cc-pvtz-pp'', ''aug-cc-pwcv5z'', ''aug-cc-pwcv5z-pp'', + ''aug-cc-pwcvdz'', ''aug-cc-pwcvdz-pp'', ''aug-cc-pwcvqz'', ''aug-cc-pwcvqz-pp'', + ''aug-cc-pwcvtz'', ''aug-cc-pwcvtz-pp'', ''aug-ccx-5z'', ''aug-ccx-dz'', ''aug-ccx-qz'', + ''aug-ccx-tz'', ''aug-mcc-pv5z'', ''aug-mcc-pv6z'', ''aug-mcc-pv7z'', ''aug-mcc-pv8z'', + ''aug-mcc-pvqz'', ''aug-mcc-pvtz'', ''aug-pc-0'', ''aug-pc-1'', ''aug-pc-2'', + ''aug-pc-3'', ''aug-pc-4'', ''aug-pch-1'', ''aug-pch-2'', ''aug-pch-3'', ''aug-pch-4'', + ''aug-pcj-0'', ''aug-pcj-0_2006'', ''aug-pcj-1'', ''aug-pcj-1_2006'', ''aug-pcj-2'', + ''aug-pcj-2_2006'', ''aug-pcj-3'', ''aug-pcj-3_2006'', ''aug-pcj-4'', ''aug-pcj-4_2006'', + ''aug-pcs-0'', ''aug-pcs-1'', ''aug-pcs-2'', ''aug-pcs-3'', ''aug-pcs-4'', + ''aug-pcseg-0'', ''aug-pcseg-1'', ''aug-pcseg-2'', ''aug-pcseg-3'', ''aug-pcseg-4'', + ''aug-pcsseg-0'', ''aug-pcsseg-1'', ''aug-pcsseg-2'', ''aug-pcsseg-3'', ''aug-pcsseg-4'', + ''aug-pcx-1'', ''aug-pcx-2'', ''aug-pcx-3'', ''aug-pcx-4'', ''aug-pv7z'', + ''aug-seg-cc-pv5z-pp'', ''aug-seg-cc-pvdz-pp'', ''aug-seg-cc-pvqz-pp'', ''aug-seg-cc-pvtz-pp'', + ''aug-seg-cc-pwcv5z-pp'', ''aug-seg-cc-pwcvdz-pp'', ''aug-seg-cc-pwcvqz-pp'', + ''aug-seg-cc-pwcvtz-pp'', ''cc-pcv5z'', ''cc-pcvdz'', ''cc-pcvqz'', ''cc-pcvtz'', + ''cc-pv(5+d)z'', ''cc-pv(d+d)z'', ''cc-pv(q+d)z'', ''cc-pv(t+d)z'', ''cc-pv5z'', + ''cc-pv5z-pp'', ''cc-pv6z'', ''cc-pv8z'', ''cc-pv9z'', ''cc-pvdz'', ''cc-pvdz(pt/sf/sc)'', + ''cc-pvdz(seg-opt)'', ''cc-pvdz-pp'', ''cc-pvqz'', ''cc-pvqz(seg-opt)'', ''cc-pvqz-pp'', + ''cc-pvtz'', ''cc-pvtz(seg-opt)'', ''cc-pvtz-pp'', ''cc-pwcv5z'', ''cc-pwcv5z-pp'', + ''cc-pwcvdz'', ''cc-pwcvdz-pp'', ''cc-pwcvqz'', ''cc-pwcvqz-pp'', ''cc-pwcvtz'', + ''cc-pwcvtz-pp'', ''ccj-pv5z'', ''ccj-pvdz'', ''ccj-pvqz'', ''ccj-pvtz'', + ''ccx-5z'', ''ccx-dz'', ''ccx-qz'', ''ccx-tz'', ''d-aug-cc-pv5z'', ''d-aug-cc-pv6z'', + ''d-aug-cc-pvdz'', ''d-aug-cc-pvqz'', ''d-aug-cc-pvtz'', ''def2-qzvp'', ''def2-qzvpd'', + ''def2-qzvpp'', ''def2-qzvppd'', ''def2-sv(p)'', ''def2-svp'', ''def2-svpd'', + ''def2-tzvp'', ''def2-tzvpd'', ''def2-tzvpp'', ''def2-tzvppd'', ''dgauss-dzvp'', + ''dgauss-dzvp2'', ''dgauss-tzvp'', ''dz (dunning-hay)'', ''dz + double rydberg + (dunning-hay)'', ''dz + rydberg (dunning-hay)'', ''dzp (dunning-hay)'', ''dzp + + diffuse (dunning-hay)'', ''dzp + rydberg (dunning-hay)'', ''hgbs-5'', ''hgbs-7'', + ''hgbs-9'', ''hgbsp1-5'', ''hgbsp1-7'', ''hgbsp1-9'', ''hgbsp2-5'', ''hgbsp2-7'', + ''hgbsp2-9'', ''hgbsp3-5'', ''hgbsp3-7'', ''hgbsp3-9'', ''jgauss-dzp'', ''jgauss-qz2p'', + ''jgauss-qzp'', ''jgauss-tzp1'', ''jgauss-tzp2'', ''jorge-5zp'', ''jorge-6zp'', + ''jorge-a5zp'', ''jorge-adzp'', ''jorge-aqzp'', ''jorge-atzp'', ''jorge-dzp'', + ''jorge-qzp'', ''jorge-tzp'', ''lanl08'', ''lanl08(d)'', ''lanl08(f)'', ''lanl08+'', + ''lanl2dz'', ''lanl2dzdp'', ''lanl2tz'', ''lanl2tz(f)'', ''lanl2tz+'', ''maug-cc-pv(d+d)z'', + ''maug-cc-pv(q+d)z'', ''maug-cc-pv(t+d)z'', ''midi!'', ''midi'', ''midix'', + ''mini'', ''pc-0'', ''pc-1'', ''pc-2'', ''pc-3'', ''pc-4'', ''pch-1'', ''pch-2'', + ''pch-3'', ''pch-4'', ''pcj-0'', ''pcj-0_2006'', ''pcj-1'', ''pcj-1_2006'', + ''pcj-2'', ''pcj-2_2006'', ''pcj-3'', ''pcj-3_2006'', ''pcj-4'', ''pcj-4_2006'', + ''pcs-0'', ''pcs-1'', ''pcs-2'', ''pcs-3'', ''pcs-4'', ''pcseg-0'', ''pcseg-1'', + ''pcseg-2'', ''pcseg-3'', ''pcseg-4'', ''pcsseg-0'', ''pcsseg-1'', ''pcsseg-2'', + ''pcsseg-3'', ''pcsseg-4'', ''pcx-1'', ''pcx-2'', ''pcx-3'', ''pcx-4'', ''pecj-1'', + ''pecj-2'', ''pob-dzvp-rev2'', ''pv6z'', ''pv7z'', ''roos augmented double + zeta ano'', ''roos augmented triple zeta ano'', ''saug-ano-pvtz'', ''seg-cc-pv5z-pp'', + ''seg-cc-pvdz-pp'', ''seg-cc-pvqz-pp'', ''seg-cc-pvtz-pp'', ''seg-cc-pwcv5z-pp'', + ''seg-cc-pwcvdz-pp'', ''seg-cc-pwcvqz-pp'', ''seg-cc-pwcvtz-pp'', ''sto-2g'', + ''sto-3g'', ''sto-3g*'', ''sto-4g'', ''sto-5g'', ''sto-6g'', ''stuttgart rlc'', + ''stuttgart rsc 1997'', ''stuttgart rsc ano'', ''sv (dunning-hay)'', ''sv + + double rydberg (dunning-hay)'', ''sv + rydberg (dunning-hay)'', ''svp (dunning-hay)'', + ''svp + diffuse (dunning-hay)'', ''svp + diffuse + rydberg (dunning-hay)'', + ''svp + rydberg (dunning-hay)'', ''tz (dunning-hay)'' (type=type_error.enum; + enum_values=[, , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , + , , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , + , , , , , , , , + , , , , , , , , , , , , , + , , , , , + , , + , , + , , + , , + , , , , , + , , + , , , , , , , , , , + , , , + , , , , , + , , , , , + , + , + , , , + , + ])", "extras": null}, + "extras": null, "schema_name": "failed_operation_with_stdout", "stdout": "Failed + parsing of input schema", "stderr": "", "provenance": {"creator": "Microsoft + Accelerated DFT", "version": "1.0", "routine": "madft.cli", "total_time_seconds": + 0.0002498626708984375}}]}' headers: accept-ranges: - bytes content-length: - - '4972' + - '59274' content-range: - - bytes 0-8669/8670 + - bytes 0-59417/59418 content-type: - application/octet-stream x-ms-blob-content-md5: - - sBYzhAYMBunZ9WfDB1DoQQ== + - l4SulWpH4CcvlCutiyBi4w== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 29 Aug 2024 01:09:19 GMT + - Thu, 22 May 2025 06:32:29 GMT x-ms-lease-state: - available x-ms-lease-status: diff --git a/azure-quantum/tests/unit/recordings/test_dft_failure_invalid_input.yaml b/azure-quantum/tests/unit/recordings/test_dft_failure_invalid_input.yaml index 837d0dfe5..d471630b5 100644 --- a/azure-quantum/tests/unit/recordings/test_dft_failure_invalid_input.yaml +++ b/azure-quantum/tests/unit/recordings/test_dft_failure_invalid_input.yaml @@ -9,7 +9,7 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-identity/1.18.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration response: @@ -55,7 +55,7 @@ interactions: Content-Type: - application/x-www-form-urlencoded User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-identity/1.18.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-client-current-telemetry: - 4|730,2| x-client-os: @@ -63,13 +63,13 @@ interactions: x-client-sku: - MSAL.Python x-client-ver: - - 1.30.0 + - 1.31.0 method: POST uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token response: body: - string: '{"token_type": "Bearer", "expires_in": 1756429907, "ext_expires_in": - 1756429907, "refresh_in": 31536000, "access_token": "PLACEHOLDER"}' + string: '{"token_type": "Bearer", "expires_in": 1779431698, "ext_expires_in": + 1779431698, "refresh_in": 31536000, "access_token": "PLACEHOLDER"}' headers: content-length: - '135' @@ -88,72 +88,80 @@ interactions: Connection: - keep-alive User-Agent: - - testapp azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/providerStatus?api-version=2024-10-01-preview&test-sequence-id=1 response: body: string: '{"value": [{"id": "microsoft-elements", "currentAvailability": "Available", "targets": [{"id": "microsoft.dft", "currentAvailability": "Available", "averageQueueTime": - 0, "statusPage": null}]}, {"id": "ionq", "currentAvailability": "Degraded", - "targets": [{"id": "ionq.qpu", "currentAvailability": "Unavailable", "averageQueueTime": - 0, "statusPage": null}, {"id": "ionq.qpu.aria-1", "currentAvailability": "Available", - "averageQueueTime": 8438084, "statusPage": "https://status.ionq.co"}, {"id": - "ionq.qpu.aria-2", "currentAvailability": "Available", "averageQueueTime": - 2604054, "statusPage": "https://status.ionq.co"}, {"id": "ionq.simulator", - "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": "https://status.ionq.co"}]}, - {"id": "microsoft-qc", "currentAvailability": "Available", "targets": [{"id": - "microsoft.estimator", "currentAvailability": "Available", "averageQueueTime": - 0, "statusPage": null}]}, {"id": "pasqal", "currentAvailability": "Degraded", + 0, "statusPage": null}]}, {"id": "ionq", "currentAvailability": "Available", + "targets": [{"id": "ionq.qpu.aria-1", "currentAvailability": "Unavailable", + "averageQueueTime": 0, "statusPage": "https://status.ionq.co"}, {"id": "ionq.qpu.aria-2", + "currentAvailability": "Unavailable", "averageQueueTime": 0, "statusPage": + "https://status.ionq.co"}, {"id": "ionq.simulator", "currentAvailability": + "Available", "averageQueueTime": 0, "statusPage": "https://status.ionq.co"}]}, + {"id": "microsoft-qc", "currentAvailability": "Unavailable", "targets": [{"id": + "microsoft.estimator", "currentAvailability": "Unavailable", "averageQueueTime": + 0, "statusPage": null}]}, {"id": "pasqal", "currentAvailability": "Available", "targets": [{"id": "pasqal.sim.emu-tn", "currentAvailability": "Available", - "averageQueueTime": 273, "statusPage": "https://pasqal.com"}, {"id": "pasqal.qpu.fresnel", - "currentAvailability": "Degraded", "averageQueueTime": 0, "statusPage": "https://pasqal.com"}]}, - {"id": "quantinuum", "currentAvailability": "Available", "targets": [{"id": - "quantinuum.qpu.h1-1", "currentAvailability": "Available", "averageQueueTime": - 164985, "statusPage": "https://www.quantinuum.com/hardware/h1"}, {"id": "quantinuum.sim.h1-1sc", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + "averageQueueTime": 527, "statusPage": ""}, {"id": "pasqal.qpu.fresnel", "currentAvailability": + "Unavailable", "averageQueueTime": 0, "statusPage": ""}]}, {"id": "quantinuum", + "currentAvailability": "Available", "targets": [{"id": "quantinuum.qpu.h1-1", + "currentAvailability": "Available", "averageQueueTime": 11806, "statusPage": + "https://calendar.qapi.quantinuum.com/?target=H1-1&key=PLACEHOLDER"}, {"id": + "quantinuum.sim.h1-1sc", "currentAvailability": "Available", "averageQueueTime": + 26, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1SC&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h1-1e", "currentAvailability": "Available", "averageQueueTime": - 5, "statusPage": "https://www.quantinuum.com/hardware/h1"}, {"id": "quantinuum.qpu.h2-1", - "currentAvailability": "Available", "averageQueueTime": 115568, "statusPage": - "https://www.quantinuum.com/hardware/h2"}, {"id": "quantinuum.sim.h2-1sc", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h2"}, + 5, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1E&key=PLACEHOLDER"}, + {"id": "quantinuum.qpu.h2-1", "currentAvailability": "Available", "averageQueueTime": + 76798, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-1&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h2-1sc", "currentAvailability": "Available", "averageQueueTime": + 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-1SC&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h2-1e", "currentAvailability": "Available", "averageQueueTime": - 0, "statusPage": "https://www.quantinuum.com/hardware/h2"}, {"id": "quantinuum.sim.h1-1sc-preview", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + 2130, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-1E&key=PLACEHOLDER"}, + {"id": "quantinuum.qpu.h2-2", "currentAvailability": "Degraded", "averageQueueTime": + 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-2&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h2-2sc", "currentAvailability": "Available", "averageQueueTime": + 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-2SC&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h2-2e", "currentAvailability": "Available", "averageQueueTime": + 109, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-2E&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h1-1sc-preview", "currentAvailability": "Available", + "averageQueueTime": 26, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1SC&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h1-1e-preview", "currentAvailability": "Available", - "averageQueueTime": 5, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + "averageQueueTime": 5, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1E&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h1-2e-preview", "currentAvailability": "Available", - "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + "averageQueueTime": 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-2E-PREVIEW&key=PLACEHOLDER"}, {"id": "quantinuum.qpu.h1-1-preview", "currentAvailability": "Available", - "averageQueueTime": 164985, "statusPage": "https://www.quantinuum.com/hardware/h1"}]}, + "averageQueueTime": 11806, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1&key=PLACEHOLDER"}]}, {"id": "rigetti", "currentAvailability": "Available", "targets": [{"id": "rigetti.sim.qvm", "currentAvailability": "Available", "averageQueueTime": 5, "statusPage": "https://rigetti.statuspage.io/"}, - {"id": "rigetti.qpu.ankaa-2", "currentAvailability": "Available", "averageQueueTime": + {"id": "rigetti.qpu.ankaa-3", "currentAvailability": "Available", "averageQueueTime": 5, "statusPage": "https://rigetti.statuspage.io/"}]}, {"id": "qci", "currentAvailability": - "Degraded", "targets": [{"id": "qci.simulator", "currentAvailability": "Available", - "averageQueueTime": 1, "statusPage": "https://quantumcircuits.com"}, {"id": - "qci.machine1", "currentAvailability": "Unavailable", "averageQueueTime": - 1, "statusPage": "https://quantumcircuits.com"}, {"id": "qci.simulator.noisy", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://quantumcircuits.com"}]}, - {"id": "Microsoft.Test", "currentAvailability": "Available", "targets": [{"id": - "echo-rigetti", "currentAvailability": "Available", "averageQueueTime": 1, - "statusPage": ""}, {"id": "echo-quantinuum", "currentAvailability": "Available", - "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-qci", "currentAvailability": - "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-ionq", + "Unavailable", "targets": [{"id": "qci.simulator", "currentAvailability": + "Unavailable", "averageQueueTime": 0, "statusPage": null}, {"id": "qci.machine1", + "currentAvailability": "Unavailable", "averageQueueTime": 0, "statusPage": + null}, {"id": "qci.simulator.noisy", "currentAvailability": "Unavailable", + "averageQueueTime": 0, "statusPage": null}]}, {"id": "Microsoft.Test.FirstParty", + "currentAvailability": "Available", "targets": [{"id": "echo-rigetti", "currentAvailability": + "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-quantinuum", "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": ""}, - {"id": "echo-aquarius", "currentAvailability": "Available", "averageQueueTime": - 1, "statusPage": ""}, {"id": "sparse-sim-rigetti", "currentAvailability": - "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "sparse-sim-quantinuum", + {"id": "echo-qci", "currentAvailability": "Available", "averageQueueTime": + 1, "statusPage": ""}, {"id": "echo-ionq", "currentAvailability": "Available", + "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-aquarius", "currentAvailability": + "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "sparse-sim-rigetti", "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": ""}, - {"id": "sparse-sim-qci", "currentAvailability": "Available", "averageQueueTime": - 1, "statusPage": ""}, {"id": "sparse-sim-ionq", "currentAvailability": "Available", - "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-output", "currentAvailability": - "Available", "averageQueueTime": 1, "statusPage": ""}]}], "nextLink": null}' + {"id": "sparse-sim-quantinuum", "currentAvailability": "Available", "averageQueueTime": + 1, "statusPage": ""}, {"id": "sparse-sim-qci", "currentAvailability": "Available", + "averageQueueTime": 1, "statusPage": ""}, {"id": "sparse-sim-ionq", "currentAvailability": + "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-output", + "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": ""}]}], + "nextLink": null}' headers: connection: - keep-alive content-length: - - '4751' + - '5374' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -162,116 +170,98 @@ interactions: code: 200 message: OK - request: - body: null + body: 'b''{"containerName": "job-00000000-0000-0000-0000-000000000001"}''' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate Connection: - keep-alive + Content-Length: + - '64' + Content-Type: + - application/json User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) - method: GET - uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: POST + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/storage/sasUri?api-version=2024-10-01-preview&test-sequence-id=1 response: body: - string: '{"token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", - "token_endpoint_auth_methods_supported": ["client_secret_post", "private_key_jwt", - "client_secret_basic"], "jwks_uri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/discovery/v2.0/keys", - "response_modes_supported": ["query", "fragment", "form_post"], "subject_types_supported": - ["pairwise"], "id_token_signing_alg_values_supported": ["RS256"], "response_types_supported": - ["code", "id_token", "code id_token", "id_token token"], "scopes_supported": - ["openid", "profile", "email", "offline_access"], "issuer": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0", - "request_uri_parameter_supported": false, "userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", - "authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/authorize", - "device_authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/devicecode", - "http_logout_supported": true, "frontchannel_logout_supported": true, "end_session_endpoint": - "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/logout", - "claims_supported": ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", - "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", - "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", - "email"], "kerberos_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/kerberos", - "tenant_region_scope": "WW", "cloud_instance_name": "microsoftonline.com", - "cloud_graph_host_name": "graph.windows.net", "msgraph_host": "graph.microsoft.com", - "rbac_url": "https://pas.windows.net"}' + string: '{"sasUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER"}' headers: + connection: + - keep-alive content-length: - - '1826' + - '212' content-type: - application/json; charset=utf-8 + transfer-encoding: + - chunked status: code: 200 message: OK - request: - body: client_id=PLACEHOLDER&grant_type=client_credentials&client_assertion=PLACEHOLDER&client_info=1&client_assertion_type=PLACEHOLDER&scope=https%3A%2F%2Fquantum.microsoft.com%2F.default + body: null headers: Accept: - - application/json + - application/xml Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '181' - Content-Type: - - application/x-www-form-urlencoded User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) - x-client-current-telemetry: - - 4|730,2| - x-client-os: - - win32 - x-client-sku: - - MSAL.Python - x-client-ver: - - 1.30.0 - method: POST - uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-date: + - Thu, 22 May 2025 06:34:58 GMT + x-ms-version: + - '2024-05-04' + method: GET + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: - string: '{"token_type": "Bearer", "expires_in": 1756429908, "ext_expires_in": - 1756429908, "refresh_in": 31536000, "access_token": "PLACEHOLDER"}' + string: "\uFEFFContainerNotFoundThe + specified container does not exist.\nRequestId:02efbd48-901e-0003-4ae3-caa20e000000\nTime:2025-05-22T06:35:00.1330869Z" headers: content-length: - - '135' + - '223' content-type: - - application/json; charset=utf-8 + - application/xml + x-ms-version: + - '2024-05-04' status: - code: 200 - message: OK + code: 404 + message: The specified container does not exist. - request: - body: 'b''{"containerName": "job-00000000-0000-0000-0000-000000000001"}''' + body: null headers: Accept: - - application/json + - application/xml Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - - '64' - Content-Type: - - application/json + - '0' User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) - method: POST - uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/storage/sasUri?api-version=2024-10-01-preview&test-sequence-id=1 + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-date: + - Thu, 22 May 2025 06:34:59 GMT + x-ms-version: + - '2024-05-04' + method: PUT + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: - string: '{"sasUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER"}' + string: '' headers: - connection: - - keep-alive content-length: - - '212' - content-type: - - application/json; charset=utf-8 - transfer-encoding: - - chunked + - '0' + x-ms-version: + - '2024-05-04' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -282,29 +272,33 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:11:48 GMT + - Thu, 22 May 2025 06:34:59 GMT x-ms-version: - '2024-05-04' method: GET uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: - string: "\uFEFFContainerNotFoundThe - specified container does not exist.\nRequestId:3655d74c-e01e-0026-02b0-f90b72000000\nTime:2024-08-29T01:11:49.3718568Z" + string: '' headers: content-length: - - '223' - content-type: - - application/xml + - '0' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked x-ms-version: - '2024-05-04' status: - code: 404 - message: The specified container does not exist. + code: 200 + message: OK - request: - body: null + body: 'b''{"description": "This files contains the mapping between the xyz file + name that were submitted and the qcschema blobs that are used for the calculation.", + "tableOfContents": [{"inputFileName": "C:\\\\Users\\\\kikomiss\\\\Projects\\\\azure-quantum-python\\\\azure-quantum\\\\tests\\\\unit/molecule.xyz", + "qcschemaBlobName": "inputData_0"}]}''' headers: Accept: - application/xml @@ -313,15 +307,19 @@ interactions: Connection: - keep-alive Content-Length: - - '0' + - '342' + Content-Type: + - application/octet-stream User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-blob-type: + - BlockBlob x-ms-date: - - Thu, 29 Aug 2024 01:11:48 GMT + - Thu, 22 May 2025 06:34:59 GMT x-ms-version: - '2024-05-04' method: PUT - uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: string: '' @@ -343,9 +341,9 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:11:48 GMT + - Thu, 22 May 2025 06:34:59 GMT x-ms-version: - '2024-05-04' method: GET @@ -366,7 +364,57 @@ interactions: code: 200 message: OK - request: - body: b'60\n\nO 97.873900000 103.017000000 100.816000000\nH 98.128600000 103.038000000 99.848800000\nH 97.173800000 102.317000000 100.960000000\nO 100.645000000 100.169000000 95.891500000\nH 101.491000000 100.305000000 96.406200000\nH 99.888700000 100.618000000 96.367800000\nO 99.814000000 100.835000000 101.232000000\nH 99.329200000 99.976800000 101.063000000\nH 99.151600000 101.561000000 101.414000000\nO 98.804000000 98.512200000 97.758100000\nH 99.782100000 98.646900000 97.916700000\nH 98.421800000 99.326500000 97.321300000\nO 100.747000000 100.164000000 103.736000000\nH 100.658000000 100.628000000 102.855000000\nH 100.105000000 99.398600000 103.776000000\nO 98.070300000 98.516900000 100.438000000\nH 97.172800000 98.878600000 100.690000000\nH 98.194000000 98.592200000 99.448100000\nO 98.548000000 101.265000000 97.248600000\nH 98.688900000 102.140000000 97.711000000\nH 97.919900000 101.391000000 96.480800000\nO 103.898000000 98.427900000 99.984500000\nH 103.015000000 98.654900000 99.573700000\nH 104.128000000 97.477300000 99.776100000\nO 99.166600000 96.442100000 101.723000000\nH 98.843200000 97.206600000 101.166000000\nH 99.643900000 95.783700000 101.141000000\nO 102.891000000 100.842000000 97.477600000\nH 103.837000000 100.662000000 97.209700000\nH 102.868000000 101.166000000 98.423400000\nO 96.227200000 100.990000000 101.698000000\nH 96.148800000 100.422000000 102.517000000\nH 95.313600000 101.237000000 101.375000000\nO 98.864800000 98.222500000 103.917000000\nH 98.949800000 97.463000000 103.272000000\nH 99.054800000 97.896400000 104.843000000\nO 104.578000000 100.035000000 101.952000000\nH 104.419000000 101.011000000 101.802000000\nH 104.206000000 99.514900000 101.184000000\nO 102.429000000 104.060000000 101.348000000\nH 101.757000000 103.665000000 101.974000000\nH 102.209000000 105.021000000 101.185000000\nO 98.708200000 103.752000000 98.244300000\nH 98.397100000 104.234000000 97.425400000\nH 99.598500000 104.111000000 98.524400000\nO 95.630300000 99.996600000 98.245400000\nH 96.540400000 100.410000000 98.268900000\nH 94.982900000 100.638000000 97.834500000\nO 102.360000000 101.551000000 99.964500000\nH 102.675000000 102.370000000 100.444000000\nH 101.556000000 101.180000000 100.430000000\nO 101.836000000 97.446700000 102.110000000\nH 100.860000000 97.397400000 101.898000000\nH 101.991000000 97.133400000 103.047000000\nO 101.665000000 98.316100000 98.319400000\nH 101.904000000 99.233800000 98.002000000\nH 102.224000000 97.640900000 97.837700000\nO 99.984700000 103.272000000 102.307000000\nH 99.640700000 103.104000000 103.231000000\nH 99.216500000 103.453000000 101.693000000' + body: 'b''{"driver": "energy", "model": {"method": "m06-2x", "basis": "invalidBasis"}, + "schema_name": "qcschema_input", "schema_version": 1, "molecule": {"extras": + {}, "symbols": ["O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", + "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", + "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", + "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H"], + "geometry": [184.9548657430684, 194.67391617431898, 190.5146289741513, 185.43617898699515, + 194.71360042293483, 188.68688586647195, 183.6318684832604, 193.35110788712342, + 190.78674953608865, 190.19148580685064, 189.29197617155768, 181.20867267373063, + 191.7901941082327, 189.54897892449856, 182.18131471004426, 188.7622859388421, + 190.1404632014874, 182.10874922686097, 188.62112339733707, 190.550533770518, + 191.30075504197035, 187.70498417214793, 188.92877081041627, 190.98139132691887, + 187.3693688124252, 191.92247493695226, 191.64468519664118, 186.71250001152637, + 186.1610779283783, 184.73603545784377, 188.56084113396346, 186.41562403735722, + 185.0357460211998, 185.99024668671763, 187.6998819116116, 183.91060308663376, + 190.38423787155628, 189.28252754093486, 196.03262925788127, 190.21605224647, + 190.15936046273305, 194.36778054213946, 189.17103369958554, 187.83613116519277, + 196.10821830286386, 185.326007953933, 186.16995964116376, 189.80031249906568, + 183.62997875713583, 186.85347358041895, 190.27652348245607, 185.55976707554169, + 186.3122560183435, 187.92967260835871, 186.22873012363772, 191.36311600408098, + 183.77321999737788, 186.49499253458893, 193.01662636307543, 184.64702935737677, + 185.0417931447984, 191.6012214957762, 182.32228827893684, 196.3387648900608, + 186.00177401607743, 188.94332170157543, 194.67013672206986, 186.43074184635373, + 188.1670222096041, 196.77340189871077, 184.20540036206592, 188.54950277721608, + 187.39771470429366, 182.24915587791614, 192.22861056913177, 186.78657727560932, + 183.69385150014614, 191.17603311774906, 188.29968098354857, 181.0049601975025, + 191.12878996463493, 194.43581068262378, 190.56376185338996, 184.20596727990326, + 196.22349159646234, 190.22361115096828, 183.69970965113228, 194.39234698175878, + 191.17603311774906, 185.99327024851692, 181.84305373374713, 190.8434413198256, + 192.18136741601765, 181.6948992055812, 189.77007688107264, 193.72905311203644, + 180.11659994634448, 191.31020367259316, 191.57098587778316, 186.82739535989992, + 185.61362427009178, 196.37466968642755, 186.98802208048795, 184.17837727848462, + 195.15579633608309, 187.1864433235673, 184.9973845808711, 198.1245560777748, + 197.62377865476503, 189.03875287086595, 192.6613578516572, 197.32331220095918, + 190.88312556844147, 192.37789893297244, 196.92080053642684, 188.05590631347968, + 191.21004818799122, 193.56275721307472, 196.64490052224033, 191.5199632724199, + 192.292861257367, 195.89845870303716, 192.70293182639762, 193.14701746567042, + 198.46092732794736, 191.2119379141158, 186.53146424879304, 196.06286487587428, + 185.6548202996073, 185.94357045144085, 196.97371286791466, 184.10732357620097, + 188.2138874174933, 196.74127655459316, 186.184132587098, 180.71507620999424, + 188.96618738768268, 185.65689899834433, 182.43491595596092, 189.74740016757787, + 185.7013075622716, 179.49166751695083, 190.1782577239787, 184.88041053376057, + 193.43236611047973, 191.9035776757066, 188.90552717908412, 194.02762983971772, + 193.4512633717254, 189.81165085581307, 191.9130263063294, 191.20248928349298, + 189.78519469006918, 192.44214962120765, 184.14757474265423, 192.95993457933847, + 190.59777692363215, 184.05441124471318, 192.55931264093067, 192.73505717051523, + 183.55552354782796, 194.7306079580559, 192.11900645390702, 185.7905026353511, + 185.79673873156216, 192.57065099767806, 187.52470429986445, 185.19693965962517, + 193.17536335753888, 184.51455955604476, 184.88645765735916, 188.94369964680035, + 195.15579633608309, 193.3322106258778, 188.29363385994995, 194.83832234715615, + 195.0783175649759, 187.49201203790946, 195.49783676462934, 192.17191878539484]}}''' headers: Accept: - application/xml @@ -375,19 +423,19 @@ interactions: Connection: - keep-alive Content-Length: - - '3247' + - '4042' Content-Type: - application/octet-stream User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 29 Aug 2024 01:11:49 GMT + - Thu, 22 May 2025 06:35:00 GMT x-ms-version: - '2024-05-04' method: PUT - uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData_0?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: string: '' @@ -400,14 +448,13 @@ interactions: code: 201 message: Created - request: - body: 'b''{"id": "00000000-0000-0000-0000-000000000001", "name": "azure-quantum-dft-job", - "providerId": "microsoft-elements", "target": "microsoft.dft", "itemType": "Job", - "containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", + body: 'b''{"itemType": "Job", "name": "azure-quantum-dft-job", "containerUri": + "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "outputDataFormat": "microsoft.dft-results.v1", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "outputDataFormat": "microsoft.dft-results.v1"}''' + "providerId": "microsoft-elements", "target": "microsoft.dft", "inputParams": + {"numberOfFiles": 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": + {"method": "m06-2x", "basis": "invalidBasis"}}}''' headers: Accept: - application/json @@ -416,33 +463,32 @@ interactions: Connection: - keep-alive Content-Length: - - '812' + - '683' Content-Type: - application/json User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: PUT uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=1 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00000000-0000-0000-0000-000000000001/outputData", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:49.99559+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1350' + - '1076' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -460,29 +506,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=1 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:49.99559+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1624' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -500,29 +545,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=2 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:49.99559+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1624' + - '1567' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -540,30 +584,380 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=3 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Executing", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:11:50.4961182Z", "cancellationTime": + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": + null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1567' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=4 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": + null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1567' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=5 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": + null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1567' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=6 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": + null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1567' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=7 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": + null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1567' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=8 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": + null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1567' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=9 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": + null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1567' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=10 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": + null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1567' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=11 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Waiting", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": + null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1567' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=12 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Executing", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:35:28.5555874Z", "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-29T01:11:49.99559+00:00", "endExecutionTime": "2024-08-29T01:11:50.4961182Z", - "costEstimate": null, "itemType": "Job"}' + "2025-05-22T06:35:01.4491915+00:00", "endExecutionTime": null, "costEstimate": + null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1678' + - '1595' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -581,32 +975,112 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET - uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=4 + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=13 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Executing", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:35:28.5555874Z", "cancellationTime": + null, "quantumComputingData": null, "errorData": null, "isCancelling": false, + "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", + "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": + "2025-05-22T06:35:01.4491915+00:00", "endExecutionTime": null, "costEstimate": + null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1595' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=14 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:11:50.4961182Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Executing", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:35:28.5555874Z", "cancellationTime": + null, "quantumComputingData": null, "errorData": null, "isCancelling": false, + "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", + "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": + "2025-05-22T06:35:01.4491915+00:00", "endExecutionTime": null, "costEstimate": + null, "itemType": "Job"}' + headers: + connection: + - keep-alive + content-length: + - '1595' + content-type: + - application/json; charset=utf-8 + transfer-encoding: + - chunked + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: GET + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=15 + response: + body: + string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Failed", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:35:28.5555874Z", "cancellationTime": + null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", + "message": "The job failed due to a runtime error. Please check the output + file or the additional output zip file for error messages, and try submitting + the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:49.99559+00:00", - "endExecutionTime": "2024-08-29T01:11:50.4961182Z", "costEstimate": null, + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": "2025-05-22T06:36:58.2018599Z", "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1807' + - '1811' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -624,32 +1098,32 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET - uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=5 + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=16 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:11:50.4961182Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "invalidBasis"}}, "metadata": null, "sessionId": null, + "jobPriority": "Basic", "status": "Failed", "jobType": "QuantumChemistry", + "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:35:28.5555874Z", "cancellationTime": + null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", + "message": "The job failed due to a runtime error. Please check the output + file or the additional output zip file for error messages, and try submitting + the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:49.99559+00:00", - "endExecutionTime": "2024-08-29T01:11:50.4961182Z", "costEstimate": null, + "target": "microsoft.dft", "creationTime": "2025-05-22T06:35:01.4491915+00:00", + "endExecutionTime": "2025-05-22T06:36:58.2018599Z", "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1807' + - '1811' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -667,9 +1141,9 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:11:50 GMT + - Thu, 22 May 2025 06:36:58 GMT x-ms-version: - '2024-05-04' method: HEAD @@ -681,13 +1155,13 @@ interactions: accept-ranges: - bytes content-length: - - '0' + - '59418' content-type: - application/octet-stream x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 29 Aug 2024 01:11:50 GMT + - Thu, 22 May 2025 06:35:01 GMT x-ms-lease-state: - available x-ms-lease-status: @@ -699,4 +1173,802 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-date: + - Thu, 22 May 2025 06:36:58 GMT + x-ms-range: + - bytes=0-33554431 + x-ms-version: + - '2024-05-04' + method: GET + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B%20filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER + response: + body: + string: '{"results": [{"id": null, "input_data": "{\"success\": false, \"error\": + {\"error_type\": \"input_error\", \"error_message\": \"Failed validation of + input QCSchema:\\n 1 validation error for AtomicInput\\nmodel -> basis\\n value + is not a valid enumeration member; permitted: ''3-21g'', ''4-31g'', ''5-21g'', + ''6-21g'', ''6-31++g'', ''6-31++g*'', ''6-31++g**'', ''6-31++g**-j'', ''6-31+g'', + ''6-31+g*'', ''6-31+g*-j'', ''6-31+g**'', ''6-311++g'', ''6-311++g(2d,2p)'', + ''6-311++g(3df,3pd)'', ''6-311++g*'', ''6-311++g**'', ''6-311++g**-j'', ''6-311+g'', + ''6-311+g(2d,p)'', ''6-311+g*'', ''6-311+g*-j'', ''6-311+g**'', ''6-311g'', + ''6-311g(2df,2pd)'', ''6-311g(d,p)'', ''6-311g-j'', ''6-311g*'', ''6-311g**'', + ''6-311xxg(d,p)'', ''6-31g'', ''6-31g(2df,p)'', ''6-31g(3df,3pd)'', ''6-31g(d,p)'', + ''6-31g-blaudeau'', ''6-31g-j'', ''6-31g*'', ''6-31g*-blaudeau'', ''6-31g**'', + ''acv2z-j'', ''acv3z-j'', ''acv4z-j'', ''ahgbs-5'', ''ahgbs-7'', ''ahgbs-9'', + ''ahgbsp1-5'', ''ahgbsp1-7'', ''ahgbsp1-9'', ''ahgbsp2-5'', ''ahgbsp2-7'', + ''ahgbsp2-9'', ''ahgbsp3-5'', ''ahgbsp3-7'', ''ahgbsp3-9'', ''ahlrichs pvdz'', + ''ahlrichs tzv'', ''ahlrichs vdz'', ''ahlrichs vtz'', ''ano-pv5z'', ''ano-pvdz'', + ''ano-pvqz'', ''ano-pvtz'', ''ano-r'', ''ano-r0'', ''ano-r1'', ''ano-r2'', + ''ano-r3'', ''ano-rcc'', ''ano-rcc-mb'', ''ano-rcc-vdz'', ''ano-rcc-vdzp'', + ''ano-rcc-vqzp'', ''ano-rcc-vtz'', ''ano-rcc-vtzp'', ''ano-vt-dz'', ''ano-vt-qz'', + ''ano-vt-tz'', ''apr-cc-pv(q+d)z'', ''aug-ano-pv5z'', ''aug-ano-pvdz'', ''aug-ano-pvqz'', + ''aug-ano-pvtz'', ''aug-cc-pcv5z'', ''aug-cc-pcvdz'', ''aug-cc-pcvqz'', ''aug-cc-pcvtz'', + ''aug-cc-pv(5+d)z'', ''aug-cc-pv(d+d)z'', ''aug-cc-pv(q+d)z'', ''aug-cc-pv(t+d)z'', + ''aug-cc-pv5z'', ''aug-cc-pv5z-pp'', ''aug-cc-pv6z'', ''aug-cc-pv7z'', ''aug-cc-pvdz'', + ''aug-cc-pvdz-pp'', ''aug-cc-pvqz'', ''aug-cc-pvqz-pp'', ''aug-cc-pvtz'', + ''aug-cc-pvtz-j'', ''aug-cc-pvtz-pp'', ''aug-cc-pwcv5z'', ''aug-cc-pwcv5z-pp'', + ''aug-cc-pwcvdz'', ''aug-cc-pwcvdz-pp'', ''aug-cc-pwcvqz'', ''aug-cc-pwcvqz-pp'', + ''aug-cc-pwcvtz'', ''aug-cc-pwcvtz-pp'', ''aug-ccx-5z'', ''aug-ccx-dz'', ''aug-ccx-qz'', + ''aug-ccx-tz'', ''aug-mcc-pv5z'', ''aug-mcc-pv6z'', ''aug-mcc-pv7z'', ''aug-mcc-pv8z'', + ''aug-mcc-pvqz'', ''aug-mcc-pvtz'', ''aug-pc-0'', ''aug-pc-1'', ''aug-pc-2'', + ''aug-pc-3'', ''aug-pc-4'', ''aug-pch-1'', ''aug-pch-2'', ''aug-pch-3'', ''aug-pch-4'', + ''aug-pcj-0'', ''aug-pcj-0_2006'', ''aug-pcj-1'', ''aug-pcj-1_2006'', ''aug-pcj-2'', + ''aug-pcj-2_2006'', ''aug-pcj-3'', ''aug-pcj-3_2006'', ''aug-pcj-4'', ''aug-pcj-4_2006'', + ''aug-pcs-0'', ''aug-pcs-1'', ''aug-pcs-2'', ''aug-pcs-3'', ''aug-pcs-4'', + ''aug-pcseg-0'', ''aug-pcseg-1'', ''aug-pcseg-2'', ''aug-pcseg-3'', ''aug-pcseg-4'', + ''aug-pcsseg-0'', ''aug-pcsseg-1'', ''aug-pcsseg-2'', ''aug-pcsseg-3'', ''aug-pcsseg-4'', + ''aug-pcx-1'', ''aug-pcx-2'', ''aug-pcx-3'', ''aug-pcx-4'', ''aug-pv7z'', + ''aug-seg-cc-pv5z-pp'', ''aug-seg-cc-pvdz-pp'', ''aug-seg-cc-pvqz-pp'', ''aug-seg-cc-pvtz-pp'', + ''aug-seg-cc-pwcv5z-pp'', ''aug-seg-cc-pwcvdz-pp'', ''aug-seg-cc-pwcvqz-pp'', + ''aug-seg-cc-pwcvtz-pp'', ''cc-pcv5z'', ''cc-pcvdz'', ''cc-pcvqz'', ''cc-pcvtz'', + ''cc-pv(5+d)z'', ''cc-pv(d+d)z'', ''cc-pv(q+d)z'', ''cc-pv(t+d)z'', ''cc-pv5z'', + ''cc-pv5z-pp'', ''cc-pv6z'', ''cc-pv8z'', ''cc-pv9z'', ''cc-pvdz'', ''cc-pvdz(pt/sf/sc)'', + ''cc-pvdz(seg-opt)'', ''cc-pvdz-pp'', ''cc-pvqz'', ''cc-pvqz(seg-opt)'', ''cc-pvqz-pp'', + ''cc-pvtz'', ''cc-pvtz(seg-opt)'', ''cc-pvtz-pp'', ''cc-pwcv5z'', ''cc-pwcv5z-pp'', + ''cc-pwcvdz'', ''cc-pwcvdz-pp'', ''cc-pwcvqz'', ''cc-pwcvqz-pp'', ''cc-pwcvtz'', + ''cc-pwcvtz-pp'', ''ccj-pv5z'', ''ccj-pvdz'', ''ccj-pvqz'', ''ccj-pvtz'', + ''ccx-5z'', ''ccx-dz'', ''ccx-qz'', ''ccx-tz'', ''d-aug-cc-pv5z'', ''d-aug-cc-pv6z'', + ''d-aug-cc-pvdz'', ''d-aug-cc-pvqz'', ''d-aug-cc-pvtz'', ''def2-qzvp'', ''def2-qzvpd'', + ''def2-qzvpp'', ''def2-qzvppd'', ''def2-sv(p)'', ''def2-svp'', ''def2-svpd'', + ''def2-tzvp'', ''def2-tzvpd'', ''def2-tzvpp'', ''def2-tzvppd'', ''dgauss-dzvp'', + ''dgauss-dzvp2'', ''dgauss-tzvp'', ''dz (dunning-hay)'', ''dz + double rydberg + (dunning-hay)'', ''dz + rydberg (dunning-hay)'', ''dzp (dunning-hay)'', ''dzp + + diffuse (dunning-hay)'', ''dzp + rydberg (dunning-hay)'', ''hgbs-5'', ''hgbs-7'', + ''hgbs-9'', ''hgbsp1-5'', ''hgbsp1-7'', ''hgbsp1-9'', ''hgbsp2-5'', ''hgbsp2-7'', + ''hgbsp2-9'', ''hgbsp3-5'', ''hgbsp3-7'', ''hgbsp3-9'', ''jgauss-dzp'', ''jgauss-qz2p'', + ''jgauss-qzp'', ''jgauss-tzp1'', ''jgauss-tzp2'', ''jorge-5zp'', ''jorge-6zp'', + ''jorge-a5zp'', ''jorge-adzp'', ''jorge-aqzp'', ''jorge-atzp'', ''jorge-dzp'', + ''jorge-qzp'', ''jorge-tzp'', ''lanl08'', ''lanl08(d)'', ''lanl08(f)'', ''lanl08+'', + ''lanl2dz'', ''lanl2dzdp'', ''lanl2tz'', ''lanl2tz(f)'', ''lanl2tz+'', ''maug-cc-pv(d+d)z'', + ''maug-cc-pv(q+d)z'', ''maug-cc-pv(t+d)z'', ''midi!'', ''midi'', ''midix'', + ''mini'', ''pc-0'', ''pc-1'', ''pc-2'', ''pc-3'', ''pc-4'', ''pch-1'', ''pch-2'', + ''pch-3'', ''pch-4'', ''pcj-0'', ''pcj-0_2006'', ''pcj-1'', ''pcj-1_2006'', + ''pcj-2'', ''pcj-2_2006'', ''pcj-3'', ''pcj-3_2006'', ''pcj-4'', ''pcj-4_2006'', + ''pcs-0'', ''pcs-1'', ''pcs-2'', ''pcs-3'', ''pcs-4'', ''pcseg-0'', ''pcseg-1'', + ''pcseg-2'', ''pcseg-3'', ''pcseg-4'', ''pcsseg-0'', ''pcsseg-1'', ''pcsseg-2'', + ''pcsseg-3'', ''pcsseg-4'', ''pcx-1'', ''pcx-2'', ''pcx-3'', ''pcx-4'', ''pecj-1'', + ''pecj-2'', ''pob-dzvp-rev2'', ''pv6z'', ''pv7z'', ''roos augmented double + zeta ano'', ''roos augmented triple zeta ano'', ''saug-ano-pvtz'', ''seg-cc-pv5z-pp'', + ''seg-cc-pvdz-pp'', ''seg-cc-pvqz-pp'', ''seg-cc-pvtz-pp'', ''seg-cc-pwcv5z-pp'', + ''seg-cc-pwcvdz-pp'', ''seg-cc-pwcvqz-pp'', ''seg-cc-pwcvtz-pp'', ''sto-2g'', + ''sto-3g'', ''sto-3g*'', ''sto-4g'', ''sto-5g'', ''sto-6g'', ''stuttgart rlc'', + ''stuttgart rsc 1997'', ''stuttgart rsc ano'', ''sv (dunning-hay)'', ''sv + + double rydberg (dunning-hay)'', ''sv + rydberg (dunning-hay)'', ''svp (dunning-hay)'', + ''svp + diffuse (dunning-hay)'', ''svp + diffuse + rydberg (dunning-hay)'', + ''svp + rydberg (dunning-hay)'', ''tz (dunning-hay)'' (type=type_error.enum; + enum_values=[, , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , + , , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , + , , , , , , , , + , , , , , , , , , , , , , + , , , , , + , , + , , + , , + , , + , , , , , + , , + , , , , , , , , , , + , , , + , , , , , + , , , , , + , + , + , , , + , + ])\"}, \"stdout\": \"Failed + validation of input QCSchema:\\n 1 validation error for AtomicInput\\nmodel + -> basis\\n value is not a valid enumeration member; permitted: ''3-21g'', + ''4-31g'', ''5-21g'', ''6-21g'', ''6-31++g'', ''6-31++g*'', ''6-31++g**'', + ''6-31++g**-j'', ''6-31+g'', ''6-31+g*'', ''6-31+g*-j'', ''6-31+g**'', ''6-311++g'', + ''6-311++g(2d,2p)'', ''6-311++g(3df,3pd)'', ''6-311++g*'', ''6-311++g**'', + ''6-311++g**-j'', ''6-311+g'', ''6-311+g(2d,p)'', ''6-311+g*'', ''6-311+g*-j'', + ''6-311+g**'', ''6-311g'', ''6-311g(2df,2pd)'', ''6-311g(d,p)'', ''6-311g-j'', + ''6-311g*'', ''6-311g**'', ''6-311xxg(d,p)'', ''6-31g'', ''6-31g(2df,p)'', + ''6-31g(3df,3pd)'', ''6-31g(d,p)'', ''6-31g-blaudeau'', ''6-31g-j'', ''6-31g*'', + ''6-31g*-blaudeau'', ''6-31g**'', ''acv2z-j'', ''acv3z-j'', ''acv4z-j'', ''ahgbs-5'', + ''ahgbs-7'', ''ahgbs-9'', ''ahgbsp1-5'', ''ahgbsp1-7'', ''ahgbsp1-9'', ''ahgbsp2-5'', + ''ahgbsp2-7'', ''ahgbsp2-9'', ''ahgbsp3-5'', ''ahgbsp3-7'', ''ahgbsp3-9'', + ''ahlrichs pvdz'', ''ahlrichs tzv'', ''ahlrichs vdz'', ''ahlrichs vtz'', ''ano-pv5z'', + ''ano-pvdz'', ''ano-pvqz'', ''ano-pvtz'', ''ano-r'', ''ano-r0'', ''ano-r1'', + ''ano-r2'', ''ano-r3'', ''ano-rcc'', ''ano-rcc-mb'', ''ano-rcc-vdz'', ''ano-rcc-vdzp'', + ''ano-rcc-vqzp'', ''ano-rcc-vtz'', ''ano-rcc-vtzp'', ''ano-vt-dz'', ''ano-vt-qz'', + ''ano-vt-tz'', ''apr-cc-pv(q+d)z'', ''aug-ano-pv5z'', ''aug-ano-pvdz'', ''aug-ano-pvqz'', + ''aug-ano-pvtz'', ''aug-cc-pcv5z'', ''aug-cc-pcvdz'', ''aug-cc-pcvqz'', ''aug-cc-pcvtz'', + ''aug-cc-pv(5+d)z'', ''aug-cc-pv(d+d)z'', ''aug-cc-pv(q+d)z'', ''aug-cc-pv(t+d)z'', + ''aug-cc-pv5z'', ''aug-cc-pv5z-pp'', ''aug-cc-pv6z'', ''aug-cc-pv7z'', ''aug-cc-pvdz'', + ''aug-cc-pvdz-pp'', ''aug-cc-pvqz'', ''aug-cc-pvqz-pp'', ''aug-cc-pvtz'', + ''aug-cc-pvtz-j'', ''aug-cc-pvtz-pp'', ''aug-cc-pwcv5z'', ''aug-cc-pwcv5z-pp'', + ''aug-cc-pwcvdz'', ''aug-cc-pwcvdz-pp'', ''aug-cc-pwcvqz'', ''aug-cc-pwcvqz-pp'', + ''aug-cc-pwcvtz'', ''aug-cc-pwcvtz-pp'', ''aug-ccx-5z'', ''aug-ccx-dz'', ''aug-ccx-qz'', + ''aug-ccx-tz'', ''aug-mcc-pv5z'', ''aug-mcc-pv6z'', ''aug-mcc-pv7z'', ''aug-mcc-pv8z'', + ''aug-mcc-pvqz'', ''aug-mcc-pvtz'', ''aug-pc-0'', ''aug-pc-1'', ''aug-pc-2'', + ''aug-pc-3'', ''aug-pc-4'', ''aug-pch-1'', ''aug-pch-2'', ''aug-pch-3'', ''aug-pch-4'', + ''aug-pcj-0'', ''aug-pcj-0_2006'', ''aug-pcj-1'', ''aug-pcj-1_2006'', ''aug-pcj-2'', + ''aug-pcj-2_2006'', ''aug-pcj-3'', ''aug-pcj-3_2006'', ''aug-pcj-4'', ''aug-pcj-4_2006'', + ''aug-pcs-0'', ''aug-pcs-1'', ''aug-pcs-2'', ''aug-pcs-3'', ''aug-pcs-4'', + ''aug-pcseg-0'', ''aug-pcseg-1'', ''aug-pcseg-2'', ''aug-pcseg-3'', ''aug-pcseg-4'', + ''aug-pcsseg-0'', ''aug-pcsseg-1'', ''aug-pcsseg-2'', ''aug-pcsseg-3'', ''aug-pcsseg-4'', + ''aug-pcx-1'', ''aug-pcx-2'', ''aug-pcx-3'', ''aug-pcx-4'', ''aug-pv7z'', + ''aug-seg-cc-pv5z-pp'', ''aug-seg-cc-pvdz-pp'', ''aug-seg-cc-pvqz-pp'', ''aug-seg-cc-pvtz-pp'', + ''aug-seg-cc-pwcv5z-pp'', ''aug-seg-cc-pwcvdz-pp'', ''aug-seg-cc-pwcvqz-pp'', + ''aug-seg-cc-pwcvtz-pp'', ''cc-pcv5z'', ''cc-pcvdz'', ''cc-pcvqz'', ''cc-pcvtz'', + ''cc-pv(5+d)z'', ''cc-pv(d+d)z'', ''cc-pv(q+d)z'', ''cc-pv(t+d)z'', ''cc-pv5z'', + ''cc-pv5z-pp'', ''cc-pv6z'', ''cc-pv8z'', ''cc-pv9z'', ''cc-pvdz'', ''cc-pvdz(pt/sf/sc)'', + ''cc-pvdz(seg-opt)'', ''cc-pvdz-pp'', ''cc-pvqz'', ''cc-pvqz(seg-opt)'', ''cc-pvqz-pp'', + ''cc-pvtz'', ''cc-pvtz(seg-opt)'', ''cc-pvtz-pp'', ''cc-pwcv5z'', ''cc-pwcv5z-pp'', + ''cc-pwcvdz'', ''cc-pwcvdz-pp'', ''cc-pwcvqz'', ''cc-pwcvqz-pp'', ''cc-pwcvtz'', + ''cc-pwcvtz-pp'', ''ccj-pv5z'', ''ccj-pvdz'', ''ccj-pvqz'', ''ccj-pvtz'', + ''ccx-5z'', ''ccx-dz'', ''ccx-qz'', ''ccx-tz'', ''d-aug-cc-pv5z'', ''d-aug-cc-pv6z'', + ''d-aug-cc-pvdz'', ''d-aug-cc-pvqz'', ''d-aug-cc-pvtz'', ''def2-qzvp'', ''def2-qzvpd'', + ''def2-qzvpp'', ''def2-qzvppd'', ''def2-sv(p)'', ''def2-svp'', ''def2-svpd'', + ''def2-tzvp'', ''def2-tzvpd'', ''def2-tzvpp'', ''def2-tzvppd'', ''dgauss-dzvp'', + ''dgauss-dzvp2'', ''dgauss-tzvp'', ''dz (dunning-hay)'', ''dz + double rydberg + (dunning-hay)'', ''dz + rydberg (dunning-hay)'', ''dzp (dunning-hay)'', ''dzp + + diffuse (dunning-hay)'', ''dzp + rydberg (dunning-hay)'', ''hgbs-5'', ''hgbs-7'', + ''hgbs-9'', ''hgbsp1-5'', ''hgbsp1-7'', ''hgbsp1-9'', ''hgbsp2-5'', ''hgbsp2-7'', + ''hgbsp2-9'', ''hgbsp3-5'', ''hgbsp3-7'', ''hgbsp3-9'', ''jgauss-dzp'', ''jgauss-qz2p'', + ''jgauss-qzp'', ''jgauss-tzp1'', ''jgauss-tzp2'', ''jorge-5zp'', ''jorge-6zp'', + ''jorge-a5zp'', ''jorge-adzp'', ''jorge-aqzp'', ''jorge-atzp'', ''jorge-dzp'', + ''jorge-qzp'', ''jorge-tzp'', ''lanl08'', ''lanl08(d)'', ''lanl08(f)'', ''lanl08+'', + ''lanl2dz'', ''lanl2dzdp'', ''lanl2tz'', ''lanl2tz(f)'', ''lanl2tz+'', ''maug-cc-pv(d+d)z'', + ''maug-cc-pv(q+d)z'', ''maug-cc-pv(t+d)z'', ''midi!'', ''midi'', ''midix'', + ''mini'', ''pc-0'', ''pc-1'', ''pc-2'', ''pc-3'', ''pc-4'', ''pch-1'', ''pch-2'', + ''pch-3'', ''pch-4'', ''pcj-0'', ''pcj-0_2006'', ''pcj-1'', ''pcj-1_2006'', + ''pcj-2'', ''pcj-2_2006'', ''pcj-3'', ''pcj-3_2006'', ''pcj-4'', ''pcj-4_2006'', + ''pcs-0'', ''pcs-1'', ''pcs-2'', ''pcs-3'', ''pcs-4'', ''pcseg-0'', ''pcseg-1'', + ''pcseg-2'', ''pcseg-3'', ''pcseg-4'', ''pcsseg-0'', ''pcsseg-1'', ''pcsseg-2'', + ''pcsseg-3'', ''pcsseg-4'', ''pcx-1'', ''pcx-2'', ''pcx-3'', ''pcx-4'', ''pecj-1'', + ''pecj-2'', ''pob-dzvp-rev2'', ''pv6z'', ''pv7z'', ''roos augmented double + zeta ano'', ''roos augmented triple zeta ano'', ''saug-ano-pvtz'', ''seg-cc-pv5z-pp'', + ''seg-cc-pvdz-pp'', ''seg-cc-pvqz-pp'', ''seg-cc-pvtz-pp'', ''seg-cc-pwcv5z-pp'', + ''seg-cc-pwcvdz-pp'', ''seg-cc-pwcvqz-pp'', ''seg-cc-pwcvtz-pp'', ''sto-2g'', + ''sto-3g'', ''sto-3g*'', ''sto-4g'', ''sto-5g'', ''sto-6g'', ''stuttgart rlc'', + ''stuttgart rsc 1997'', ''stuttgart rsc ano'', ''sv (dunning-hay)'', ''sv + + double rydberg (dunning-hay)'', ''sv + rydberg (dunning-hay)'', ''svp (dunning-hay)'', + ''svp + diffuse (dunning-hay)'', ''svp + diffuse + rydberg (dunning-hay)'', + ''svp + rydberg (dunning-hay)'', ''tz (dunning-hay)'' (type=type_error.enum; + enum_values=[, , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , + , , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , + , , , , , , , , + , , , , , , , , , , , , , + , , , , , + , , + , , + , , + , , + , , , , , + , , + , , , , , , , , , , + , , , + , , , , , + , , , , , + , + , + , , , + , + ])\"}", "success": false, + "error": {"error_type": "input_error", "error_message": "Failed validation + of input QCSchema:\n 1 validation error for AtomicInput\nmodel -> basis\n value + is not a valid enumeration member; permitted: ''3-21g'', ''4-31g'', ''5-21g'', + ''6-21g'', ''6-31++g'', ''6-31++g*'', ''6-31++g**'', ''6-31++g**-j'', ''6-31+g'', + ''6-31+g*'', ''6-31+g*-j'', ''6-31+g**'', ''6-311++g'', ''6-311++g(2d,2p)'', + ''6-311++g(3df,3pd)'', ''6-311++g*'', ''6-311++g**'', ''6-311++g**-j'', ''6-311+g'', + ''6-311+g(2d,p)'', ''6-311+g*'', ''6-311+g*-j'', ''6-311+g**'', ''6-311g'', + ''6-311g(2df,2pd)'', ''6-311g(d,p)'', ''6-311g-j'', ''6-311g*'', ''6-311g**'', + ''6-311xxg(d,p)'', ''6-31g'', ''6-31g(2df,p)'', ''6-31g(3df,3pd)'', ''6-31g(d,p)'', + ''6-31g-blaudeau'', ''6-31g-j'', ''6-31g*'', ''6-31g*-blaudeau'', ''6-31g**'', + ''acv2z-j'', ''acv3z-j'', ''acv4z-j'', ''ahgbs-5'', ''ahgbs-7'', ''ahgbs-9'', + ''ahgbsp1-5'', ''ahgbsp1-7'', ''ahgbsp1-9'', ''ahgbsp2-5'', ''ahgbsp2-7'', + ''ahgbsp2-9'', ''ahgbsp3-5'', ''ahgbsp3-7'', ''ahgbsp3-9'', ''ahlrichs pvdz'', + ''ahlrichs tzv'', ''ahlrichs vdz'', ''ahlrichs vtz'', ''ano-pv5z'', ''ano-pvdz'', + ''ano-pvqz'', ''ano-pvtz'', ''ano-r'', ''ano-r0'', ''ano-r1'', ''ano-r2'', + ''ano-r3'', ''ano-rcc'', ''ano-rcc-mb'', ''ano-rcc-vdz'', ''ano-rcc-vdzp'', + ''ano-rcc-vqzp'', ''ano-rcc-vtz'', ''ano-rcc-vtzp'', ''ano-vt-dz'', ''ano-vt-qz'', + ''ano-vt-tz'', ''apr-cc-pv(q+d)z'', ''aug-ano-pv5z'', ''aug-ano-pvdz'', ''aug-ano-pvqz'', + ''aug-ano-pvtz'', ''aug-cc-pcv5z'', ''aug-cc-pcvdz'', ''aug-cc-pcvqz'', ''aug-cc-pcvtz'', + ''aug-cc-pv(5+d)z'', ''aug-cc-pv(d+d)z'', ''aug-cc-pv(q+d)z'', ''aug-cc-pv(t+d)z'', + ''aug-cc-pv5z'', ''aug-cc-pv5z-pp'', ''aug-cc-pv6z'', ''aug-cc-pv7z'', ''aug-cc-pvdz'', + ''aug-cc-pvdz-pp'', ''aug-cc-pvqz'', ''aug-cc-pvqz-pp'', ''aug-cc-pvtz'', + ''aug-cc-pvtz-j'', ''aug-cc-pvtz-pp'', ''aug-cc-pwcv5z'', ''aug-cc-pwcv5z-pp'', + ''aug-cc-pwcvdz'', ''aug-cc-pwcvdz-pp'', ''aug-cc-pwcvqz'', ''aug-cc-pwcvqz-pp'', + ''aug-cc-pwcvtz'', ''aug-cc-pwcvtz-pp'', ''aug-ccx-5z'', ''aug-ccx-dz'', ''aug-ccx-qz'', + ''aug-ccx-tz'', ''aug-mcc-pv5z'', ''aug-mcc-pv6z'', ''aug-mcc-pv7z'', ''aug-mcc-pv8z'', + ''aug-mcc-pvqz'', ''aug-mcc-pvtz'', ''aug-pc-0'', ''aug-pc-1'', ''aug-pc-2'', + ''aug-pc-3'', ''aug-pc-4'', ''aug-pch-1'', ''aug-pch-2'', ''aug-pch-3'', ''aug-pch-4'', + ''aug-pcj-0'', ''aug-pcj-0_2006'', ''aug-pcj-1'', ''aug-pcj-1_2006'', ''aug-pcj-2'', + ''aug-pcj-2_2006'', ''aug-pcj-3'', ''aug-pcj-3_2006'', ''aug-pcj-4'', ''aug-pcj-4_2006'', + ''aug-pcs-0'', ''aug-pcs-1'', ''aug-pcs-2'', ''aug-pcs-3'', ''aug-pcs-4'', + ''aug-pcseg-0'', ''aug-pcseg-1'', ''aug-pcseg-2'', ''aug-pcseg-3'', ''aug-pcseg-4'', + ''aug-pcsseg-0'', ''aug-pcsseg-1'', ''aug-pcsseg-2'', ''aug-pcsseg-3'', ''aug-pcsseg-4'', + ''aug-pcx-1'', ''aug-pcx-2'', ''aug-pcx-3'', ''aug-pcx-4'', ''aug-pv7z'', + ''aug-seg-cc-pv5z-pp'', ''aug-seg-cc-pvdz-pp'', ''aug-seg-cc-pvqz-pp'', ''aug-seg-cc-pvtz-pp'', + ''aug-seg-cc-pwcv5z-pp'', ''aug-seg-cc-pwcvdz-pp'', ''aug-seg-cc-pwcvqz-pp'', + ''aug-seg-cc-pwcvtz-pp'', ''cc-pcv5z'', ''cc-pcvdz'', ''cc-pcvqz'', ''cc-pcvtz'', + ''cc-pv(5+d)z'', ''cc-pv(d+d)z'', ''cc-pv(q+d)z'', ''cc-pv(t+d)z'', ''cc-pv5z'', + ''cc-pv5z-pp'', ''cc-pv6z'', ''cc-pv8z'', ''cc-pv9z'', ''cc-pvdz'', ''cc-pvdz(pt/sf/sc)'', + ''cc-pvdz(seg-opt)'', ''cc-pvdz-pp'', ''cc-pvqz'', ''cc-pvqz(seg-opt)'', ''cc-pvqz-pp'', + ''cc-pvtz'', ''cc-pvtz(seg-opt)'', ''cc-pvtz-pp'', ''cc-pwcv5z'', ''cc-pwcv5z-pp'', + ''cc-pwcvdz'', ''cc-pwcvdz-pp'', ''cc-pwcvqz'', ''cc-pwcvqz-pp'', ''cc-pwcvtz'', + ''cc-pwcvtz-pp'', ''ccj-pv5z'', ''ccj-pvdz'', ''ccj-pvqz'', ''ccj-pvtz'', + ''ccx-5z'', ''ccx-dz'', ''ccx-qz'', ''ccx-tz'', ''d-aug-cc-pv5z'', ''d-aug-cc-pv6z'', + ''d-aug-cc-pvdz'', ''d-aug-cc-pvqz'', ''d-aug-cc-pvtz'', ''def2-qzvp'', ''def2-qzvpd'', + ''def2-qzvpp'', ''def2-qzvppd'', ''def2-sv(p)'', ''def2-svp'', ''def2-svpd'', + ''def2-tzvp'', ''def2-tzvpd'', ''def2-tzvpp'', ''def2-tzvppd'', ''dgauss-dzvp'', + ''dgauss-dzvp2'', ''dgauss-tzvp'', ''dz (dunning-hay)'', ''dz + double rydberg + (dunning-hay)'', ''dz + rydberg (dunning-hay)'', ''dzp (dunning-hay)'', ''dzp + + diffuse (dunning-hay)'', ''dzp + rydberg (dunning-hay)'', ''hgbs-5'', ''hgbs-7'', + ''hgbs-9'', ''hgbsp1-5'', ''hgbsp1-7'', ''hgbsp1-9'', ''hgbsp2-5'', ''hgbsp2-7'', + ''hgbsp2-9'', ''hgbsp3-5'', ''hgbsp3-7'', ''hgbsp3-9'', ''jgauss-dzp'', ''jgauss-qz2p'', + ''jgauss-qzp'', ''jgauss-tzp1'', ''jgauss-tzp2'', ''jorge-5zp'', ''jorge-6zp'', + ''jorge-a5zp'', ''jorge-adzp'', ''jorge-aqzp'', ''jorge-atzp'', ''jorge-dzp'', + ''jorge-qzp'', ''jorge-tzp'', ''lanl08'', ''lanl08(d)'', ''lanl08(f)'', ''lanl08+'', + ''lanl2dz'', ''lanl2dzdp'', ''lanl2tz'', ''lanl2tz(f)'', ''lanl2tz+'', ''maug-cc-pv(d+d)z'', + ''maug-cc-pv(q+d)z'', ''maug-cc-pv(t+d)z'', ''midi!'', ''midi'', ''midix'', + ''mini'', ''pc-0'', ''pc-1'', ''pc-2'', ''pc-3'', ''pc-4'', ''pch-1'', ''pch-2'', + ''pch-3'', ''pch-4'', ''pcj-0'', ''pcj-0_2006'', ''pcj-1'', ''pcj-1_2006'', + ''pcj-2'', ''pcj-2_2006'', ''pcj-3'', ''pcj-3_2006'', ''pcj-4'', ''pcj-4_2006'', + ''pcs-0'', ''pcs-1'', ''pcs-2'', ''pcs-3'', ''pcs-4'', ''pcseg-0'', ''pcseg-1'', + ''pcseg-2'', ''pcseg-3'', ''pcseg-4'', ''pcsseg-0'', ''pcsseg-1'', ''pcsseg-2'', + ''pcsseg-3'', ''pcsseg-4'', ''pcx-1'', ''pcx-2'', ''pcx-3'', ''pcx-4'', ''pecj-1'', + ''pecj-2'', ''pob-dzvp-rev2'', ''pv6z'', ''pv7z'', ''roos augmented double + zeta ano'', ''roos augmented triple zeta ano'', ''saug-ano-pvtz'', ''seg-cc-pv5z-pp'', + ''seg-cc-pvdz-pp'', ''seg-cc-pvqz-pp'', ''seg-cc-pvtz-pp'', ''seg-cc-pwcv5z-pp'', + ''seg-cc-pwcvdz-pp'', ''seg-cc-pwcvqz-pp'', ''seg-cc-pwcvtz-pp'', ''sto-2g'', + ''sto-3g'', ''sto-3g*'', ''sto-4g'', ''sto-5g'', ''sto-6g'', ''stuttgart rlc'', + ''stuttgart rsc 1997'', ''stuttgart rsc ano'', ''sv (dunning-hay)'', ''sv + + double rydberg (dunning-hay)'', ''sv + rydberg (dunning-hay)'', ''svp (dunning-hay)'', + ''svp + diffuse (dunning-hay)'', ''svp + diffuse + rydberg (dunning-hay)'', + ''svp + rydberg (dunning-hay)'', ''tz (dunning-hay)'' (type=type_error.enum; + enum_values=[, , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , , + , , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , , , , , , , , , , , , , , , , , , , , , , , , , , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , + , , , , , , + , , , , , , , , + , , , , , , , , , , , , , + , , , , , + , , + , , + , , + , , + , , , , , + , , + , , , , , , , , , , + , , , + , , , , , + , , , , , + , + , + , , , + , + ])", "extras": null}, + "extras": null, "schema_name": "failed_operation_with_stdout", "stdout": "Failed + parsing of input schema", "stderr": "", "provenance": {"creator": "Microsoft + Accelerated DFT", "version": "1.0", "routine": "madft.cli", "total_time_seconds": + 0.0002961158752441406}}]}' + headers: + accept-ranges: + - bytes + content-length: + - '59274' + content-range: + - bytes 0-59417/59418 + content-type: + - application/octet-stream + x-ms-blob-content-md5: + - JPHDtRDfkqnHVZ1bEieKFQ== + x-ms-blob-type: + - BlockBlob + x-ms-creation-time: + - Thu, 22 May 2025 06:35:01 GMT + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked + x-ms-server-encrypted: + - 'true' + x-ms-version: + - '2024-05-04' + status: + code: 206 + message: Partial Content version: 1 diff --git a/azure-quantum/tests/unit/recordings/test_dft_success.yaml b/azure-quantum/tests/unit/recordings/test_dft_success.yaml index af1a1f47e..5b78eb65b 100644 --- a/azure-quantum/tests/unit/recordings/test_dft_success.yaml +++ b/azure-quantum/tests/unit/recordings/test_dft_success.yaml @@ -9,7 +9,7 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-identity/1.18.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration response: @@ -55,7 +55,7 @@ interactions: Content-Type: - application/x-www-form-urlencoded User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-identity/1.18.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-client-current-telemetry: - 4|730,2| x-client-os: @@ -63,13 +63,13 @@ interactions: x-client-sku: - MSAL.Python x-client-ver: - - 1.30.0 + - 1.31.0 method: POST uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token response: body: - string: '{"token_type": "Bearer", "expires_in": 1756429911, "ext_expires_in": - 1756429911, "refresh_in": 31536000, "access_token": "PLACEHOLDER"}' + string: '{"token_type": "Bearer", "expires_in": 1779431820, "ext_expires_in": + 1779431820, "refresh_in": 31536000, "access_token": "PLACEHOLDER"}' headers: content-length: - '135' @@ -88,72 +88,80 @@ interactions: Connection: - keep-alive User-Agent: - - testapp azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/providerStatus?api-version=2024-10-01-preview&test-sequence-id=1 response: body: string: '{"value": [{"id": "microsoft-elements", "currentAvailability": "Available", "targets": [{"id": "microsoft.dft", "currentAvailability": "Available", "averageQueueTime": - 0, "statusPage": null}]}, {"id": "ionq", "currentAvailability": "Degraded", - "targets": [{"id": "ionq.qpu", "currentAvailability": "Unavailable", "averageQueueTime": - 0, "statusPage": null}, {"id": "ionq.qpu.aria-1", "currentAvailability": "Available", - "averageQueueTime": 8438084, "statusPage": "https://status.ionq.co"}, {"id": - "ionq.qpu.aria-2", "currentAvailability": "Available", "averageQueueTime": - 2604054, "statusPage": "https://status.ionq.co"}, {"id": "ionq.simulator", - "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": "https://status.ionq.co"}]}, - {"id": "microsoft-qc", "currentAvailability": "Available", "targets": [{"id": - "microsoft.estimator", "currentAvailability": "Available", "averageQueueTime": - 0, "statusPage": null}]}, {"id": "pasqal", "currentAvailability": "Degraded", + 0, "statusPage": null}]}, {"id": "ionq", "currentAvailability": "Available", + "targets": [{"id": "ionq.qpu.aria-1", "currentAvailability": "Unavailable", + "averageQueueTime": 0, "statusPage": "https://status.ionq.co"}, {"id": "ionq.qpu.aria-2", + "currentAvailability": "Unavailable", "averageQueueTime": 0, "statusPage": + "https://status.ionq.co"}, {"id": "ionq.simulator", "currentAvailability": + "Available", "averageQueueTime": 0, "statusPage": "https://status.ionq.co"}]}, + {"id": "microsoft-qc", "currentAvailability": "Unavailable", "targets": [{"id": + "microsoft.estimator", "currentAvailability": "Unavailable", "averageQueueTime": + 0, "statusPage": null}]}, {"id": "pasqal", "currentAvailability": "Available", "targets": [{"id": "pasqal.sim.emu-tn", "currentAvailability": "Available", - "averageQueueTime": 273, "statusPage": "https://pasqal.com"}, {"id": "pasqal.qpu.fresnel", - "currentAvailability": "Degraded", "averageQueueTime": 0, "statusPage": "https://pasqal.com"}]}, - {"id": "quantinuum", "currentAvailability": "Available", "targets": [{"id": - "quantinuum.qpu.h1-1", "currentAvailability": "Available", "averageQueueTime": - 164985, "statusPage": "https://www.quantinuum.com/hardware/h1"}, {"id": "quantinuum.sim.h1-1sc", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + "averageQueueTime": 527, "statusPage": ""}, {"id": "pasqal.qpu.fresnel", "currentAvailability": + "Unavailable", "averageQueueTime": 0, "statusPage": ""}]}, {"id": "quantinuum", + "currentAvailability": "Available", "targets": [{"id": "quantinuum.qpu.h1-1", + "currentAvailability": "Available", "averageQueueTime": 11806, "statusPage": + "https://calendar.qapi.quantinuum.com/?target=H1-1&key=PLACEHOLDER"}, {"id": + "quantinuum.sim.h1-1sc", "currentAvailability": "Available", "averageQueueTime": + 26, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1SC&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h1-1e", "currentAvailability": "Available", "averageQueueTime": - 5, "statusPage": "https://www.quantinuum.com/hardware/h1"}, {"id": "quantinuum.qpu.h2-1", - "currentAvailability": "Available", "averageQueueTime": 115568, "statusPage": - "https://www.quantinuum.com/hardware/h2"}, {"id": "quantinuum.sim.h2-1sc", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h2"}, + 5, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1E&key=PLACEHOLDER"}, + {"id": "quantinuum.qpu.h2-1", "currentAvailability": "Available", "averageQueueTime": + 76798, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-1&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h2-1sc", "currentAvailability": "Available", "averageQueueTime": + 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-1SC&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h2-1e", "currentAvailability": "Available", "averageQueueTime": - 0, "statusPage": "https://www.quantinuum.com/hardware/h2"}, {"id": "quantinuum.sim.h1-1sc-preview", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + 2130, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-1E&key=PLACEHOLDER"}, + {"id": "quantinuum.qpu.h2-2", "currentAvailability": "Degraded", "averageQueueTime": + 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-2&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h2-2sc", "currentAvailability": "Available", "averageQueueTime": + 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-2SC&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h2-2e", "currentAvailability": "Available", "averageQueueTime": + 109, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H2-2E&key=PLACEHOLDER"}, + {"id": "quantinuum.sim.h1-1sc-preview", "currentAvailability": "Available", + "averageQueueTime": 26, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1SC&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h1-1e-preview", "currentAvailability": "Available", - "averageQueueTime": 5, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + "averageQueueTime": 5, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1E&key=PLACEHOLDER"}, {"id": "quantinuum.sim.h1-2e-preview", "currentAvailability": "Available", - "averageQueueTime": 0, "statusPage": "https://www.quantinuum.com/hardware/h1"}, + "averageQueueTime": 0, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-2E-PREVIEW&key=PLACEHOLDER"}, {"id": "quantinuum.qpu.h1-1-preview", "currentAvailability": "Available", - "averageQueueTime": 164985, "statusPage": "https://www.quantinuum.com/hardware/h1"}]}, + "averageQueueTime": 11806, "statusPage": "https://calendar.qapi.quantinuum.com/?target=H1-1&key=PLACEHOLDER"}]}, {"id": "rigetti", "currentAvailability": "Available", "targets": [{"id": "rigetti.sim.qvm", "currentAvailability": "Available", "averageQueueTime": 5, "statusPage": "https://rigetti.statuspage.io/"}, - {"id": "rigetti.qpu.ankaa-2", "currentAvailability": "Available", "averageQueueTime": + {"id": "rigetti.qpu.ankaa-3", "currentAvailability": "Available", "averageQueueTime": 5, "statusPage": "https://rigetti.statuspage.io/"}]}, {"id": "qci", "currentAvailability": - "Degraded", "targets": [{"id": "qci.simulator", "currentAvailability": "Available", - "averageQueueTime": 1, "statusPage": "https://quantumcircuits.com"}, {"id": - "qci.machine1", "currentAvailability": "Unavailable", "averageQueueTime": - 1, "statusPage": "https://quantumcircuits.com"}, {"id": "qci.simulator.noisy", - "currentAvailability": "Available", "averageQueueTime": 0, "statusPage": "https://quantumcircuits.com"}]}, - {"id": "Microsoft.Test", "currentAvailability": "Available", "targets": [{"id": - "echo-rigetti", "currentAvailability": "Available", "averageQueueTime": 1, - "statusPage": ""}, {"id": "echo-quantinuum", "currentAvailability": "Available", - "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-qci", "currentAvailability": - "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-ionq", + "Unavailable", "targets": [{"id": "qci.simulator", "currentAvailability": + "Unavailable", "averageQueueTime": 0, "statusPage": null}, {"id": "qci.machine1", + "currentAvailability": "Unavailable", "averageQueueTime": 0, "statusPage": + null}, {"id": "qci.simulator.noisy", "currentAvailability": "Unavailable", + "averageQueueTime": 0, "statusPage": null}]}, {"id": "Microsoft.Test.FirstParty", + "currentAvailability": "Available", "targets": [{"id": "echo-rigetti", "currentAvailability": + "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-quantinuum", "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": ""}, - {"id": "echo-aquarius", "currentAvailability": "Available", "averageQueueTime": - 1, "statusPage": ""}, {"id": "sparse-sim-rigetti", "currentAvailability": - "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "sparse-sim-quantinuum", + {"id": "echo-qci", "currentAvailability": "Available", "averageQueueTime": + 1, "statusPage": ""}, {"id": "echo-ionq", "currentAvailability": "Available", + "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-aquarius", "currentAvailability": + "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "sparse-sim-rigetti", "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": ""}, - {"id": "sparse-sim-qci", "currentAvailability": "Available", "averageQueueTime": - 1, "statusPage": ""}, {"id": "sparse-sim-ionq", "currentAvailability": "Available", - "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-output", "currentAvailability": - "Available", "averageQueueTime": 1, "statusPage": ""}]}], "nextLink": null}' + {"id": "sparse-sim-quantinuum", "currentAvailability": "Available", "averageQueueTime": + 1, "statusPage": ""}, {"id": "sparse-sim-qci", "currentAvailability": "Available", + "averageQueueTime": 1, "statusPage": ""}, {"id": "sparse-sim-ionq", "currentAvailability": + "Available", "averageQueueTime": 1, "statusPage": ""}, {"id": "echo-output", + "currentAvailability": "Available", "averageQueueTime": 1, "statusPage": ""}]}], + "nextLink": null}' headers: connection: - keep-alive content-length: - - '4751' + - '5374' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -162,116 +170,98 @@ interactions: code: 200 message: OK - request: - body: null + body: 'b''{"containerName": "job-00000000-0000-0000-0000-000000000001"}''' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate Connection: - keep-alive + Content-Length: + - '64' + Content-Type: + - application/json User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) - method: GET - uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) + method: POST + uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/storage/sasUri?api-version=2024-10-01-preview&test-sequence-id=1 response: body: - string: '{"token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", - "token_endpoint_auth_methods_supported": ["client_secret_post", "private_key_jwt", - "client_secret_basic"], "jwks_uri": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/discovery/v2.0/keys", - "response_modes_supported": ["query", "fragment", "form_post"], "subject_types_supported": - ["pairwise"], "id_token_signing_alg_values_supported": ["RS256"], "response_types_supported": - ["code", "id_token", "code id_token", "id_token token"], "scopes_supported": - ["openid", "profile", "email", "offline_access"], "issuer": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0", - "request_uri_parameter_supported": false, "userinfo_endpoint": "https://graph.microsoft.com/oidc/userinfo", - "authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/authorize", - "device_authorization_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/devicecode", - "http_logout_supported": true, "frontchannel_logout_supported": true, "end_session_endpoint": - "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/logout", - "claims_supported": ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", - "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", - "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", - "email"], "kerberos_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/kerberos", - "tenant_region_scope": "WW", "cloud_instance_name": "microsoftonline.com", - "cloud_graph_host_name": "graph.windows.net", "msgraph_host": "graph.microsoft.com", - "rbac_url": "https://pas.windows.net"}' + string: '{"sasUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER"}' headers: + connection: + - keep-alive content-length: - - '1826' + - '212' content-type: - application/json; charset=utf-8 + transfer-encoding: + - chunked status: code: 200 message: OK - request: - body: client_id=PLACEHOLDER&grant_type=client_credentials&client_assertion=PLACEHOLDER&client_info=1&client_assertion_type=PLACEHOLDER&scope=https%3A%2F%2Fquantum.microsoft.com%2F.default + body: null headers: Accept: - - application/json + - application/xml Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '181' - Content-Type: - - application/x-www-form-urlencoded User-Agent: - - azsdk-python-identity/1.17.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) - x-client-current-telemetry: - - 4|730,2| - x-client-os: - - win32 - x-client-sku: - - MSAL.Python - x-client-ver: - - 1.30.0 - method: POST - uri: https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-date: + - Thu, 22 May 2025 06:37:00 GMT + x-ms-version: + - '2024-05-04' + method: GET + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: - string: '{"token_type": "Bearer", "expires_in": 1756429912, "ext_expires_in": - 1756429912, "refresh_in": 31536000, "access_token": "PLACEHOLDER"}' + string: "\uFEFFContainerNotFoundThe + specified container does not exist.\nRequestId:e7888f97-901e-0013-01e3-ca6766000000\nTime:2025-05-22T06:37:01.9954041Z" headers: content-length: - - '135' + - '223' content-type: - - application/json; charset=utf-8 + - application/xml + x-ms-version: + - '2024-05-04' status: - code: 200 - message: OK + code: 404 + message: The specified container does not exist. - request: - body: 'b''{"containerName": "job-00000000-0000-0000-0000-000000000001"}''' + body: null headers: Accept: - - application/json + - application/xml Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - - '64' - Content-Type: - - application/json + - '0' User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) - method: POST - uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/storage/sasUri?api-version=2024-10-01-preview&test-sequence-id=1 + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-date: + - Thu, 22 May 2025 06:37:01 GMT + x-ms-version: + - '2024-05-04' + method: PUT + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: - string: '{"sasUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER"}' + string: '' headers: - connection: - - keep-alive content-length: - - '212' - content-type: - - application/json; charset=utf-8 - transfer-encoding: - - chunked + - '0' + x-ms-version: + - '2024-05-04' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -282,29 +272,33 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:11:52 GMT + - Thu, 22 May 2025 06:37:01 GMT x-ms-version: - '2024-05-04' method: GET uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: - string: "\uFEFFContainerNotFoundThe - specified container does not exist.\nRequestId:f1bc15a9-601e-005a-61b0-f9258d000000\nTime:2024-08-29T01:11:53.4092759Z" + string: '' headers: content-length: - - '223' - content-type: - - application/xml + - '0' + x-ms-lease-state: + - available + x-ms-lease-status: + - unlocked x-ms-version: - '2024-05-04' status: - code: 404 - message: The specified container does not exist. + code: 200 + message: OK - request: - body: null + body: 'b''{"description": "This files contains the mapping between the xyz file + name that were submitted and the qcschema blobs that are used for the calculation.", + "tableOfContents": [{"inputFileName": "C:\\\\Users\\\\kikomiss\\\\Projects\\\\azure-quantum-python\\\\azure-quantum\\\\tests\\\\unit/molecule.xyz", + "qcschemaBlobName": "inputData_0"}]}''' headers: Accept: - application/xml @@ -313,15 +307,19 @@ interactions: Connection: - keep-alive Content-Length: - - '0' + - '342' + Content-Type: + - application/octet-stream User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) + x-ms-blob-type: + - BlockBlob x-ms-date: - - Thu, 29 Aug 2024 01:11:52 GMT + - Thu, 22 May 2025 06:37:01 GMT x-ms-version: - '2024-05-04' method: PUT - uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?restype=container&sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: string: '' @@ -343,9 +341,9 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:11:52 GMT + - Thu, 22 May 2025 06:37:01 GMT x-ms-version: - '2024-05-04' method: GET @@ -366,7 +364,57 @@ interactions: code: 200 message: OK - request: - body: b'60\n\nO 97.873900000 103.017000000 100.816000000\nH 98.128600000 103.038000000 99.848800000\nH 97.173800000 102.317000000 100.960000000\nO 100.645000000 100.169000000 95.891500000\nH 101.491000000 100.305000000 96.406200000\nH 99.888700000 100.618000000 96.367800000\nO 99.814000000 100.835000000 101.232000000\nH 99.329200000 99.976800000 101.063000000\nH 99.151600000 101.561000000 101.414000000\nO 98.804000000 98.512200000 97.758100000\nH 99.782100000 98.646900000 97.916700000\nH 98.421800000 99.326500000 97.321300000\nO 100.747000000 100.164000000 103.736000000\nH 100.658000000 100.628000000 102.855000000\nH 100.105000000 99.398600000 103.776000000\nO 98.070300000 98.516900000 100.438000000\nH 97.172800000 98.878600000 100.690000000\nH 98.194000000 98.592200000 99.448100000\nO 98.548000000 101.265000000 97.248600000\nH 98.688900000 102.140000000 97.711000000\nH 97.919900000 101.391000000 96.480800000\nO 103.898000000 98.427900000 99.984500000\nH 103.015000000 98.654900000 99.573700000\nH 104.128000000 97.477300000 99.776100000\nO 99.166600000 96.442100000 101.723000000\nH 98.843200000 97.206600000 101.166000000\nH 99.643900000 95.783700000 101.141000000\nO 102.891000000 100.842000000 97.477600000\nH 103.837000000 100.662000000 97.209700000\nH 102.868000000 101.166000000 98.423400000\nO 96.227200000 100.990000000 101.698000000\nH 96.148800000 100.422000000 102.517000000\nH 95.313600000 101.237000000 101.375000000\nO 98.864800000 98.222500000 103.917000000\nH 98.949800000 97.463000000 103.272000000\nH 99.054800000 97.896400000 104.843000000\nO 104.578000000 100.035000000 101.952000000\nH 104.419000000 101.011000000 101.802000000\nH 104.206000000 99.514900000 101.184000000\nO 102.429000000 104.060000000 101.348000000\nH 101.757000000 103.665000000 101.974000000\nH 102.209000000 105.021000000 101.185000000\nO 98.708200000 103.752000000 98.244300000\nH 98.397100000 104.234000000 97.425400000\nH 99.598500000 104.111000000 98.524400000\nO 95.630300000 99.996600000 98.245400000\nH 96.540400000 100.410000000 98.268900000\nH 94.982900000 100.638000000 97.834500000\nO 102.360000000 101.551000000 99.964500000\nH 102.675000000 102.370000000 100.444000000\nH 101.556000000 101.180000000 100.430000000\nO 101.836000000 97.446700000 102.110000000\nH 100.860000000 97.397400000 101.898000000\nH 101.991000000 97.133400000 103.047000000\nO 101.665000000 98.316100000 98.319400000\nH 101.904000000 99.233800000 98.002000000\nH 102.224000000 97.640900000 97.837700000\nO 99.984700000 103.272000000 102.307000000\nH 99.640700000 103.104000000 103.231000000\nH 99.216500000 103.453000000 101.693000000' + body: 'b''{"driver": "energy", "model": {"method": "m06-2x", "basis": "def2-svp"}, + "schema_name": "qcschema_input", "schema_version": 1, "molecule": {"extras": + {}, "symbols": ["O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", + "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", + "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", + "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H"], + "geometry": [184.9548657430684, 194.67391617431898, 190.5146289741513, 185.43617898699515, + 194.71360042293483, 188.68688586647195, 183.6318684832604, 193.35110788712342, + 190.78674953608865, 190.19148580685064, 189.29197617155768, 181.20867267373063, + 191.7901941082327, 189.54897892449856, 182.18131471004426, 188.7622859388421, + 190.1404632014874, 182.10874922686097, 188.62112339733707, 190.550533770518, + 191.30075504197035, 187.70498417214793, 188.92877081041627, 190.98139132691887, + 187.3693688124252, 191.92247493695226, 191.64468519664118, 186.71250001152637, + 186.1610779283783, 184.73603545784377, 188.56084113396346, 186.41562403735722, + 185.0357460211998, 185.99024668671763, 187.6998819116116, 183.91060308663376, + 190.38423787155628, 189.28252754093486, 196.03262925788127, 190.21605224647, + 190.15936046273305, 194.36778054213946, 189.17103369958554, 187.83613116519277, + 196.10821830286386, 185.326007953933, 186.16995964116376, 189.80031249906568, + 183.62997875713583, 186.85347358041895, 190.27652348245607, 185.55976707554169, + 186.3122560183435, 187.92967260835871, 186.22873012363772, 191.36311600408098, + 183.77321999737788, 186.49499253458893, 193.01662636307543, 184.64702935737677, + 185.0417931447984, 191.6012214957762, 182.32228827893684, 196.3387648900608, + 186.00177401607743, 188.94332170157543, 194.67013672206986, 186.43074184635373, + 188.1670222096041, 196.77340189871077, 184.20540036206592, 188.54950277721608, + 187.39771470429366, 182.24915587791614, 192.22861056913177, 186.78657727560932, + 183.69385150014614, 191.17603311774906, 188.29968098354857, 181.0049601975025, + 191.12878996463493, 194.43581068262378, 190.56376185338996, 184.20596727990326, + 196.22349159646234, 190.22361115096828, 183.69970965113228, 194.39234698175878, + 191.17603311774906, 185.99327024851692, 181.84305373374713, 190.8434413198256, + 192.18136741601765, 181.6948992055812, 189.77007688107264, 193.72905311203644, + 180.11659994634448, 191.31020367259316, 191.57098587778316, 186.82739535989992, + 185.61362427009178, 196.37466968642755, 186.98802208048795, 184.17837727848462, + 195.15579633608309, 187.1864433235673, 184.9973845808711, 198.1245560777748, + 197.62377865476503, 189.03875287086595, 192.6613578516572, 197.32331220095918, + 190.88312556844147, 192.37789893297244, 196.92080053642684, 188.05590631347968, + 191.21004818799122, 193.56275721307472, 196.64490052224033, 191.5199632724199, + 192.292861257367, 195.89845870303716, 192.70293182639762, 193.14701746567042, + 198.46092732794736, 191.2119379141158, 186.53146424879304, 196.06286487587428, + 185.6548202996073, 185.94357045144085, 196.97371286791466, 184.10732357620097, + 188.2138874174933, 196.74127655459316, 186.184132587098, 180.71507620999424, + 188.96618738768268, 185.65689899834433, 182.43491595596092, 189.74740016757787, + 185.7013075622716, 179.49166751695083, 190.1782577239787, 184.88041053376057, + 193.43236611047973, 191.9035776757066, 188.90552717908412, 194.02762983971772, + 193.4512633717254, 189.81165085581307, 191.9130263063294, 191.20248928349298, + 189.78519469006918, 192.44214962120765, 184.14757474265423, 192.95993457933847, + 190.59777692363215, 184.05441124471318, 192.55931264093067, 192.73505717051523, + 183.55552354782796, 194.7306079580559, 192.11900645390702, 185.7905026353511, + 185.79673873156216, 192.57065099767806, 187.52470429986445, 185.19693965962517, + 193.17536335753888, 184.51455955604476, 184.88645765735916, 188.94369964680035, + 195.15579633608309, 193.3322106258778, 188.29363385994995, 194.83832234715615, + 195.0783175649759, 187.49201203790946, 195.49783676462934, 192.17191878539484]}}''' headers: Accept: - application/xml @@ -375,19 +423,19 @@ interactions: Connection: - keep-alive Content-Length: - - '3247' + - '4038' Content-Type: - application/octet-stream User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-blob-type: - BlockBlob x-ms-date: - - Thu, 29 Aug 2024 01:11:53 GMT + - Thu, 22 May 2025 06:37:01 GMT x-ms-version: - '2024-05-04' method: PUT - uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER + uri: https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData_0?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER response: body: string: '' @@ -400,14 +448,13 @@ interactions: code: 201 message: Created - request: - body: 'b''{"id": "00000000-0000-0000-0000-000000000001", "name": "azure-quantum-dft-job", - "providerId": "microsoft-elements", "target": "microsoft.dft", "itemType": "Job", - "containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", + body: 'b''{"itemType": "Job", "name": "azure-quantum-dft-job", "containerUri": + "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "outputDataFormat": "microsoft.dft-results.v1", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "outputDataFormat": "microsoft.dft-results.v1"}''' + "providerId": "microsoft-elements", "target": "microsoft.dft", "inputParams": + {"numberOfFiles": 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": + {"method": "m06-2x", "basis": "def2-svp"}}}''' headers: Accept: - application/json @@ -416,33 +463,32 @@ interactions: Connection: - keep-alive Content-Length: - - '805' + - '679' Content-Type: - application/json User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: PUT uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=1 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", + "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00000000-0000-0000-0000-000000000001/outputData", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1345' + - '1072' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -460,29 +506,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=1 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -500,29 +545,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=2 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -540,29 +584,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=3 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -580,29 +623,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=4 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -620,29 +662,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=5 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -660,29 +701,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=6 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -700,29 +740,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=7 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -740,29 +779,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=8 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -780,29 +818,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=9 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -820,29 +857,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=10 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -860,29 +896,28 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=11 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Waiting", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-29T01:11:53.8175653+00:00", + "target": "microsoft.dft", "creationTime": "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1619' + - '1563' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -900,30 +935,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=12 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Executing", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:12:16.7016602Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Executing", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:37:27.948292Z", "cancellationTime": null, + "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": + [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-29T01:11:53.8175653+00:00", "endExecutionTime": null, "costEstimate": + "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1647' + - '1590' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -941,30 +975,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=13 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Executing", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:12:16.7016602Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Executing", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/outputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:37:27.948292Z", "cancellationTime": null, + "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": + [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-29T01:11:53.8175653+00:00", "endExecutionTime": null, "costEstimate": + "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1647' + - '1590' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -982,30 +1015,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=14 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:12:16.7016602Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:37:27.948292Z", "cancellationTime": null, + "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": + [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-29T01:11:53.8175653+00:00", "endExecutionTime": "2024-08-29T01:12:50.6437342Z", + "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": "2025-05-22T06:38:10.5170274Z", "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1676' + - '1619' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -1023,30 +1055,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - testapp azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) method: GET uri: https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs/00000000-0000-0000-0000-000000000001?api-version=2024-10-01-preview&test-sequence-id=15 response: body: string: '{"containerUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", "inputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.input.json&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-29T01:12:16.7016602Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", + "inputDataFormat": "microsoft.qc-schema.v1", "inputParams": {"numberOfFiles": + 1, "inputFiles": ["inputData_0"], "driver": "energy", "model": {"method": + "m06-2x", "basis": "def2-svp"}}, "metadata": null, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": + "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00000000-0000-0000-0000-000000000001/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=r&rscd=attachment%3B+filename%3Dazure-quantum-dft-job-00000000-0000-0000-0000-000000000001.output.json&sig=PLACEHOLDER", + "beginExecutionTime": "2025-05-22T06:37:27.948292Z", "cancellationTime": null, + "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": + [], "name": "azure-quantum-dft-job", "id": "00000000-0000-0000-0000-000000000001", "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-29T01:11:53.8175653+00:00", "endExecutionTime": "2024-08-29T01:12:50.6437342Z", + "2025-05-22T06:37:03.2140743+00:00", "endExecutionTime": "2025-05-22T06:38:10.5170274Z", "costEstimate": null, "itemType": "Job"}' headers: connection: - keep-alive content-length: - - '1676' + - '1619' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -1064,9 +1095,9 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-storage-blob/12.20.0 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-storage-blob/12.20.0 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-date: - - Thu, 29 Aug 2024 01:13:12 GMT + - Thu, 22 May 2025 06:38:21 GMT x-ms-range: - bytes=0-33554431 x-ms-version: @@ -1081,97 +1112,160 @@ interactions: "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", "O", "H", "H", - "O", "H", "H"], "geometry": [184.95486583, 194.67391627, 190.51462906, 185.43617907, - 194.71360051, 188.68688596, 183.63186857, 193.35110798, 190.78674963, 190.1914859, - 189.29197626, 181.20867276, 191.7901942, 189.54897901, 182.1813148, 188.76228603, - 190.14046329, 182.10874931, 188.62112349, 190.55053386, 191.30075513, 187.70498426, - 188.9287709, 190.98139142, 187.3693689, 191.92247503, 191.64468529, 186.7125001, - 186.16107802, 184.73603555, 188.56084122, 186.41562413, 185.03574611, 185.99024677, - 187.699882, 183.91060317, 190.38423796, 189.28252763, 196.03262935, 190.21605234, - 190.15936055, 194.36778063, 189.17103379, 187.83613125, 196.1082184, 185.32600804, - 186.16995973, 189.80031259, 183.62997884, 186.85347367, 190.27652357, 185.55976716, - 186.31225611, 187.9296727, 186.22873021, 191.36311609, 183.77322008, 186.49499262, - 193.01662645, 184.64702944, 185.04179323, 191.60122159, 182.32228837, 196.33876498, - 186.0017741, 188.94332179, 194.67013681, 186.43074193, 188.1670223, 196.77340199, - 184.20540045, 188.54950287, 187.39771479, 182.24915596, 192.22861066, 186.78657736, - 183.69385159, 191.17603321, 188.29968107, 181.00496028, 191.12879005, 194.43581077, - 190.56376194, 184.20596737, 196.22349169, 190.22361124, 183.69970974, 194.39234707, - 191.17603321, 185.99327034, 181.84305382, 190.84344141, 192.18136751, 181.69489929, - 189.77007697, 193.7290532, 180.11660003, 191.31020376, 191.57098597, 186.82739545, - 185.61362436, 196.37466978, 186.98802217, 184.17837737, 195.15579643, 187.18644341, - 184.99738467, 198.12455617, 197.62377875, 189.03875296, 192.66135794, 197.32331229, - 190.88312566, 192.37789902, 196.92080063, 188.0559064, 191.21004828, 193.5627573, - 196.64490062, 191.51996336, 192.29286135, 195.8984588, 192.70293192, 193.14701756, - 198.46092742, 191.211938, 186.53146434, 196.06286497, 185.65482039, 185.94357054, - 196.97371296, 184.10732366, 188.21388751, 196.74127665, 186.18413268, 180.7150763, - 188.96618748, 185.65689909, 182.43491604, 189.74740026, 185.70130765, 179.4916676, - 190.17825781, 184.88041062, 193.4323662, 191.90357777, 188.90552727, 194.02762993, - 193.45126346, 189.81165095, 191.9130264, 191.20248937, 189.78519478, 192.44214971, - 184.14757483, 192.95993467, 190.59777701, 184.05441133, 192.55931273, 192.73505726, - 183.55552363, 194.73060805, 192.11900654, 185.79050272, 185.79673882, 192.57065109, - 187.52470439, 185.19693975, 193.17536345, 184.51455964, 184.88645774, 188.94369974, - 195.15579643, 193.33221072, 188.29363395, 194.83832244, 195.07831766, 187.49201213, - 195.49783686, 192.17191888], "name": "H40O20", "molecular_charge": 0.0, "molecular_multiplicity": + "O", "H", "H"], "geometry": [184.95486574, 194.67391617, 190.51462897, 185.43617899, + 194.71360042, 188.68688587, 183.63186848, 193.35110789, 190.78674954, 190.19148581, + 189.29197617, 181.20867267, 191.79019411, 189.54897892, 182.18131471, 188.76228594, + 190.1404632, 182.10874923, 188.6211234, 190.55053377, 191.30075504, 187.70498417, + 188.92877081, 190.98139133, 187.36936881, 191.92247494, 191.6446852, 186.71250001, + 186.16107793, 184.73603546, 188.56084113, 186.41562404, 185.03574602, 185.99024669, + 187.69988191, 183.91060309, 190.38423787, 189.28252754, 196.03262926, 190.21605225, + 190.15936046, 194.36778054, 189.1710337, 187.83613117, 196.1082183, 185.32600795, + 186.16995964, 189.8003125, 183.62997876, 186.85347358, 190.27652348, 185.55976708, + 186.31225602, 187.92967261, 186.22873012, 191.363116, 183.77322, 186.49499253, + 193.01662636, 184.64702936, 185.04179314, 191.6012215, 182.32228828, 196.33876489, + 186.00177402, 188.9433217, 194.67013672, 186.43074185, 188.16702221, 196.7734019, + 184.20540036, 188.54950278, 187.3977147, 182.24915588, 192.22861057, 186.78657728, + 183.6938515, 191.17603312, 188.29968098, 181.0049602, 191.12878996, 194.43581068, + 190.56376185, 184.20596728, 196.2234916, 190.22361115, 183.69970965, 194.39234698, + 191.17603312, 185.99327025, 181.84305373, 190.84344132, 192.18136742, 181.69489921, + 189.77007688, 193.72905311, 180.11659995, 191.31020367, 191.57098588, 186.82739536, + 185.61362427, 196.37466969, 186.98802208, 184.17837728, 195.15579634, 187.18644332, + 184.99738458, 198.12455608, 197.62377865, 189.03875287, 192.66135785, 197.3233122, + 190.88312557, 192.37789893, 196.92080054, 188.05590631, 191.21004819, 193.56275721, + 196.64490052, 191.51996327, 192.29286126, 195.8984587, 192.70293183, 193.14701747, + 198.46092733, 191.21193791, 186.53146425, 196.06286488, 185.6548203, 185.94357045, + 196.97371287, 184.10732358, 188.21388742, 196.74127655, 186.18413259, 180.71507621, + 188.96618739, 185.656899, 182.43491596, 189.74740017, 185.70130756, 179.49166752, + 190.17825772, 184.88041053, 193.43236611, 191.90357768, 188.90552718, 194.02762984, + 193.45126337, 189.81165086, 191.91302631, 191.20248928, 189.78519469, 192.44214962, + 184.14757474, 192.95993458, 190.59777692, 184.05441124, 192.55931264, 192.73505717, + 183.55552355, 194.73060796, 192.11900645, 185.79050264, 185.79673873, 192.570651, + 187.5247043, 185.19693966, 193.17536336, 184.51455956, 184.88645766, 188.94369965, + 195.15579634, 193.33221063, 188.29363386, 194.83832235, 195.07831756, 187.49201204, + 195.49783676, 192.17191879], "name": "H40O20", "molecular_charge": 0.0, "molecular_multiplicity": 1, "fix_com": false, "fix_orientation": false, "provenance": {"creator": "Microsoft Accelerated DFT", "version": "1.0", "routine": "madft.cli"}, "extras": {}}, - "driver": "energy", "model": {"method": "M06-2X", "basis": "def2-svp"}, "keywords": - {"taskType": "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, - "xcFunctional": {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", - "densityInitMethod": "atom", "maxSteps": 100, "convergeThreshold": 1e-08, - "eriTolerance": 1e-12, "damping": 0.0, "dispersion": null, "pcm": null, "requireWaveFunction": - false}}, "protocols": {"wavefunction": "none"}, "extras": {"program_time_seconds": - 6.559424129}, "provenance": {"creator": "Microsoft Accelerated DFT", "version": - "1.0", "routine": "madft.lightaimd", "total_time_seconds": 8.094160556793213}, - "properties": {"calcinfo_nbasis": 480, "calcinfo_nalpha": 100, "calcinfo_nbeta": - 100, "calcinfo_natom": 60, "nuclear_repulsion_energy": 2286.8096438080293, - "return_energy": -1526.712044617371, "scf_one_electron_energy": -6669.313461079337, - "scf_two_electron_energy": 2945.294993365429, "scf_xc_energy": -89.50322071149256, - "scf_total_energy": -1526.712044617371, "scf_iterations": 11}, "wavefunction": - null, "return_result": -1526.712044617371, "stdout": "[2024-08-29 01:12:32.285] - mol=mol: atoms=60, electrons=200, ecp_cores=0, charge=0, multiplicity=1, spin(2S)=0, - alpha=100, beta=100\n[2024-08-29 01:12:32.286] restricted=true, basis=def2-svp, - pure=true, nbf=480, conv_threshold=1.00e-08, eri_tolerance=1.00e-12, disp=none, - PCM=false\n[2024-08-29 01:12:34.343] xc=m06-2x, grids_level=4\n[2024-08-29 - 01:12:34.504] Total grid points: 1216560\n[2024-08-29 01:12:34.625] Reset - incremental Fock matrix\n[2024-08-29 01:12:35.114] Step 000: E=-1.526062981106583e+03, - DE=-1.526062981106583e+03, |DP|=6.129082631893899e+00\n[2024-08-29 01:12:35.116] - Reset incremental Fock matrix\n[2024-08-29 01:12:35.411] Step 001: E=-1.525260869406547e+03, - DE=+8.021117000357663e-01, |DP|=3.539198496930412e+00\n[2024-08-29 01:12:35.412] - Reset incremental Fock matrix\n[2024-08-29 01:12:35.730] Step 002: E=-1.525475947483707e+03, - DE=-2.150780771598875e-01, |DP|=1.732884141018227e+00\n[2024-08-29 01:12:36.036] - Step 003: E=-1.526710575340868e+03, DE=-1.234627857161058e+00, |DP|=7.027705293075490e-02\n[2024-08-29 - 01:12:36.324] Step 004: E=-1.526711736979313e+03, DE=-1.161638444727942e-03, - |DP|=3.840633207072809e-02\n[2024-08-29 01:12:36.620] Step 005: E=-1.526711965458593e+03, - DE=-2.284792799400748e-04, |DP|=1.422620034888390e-02\n[2024-08-29 01:12:36.920] - Step 006: E=-1.526712043825706e+03, DE=-7.836711301933974e-05, |DP|=2.353163485708094e-03\n[2024-08-29 - 01:12:37.218] Step 007: E=-1.526712044352700e+03, DE=-5.269937446428230e-07, - |DP|=8.707324343636024e-04\n[2024-08-29 01:12:37.515] Step 008: E=-1.526712044605111e+03, - DE=-2.524109277146636e-07, |DP|=2.470693953156613e-04\n[2024-08-29 01:12:37.814] - Step 009: E=-1.526712044616282e+03, DE=-1.117132342187688e-08, |DP|=7.680993725933848e-05\n[2024-08-29 - 01:12:38.105] Step 010: E=-1.526712044617371e+03, DE=-1.088892531697638e-09, - |DP|=2.375267957621719e-05\n[2024-08-29 01:12:38.105] SCF converged: steps=11, - E=-1526.712044617371\n-----------------------------------------------------------------\nNuclear - Repulsion Energy = 2286.809643808029\nOne-Electron Energy = -6669.313461079337\nTwo-Electron - Energy = 2945.294993365429\nDFT Exchange-Correlation Energy - = -89.503220711493\nDispersion Correction Energy = 0.000000000000\nPCM - Polarization Energy = 0.000000000000\nTotal Energy = -1526.712044617371\n-----------------------------------------------------------------\n[2024-08-29 - 01:12:38.105] Total time: 6.6 sec\n", "stderr": null, "native_files": {}, - "success": true, "error": null}]}' + "driver": "energy", "model": {"method": "m06-2x", "basis": "def2-svp"}, "keywords": + {"verbosity": 4, "basis_mode": "psi4", "output_basis_mode": "raw", "cartesian_basis": + false, "auxiliary_basis": "def2-universal-jfit", "write_wavefunction": "none", + "unrestricted": false, "max_scf_steps": 100, "convergence_threshold": 1e-08, + "orbital_gradient_threshold": 0.001, "density_threshold": 0.0001, "linear_dependence_threshold": + 1e-06, "incremental_fock_start_step": 3, "fock_reset_steps": 10000000, "diis_subspace_size": + 8, "finite_difference_displacement": 0.001, "force_finite_difference": false, + "xc": {"grid_level": "ULTRAFINE", "rad_quad": "MURAKNOWLES", "prune_method": + "UNPRUNED", "basis_tol": 1e-10, "batch_size": 512.0}, "eri": {"tolerance": + 1e-12}, "grad_eri": {"tolerance": 1e-12}}, "protocols": {}, "extras": {}, + "provenance": {"creator": "Microsoft Accelerated DFT", "version": "1.0", "routine": + "madft.cli", "total_time_seconds": 16.693514347076416}, "properties": {"calcinfo_nbasis": + 480, "calcinfo_nmo": 480, "calcinfo_nalpha": 100, "calcinfo_nbeta": 100, "calcinfo_natom": + 60, "nuclear_repulsion_energy": 2286.809643862374, "return_energy": -1526.7120199535527, + "scf_one_electron_energy": -6669.313122326666, "scf_two_electron_energy": + 2945.2946699373033, "scf_xc_energy": -89.50321142656396, "scf_total_energy": + -1526.7120199535527, "scf_iterations": 11}, "wavefunction": null, "return_result": + -1526.7120199535527, "stdout": "[2025-05-22 06:37:50.268] DFT run for new + positions\n[2025-05-22 06:37:50.268] Iteration: 0\n[2025-05-22 06:37:50.268] + \n[2025-05-22 06:37:50.268] Positions [Bohr]:\n[2025-05-22 06:37:50.268] O 184.95486574 + 194.67391617 190.51462897\n[2025-05-22 06:37:50.268] H 185.43617899 194.71360042 + 188.68688587\n[2025-05-22 06:37:50.268] H 183.63186848 193.35110789 190.78674954\n[2025-05-22 + 06:37:50.268] O 190.19148581 189.29197617 181.20867267\n[2025-05-22 06:37:50.268] + H 191.79019411 189.54897892 182.18131471\n[2025-05-22 06:37:50.268] H 188.76228594 + 190.14046320 182.10874923\n[2025-05-22 06:37:50.268] O 188.62112340 190.55053377 + 191.30075504\n[2025-05-22 06:37:50.268] H 187.70498417 188.92877081 190.98139133\n[2025-05-22 + 06:37:50.268] H 187.36936881 191.92247494 191.64468520\n[2025-05-22 06:37:50.268] + O 186.71250001 186.16107793 184.73603546\n[2025-05-22 06:37:50.268] H 188.56084113 + 186.41562404 185.03574602\n[2025-05-22 06:37:50.268] H 185.99024669 187.69988191 + 183.91060309\n[2025-05-22 06:37:50.268] O 190.38423787 189.28252754 196.03262926\n[2025-05-22 + 06:37:50.268] H 190.21605225 190.15936046 194.36778054\n[2025-05-22 06:37:50.268] + H 189.17103370 187.83613117 196.10821830\n[2025-05-22 06:37:50.268] O 185.32600795 + 186.16995964 189.80031250\n[2025-05-22 06:37:50.268] H 183.62997876 186.85347358 + 190.27652348\n[2025-05-22 06:37:50.268] H 185.55976708 186.31225602 187.92967261\n[2025-05-22 + 06:37:50.268] O 186.22873012 191.36311600 183.77322000\n[2025-05-22 06:37:50.268] + H 186.49499253 193.01662636 184.64702936\n[2025-05-22 06:37:50.268] H 185.04179314 + 191.60122150 182.32228828\n[2025-05-22 06:37:50.268] O 196.33876489 186.00177402 + 188.94332170\n[2025-05-22 06:37:50.268] H 194.67013672 186.43074185 188.16702221\n[2025-05-22 + 06:37:50.268] H 196.77340190 184.20540036 188.54950278\n[2025-05-22 06:37:50.268] + O 187.39771470 182.24915588 192.22861057\n[2025-05-22 06:37:50.268] H 186.78657728 + 183.69385150 191.17603312\n[2025-05-22 06:37:50.268] H 188.29968098 181.00496020 + 191.12878996\n[2025-05-22 06:37:50.268] O 194.43581068 190.56376185 184.20596728\n[2025-05-22 + 06:37:50.268] H 196.22349160 190.22361115 183.69970965\n[2025-05-22 06:37:50.268] + H 194.39234698 191.17603312 185.99327025\n[2025-05-22 06:37:50.268] O 181.84305373 + 190.84344132 192.18136742\n[2025-05-22 06:37:50.268] H 181.69489921 189.77007688 + 193.72905311\n[2025-05-22 06:37:50.268] H 180.11659995 191.31020367 191.57098588\n[2025-05-22 + 06:37:50.268] O 186.82739536 185.61362427 196.37466969\n[2025-05-22 06:37:50.268] + H 186.98802208 184.17837728 195.15579634\n[2025-05-22 06:37:50.268] H 187.18644332 + 184.99738458 198.12455608\n[2025-05-22 06:37:50.268] O 197.62377865 189.03875287 + 192.66135785\n[2025-05-22 06:37:50.268] H 197.32331220 190.88312557 192.37789893\n[2025-05-22 + 06:37:50.268] H 196.92080054 188.05590631 191.21004819\n[2025-05-22 06:37:50.268] + O 193.56275721 196.64490052 191.51996327\n[2025-05-22 06:37:50.268] H 192.29286126 + 195.89845870 192.70293183\n[2025-05-22 06:37:50.268] H 193.14701747 198.46092733 + 191.21193791\n[2025-05-22 06:37:50.268] O 186.53146425 196.06286488 185.65482030\n[2025-05-22 + 06:37:50.268] H 185.94357045 196.97371287 184.10732358\n[2025-05-22 06:37:50.268] + H 188.21388742 196.74127655 186.18413259\n[2025-05-22 06:37:50.268] O 180.71507621 + 188.96618739 185.65689900\n[2025-05-22 06:37:50.268] H 182.43491596 189.74740017 + 185.70130756\n[2025-05-22 06:37:50.268] H 179.49166752 190.17825772 184.88041053\n[2025-05-22 + 06:37:50.268] O 193.43236611 191.90357768 188.90552718\n[2025-05-22 06:37:50.268] + H 194.02762984 193.45126337 189.81165086\n[2025-05-22 06:37:50.268] H 191.91302631 + 191.20248928 189.78519469\n[2025-05-22 06:37:50.268] O 192.44214962 184.14757474 + 192.95993458\n[2025-05-22 06:37:50.268] H 190.59777692 184.05441124 192.55931264\n[2025-05-22 + 06:37:50.268] H 192.73505717 183.55552355 194.73060796\n[2025-05-22 06:37:50.268] + O 192.11900645 185.79050264 185.79673873\n[2025-05-22 06:37:50.268] H 192.57065100 + 187.52470430 185.19693966\n[2025-05-22 06:37:50.268] H 193.17536336 184.51455956 + 184.88645766\n[2025-05-22 06:37:50.268] O 188.94369965 195.15579634 193.33221063\n[2025-05-22 + 06:37:50.268] H 188.29363386 194.83832235 195.07831756\n[2025-05-22 06:37:50.268] + H 187.49201204 195.49783676 192.17191879\n[2025-05-22 06:37:50.268] \n[2025-05-22 + 06:37:50.299] Basis set output is unnormalized for external compatibility.\n[2025-05-22 + 06:37:50.312] mol=H40O20: atoms=60, electrons=200, ecp_cores=0, charge=0, + multiplicity=1, spin(2S)=0, alpha=100, beta=100\n[2025-05-22 06:37:50.312] + restricted=true, basis=def2-svp, pure=true, nbf=480, energy_threshold=1.00e-08, + density_threshold=1.00e-04, og_threshold=1.00e-03\n[2025-05-22 06:37:50.312] + fock_alg=TradJK\n[2025-05-22 06:37:50.312] eri_tolerance=1.00e-12, disp=none, + enable_pcm=false, use_ddx=false, add_mm_charge=false\n[2025-05-22 06:37:50.312] + world_size=4, omp_get_max_threads=24\n[2025-05-22 06:37:50.312] xc=m06-2x, + grid_level=ULTRAFINE\n[2025-05-22 06:37:52.958] Reset incremental Fock matrix\n[2025-05-22 + 06:37:53.433] Step 000: E=-1.526062969464814e+03, DE=-1.526062969464814e+03, + |DP|=1.276893063340223e-02 OG=3.461044391930576e-03\n[2025-05-22 06:37:53.434] + Reset incremental Fock matrix\n[2025-05-22 06:37:53.747] Step 001: E=-1.525260830858450e+03, + DE=+8.021386063635418e-01, |DP|=7.373193862316899e-03 OG=6.456352443110746e-04\n[2025-05-22 + 06:37:53.748] Reset incremental Fock matrix\n[2025-05-22 06:37:54.060] Step + 002: E=-1.525475917138229e+03, DE=-2.150862797784612e-01, |DP|=3.610042469008798e-03 + OG=6.153340508068986e-04\n[2025-05-22 06:37:54.365] Step 003: E=-1.526710550671560e+03, + DE=-1.234633533331589e+00, |DP|=1.464195234090620e-04 OG=2.919377211297152e-05\n[2025-05-22 + 06:37:54.664] Step 004: E=-1.526711712365985e+03, DE=-1.161694424354209e-03, + |DP|=7.999620862656036e-05 OG=1.916683129542495e-05\n[2025-05-22 06:37:54.963] + Step 005: E=-1.526711940801691e+03, DE=-2.284357062762865e-04, |DP|=2.963449519429320e-05 + OG=8.985158276342507e-06\n[2025-05-22 06:37:55.262] Step 006: E=-1.526712019161185e+03, + DE=-7.835949440959666e-05, |DP|=4.904417667152688e-06 OG=5.459905952330998e-07\n[2025-05-22 + 06:37:55.563] Step 007: E=-1.526712019688288e+03, DE=-5.271026566333603e-07, + |DP|=1.815554678153707e-06 OG=4.677703316436725e-07\n[2025-05-22 06:37:55.856] + Step 008: E=-1.526712019941279e+03, DE=-2.529905032133684e-07, |DP|=5.147187727907325e-07 + OG=9.143774125341028e-08\n[2025-05-22 06:37:56.151] Step 009: E=-1.526712019952416e+03, + DE=-1.113698999688495e-08, |DP|=1.598026388679689e-07 OG=2.764654360605060e-08\n[2025-05-22 + 06:37:56.447] Step 010: E=-1.526712019953553e+03, DE=-1.137095750891604e-09, + |DP|=4.949820389176546e-08 OG=1.170680004938344e-08\n[2025-05-22 06:37:56.447] + SCF converged: steps=11, E=-1526.712019953553\n-----------------------------------------------------------------\nNuclear + Repulsion Energy = 2286.809643862374\nOne-Electron Energy = -6669.313122326666\nTwo-Electron + Energy = 2945.294669937303\nDFT Exchange-Correlation Energy + = -89.503211426564\nDispersion Correction Energy = 0.000000000000\nPCM + Polarization Energy = 0.000000000000\nQMMM Coulomb Energy = 0.000000000000\nMM + Self Energy = 0.000000000000\nTotal Energy = -1526.712019953553\n-----------------------------------------------------------------\n[2025-05-22 + 06:37:56.447] Total time: 14.9 sec\n[2025-05-22 06:37:56.447] \n[2025-05-22 + 06:37:56.754] Stopping Accelerated DFT\n", "stderr": null, "native_files": + {}, "success": true, "error": null}]}' headers: accept-ranges: - bytes content-length: - - '6897' + - '12368' content-range: - - bytes 0-9978/9979 + - bytes 0-15493/15494 content-type: - application/octet-stream x-ms-blob-content-md5: - - 94VdeYRRx6BTrCVVPWHXPg== + - HqxB4N2QnaqaPKjREOFtCw== x-ms-blob-type: - BlockBlob x-ms-creation-time: - - Thu, 29 Aug 2024 01:11:54 GMT + - Thu, 22 May 2025 06:37:03 GMT x-ms-lease-state: - available x-ms-lease-status: diff --git a/azure-quantum/tests/unit/recordings/test_workspace_auth_connection_string_api_key.yaml b/azure-quantum/tests/unit/recordings/test_workspace_auth_connection_string_api_key.yaml index a63dbeb63..d49266c8b 100644 --- a/azure-quantum/tests/unit/recordings/test_workspace_auth_connection_string_api_key.yaml +++ b/azure-quantum/tests/unit/recordings/test_workspace_auth_connection_string_api_key.yaml @@ -9,7 +9,7 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-quantum-api-key: - PLACEHOLDER method: GET @@ -19,9 +19,10 @@ interactions: string: '{"value": [{"containerUri": "https://mystorage.blob.core.windows.net/job-a9342dee-d4f5-11ee-8801-00155d699477?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9342dee-d4f5-11ee-8801-00155d699477/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base", "shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a9342dee-d4f5-11ee-8801-00155d699477/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "arguments": [], "targetCapability": "BasicExecution", "shots": 100}, "metadata": + null, "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", "jobType": + "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", "outputDataUri": + "https://mystorage.blob.core.windows.net:443/job-a9342dee-d4f5-11ee-8801-00155d699477/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-02-26T22:23:37.824Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Generate one random bit", "id": "a9342dee-d4f5-11ee-8801-00155d699477", @@ -36,9 +37,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-10f3b0b4-e566-11ee-a388-00155de36c2d/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-10f3b0b4-e566-11ee-a388-00155de36c2d/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-10f3b0b4-e566-11ee-a388-00155de36c2d/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-18T20:28:26.365Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Single qubit random", "id": "10f3b0b4-e566-11ee-a388-00155de36c2d", @@ -54,8 +55,9 @@ interactions: "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": [{"entryPoint": "Single qubit random", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": "1", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9411616c-e65b-11ee-9140-00155d981569/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", "jobType": + "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", "outputDataUri": + "https://mystorage.blob.core.windows.net:443/job-9411616c-e65b-11ee-9140-00155d981569/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-20T01:45:59.7524925Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Single qubit random", "id": "9411616c-e65b-11ee-9140-00155d981569", @@ -69,8 +71,9 @@ interactions: "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": [{"entryPoint": "Single qubit random", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": "1", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-34c87387-e65c-11ee-ad9f-f875a4e77ed2/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", "jobType": + "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", "outputDataUri": + "https://mystorage.blob.core.windows.net:443/job-34c87387-e65c-11ee-ad9f-f875a4e77ed2/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-20T01:50:29.1315401Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Single qubit random", "id": "34c87387-e65c-11ee-ad9f-f875a4e77ed2", @@ -83,9 +86,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-b9a629d2-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1052", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b9a629d2-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b9a629d2-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:24.829Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1052", "id": "b9a629d2-e65e-11ee-a83e-00155d981569", @@ -100,9 +103,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba939d84-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1067", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ba939d84-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ba939d84-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:26.171Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1067", "id": "ba939d84-e65e-11ee-a83e-00155d981569", @@ -117,9 +120,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bafc915e-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1076", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bafc915e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bafc915e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:27.93Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1076", "id": "bafc915e-e65e-11ee-a83e-00155d981569", @@ -134,9 +137,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bb632428-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1085", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bb632428-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bb632428-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:29.689Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1085", "id": "bb632428-e65e-11ee-a83e-00155d981569", @@ -151,9 +154,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bbd03a2c-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1094", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bbd03a2c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bbd03a2c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:31.437Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1094", "id": "bbd03a2c-e65e-11ee-a83e-00155d981569", @@ -168,9 +171,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc32b904-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1103", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bc32b904-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bc32b904-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:33.362Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1103", "id": "bc32b904-e65e-11ee-a83e-00155d981569", @@ -185,9 +188,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc9459de-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1112", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bc9459de-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bc9459de-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:34.941Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1112", "id": "bc9459de-e65e-11ee-a83e-00155d981569", @@ -202,9 +205,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd021d3e-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1121", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bd021d3e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bd021d3e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:36.741Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1121", "id": "bd021d3e-e65e-11ee-a83e-00155d981569", @@ -219,9 +222,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd62a7ee-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1130", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bd62a7ee-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bd62a7ee-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:38.41Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1130", "id": "bd62a7ee-e65e-11ee-a83e-00155d981569", @@ -236,9 +239,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bdca16b8-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1139", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bdca16b8-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bdca16b8-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:40.228Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1139", "id": "bdca16b8-e65e-11ee-a83e-00155d981569", @@ -253,9 +256,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-be30c764-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1148", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-be30c764-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-be30c764-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:41.871Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1148", "id": "be30c764-e65e-11ee-a83e-00155d981569", @@ -270,9 +273,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-be94a4f0-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1157", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-be94a4f0-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-be94a4f0-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:43.618Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1157", "id": "be94a4f0-e65e-11ee-a83e-00155d981569", @@ -287,9 +290,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-befa7cf8-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1166", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-befa7cf8-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-befa7cf8-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:45.263Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1166", "id": "befa7cf8-e65e-11ee-a83e-00155d981569", @@ -304,9 +307,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bf60e222-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1175", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bf60e222-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bf60e222-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:47.02Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1175", "id": "bf60e222-e65e-11ee-a83e-00155d981569", @@ -321,9 +324,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-bfc367b2-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1184", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bfc367b2-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bfc367b2-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:48.816Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1184", "id": "bfc367b2-e65e-11ee-a83e-00155d981569", @@ -338,9 +341,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c02eb120-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1193", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c02eb120-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c02eb120-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:50.428Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1193", "id": "c02eb120-e65e-11ee-a83e-00155d981569", @@ -355,9 +358,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c09c667a-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1202", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c09c667a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c09c667a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:52.231Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1202", "id": "c09c667a-e65e-11ee-a83e-00155d981569", @@ -372,9 +375,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c103aee8-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1211", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c103aee8-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c103aee8-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:53.947Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1211", "id": "c103aee8-e65e-11ee-a83e-00155d981569", @@ -389,9 +392,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c1693574-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1220", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c1693574-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c1693574-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:55.681Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1220", "id": "c1693574-e65e-11ee-a83e-00155d981569", @@ -406,9 +409,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c1cda31a-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1229", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c1cda31a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c1cda31a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:57.415Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1229", "id": "c1cda31a-e65e-11ee-a83e-00155d981569", @@ -423,9 +426,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c23b861e-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1238", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c23b861e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c23b861e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:08:59.311Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1238", "id": "c23b861e-e65e-11ee-a83e-00155d981569", @@ -440,9 +443,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2a49460-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1247", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c2a49460-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c2a49460-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:01.011Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1247", "id": "c2a49460-e65e-11ee-a83e-00155d981569", @@ -457,9 +460,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c30908f0-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1256", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c30908f0-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c30908f0-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:02.697Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1256", "id": "c30908f0-e65e-11ee-a83e-00155d981569", @@ -474,9 +477,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c36bd80e-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1265", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c36bd80e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c36bd80e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:04.368Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1265", "id": "c36bd80e-e65e-11ee-a83e-00155d981569", @@ -491,9 +494,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c3cebe9c-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1274", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c3cebe9c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c3cebe9c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:06.075Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1274", "id": "c3cebe9c-e65e-11ee-a83e-00155d981569", @@ -508,9 +511,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c4358208-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1283", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c4358208-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c4358208-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:07.84Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1283", "id": "c4358208-e65e-11ee-a83e-00155d981569", @@ -525,9 +528,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c49df2ac-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1292", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c49df2ac-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c49df2ac-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:09.51Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1292", "id": "c49df2ac-e65e-11ee-a83e-00155d981569", @@ -542,9 +545,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c500aa0a-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1301", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c500aa0a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c500aa0a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:11.195Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1301", "id": "c500aa0a-e65e-11ee-a83e-00155d981569", @@ -559,9 +562,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e04b0ab2-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1318", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e04b0ab2-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e04b0ab2-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:28.351Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1318", "id": "e04b0ab2-e65e-11ee-a83e-00155d981569", @@ -576,9 +579,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e0b6d88c-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1328", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e0b6d88c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e0b6d88c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:30.013Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1328", "id": "e0b6d88c-e65e-11ee-a83e-00155d981569", @@ -593,9 +596,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1240ab0-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1338", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e1240ab0-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e1240ab0-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:31.705Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1338", "id": "e1240ab0-e65e-11ee-a83e-00155d981569", @@ -610,9 +613,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e18d051a-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1348", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e18d051a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e18d051a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:33.424Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1348", "id": "e18d051a-e65e-11ee-a83e-00155d981569", @@ -627,9 +630,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1f7f9ce-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1358", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e1f7f9ce-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e1f7f9ce-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:35.171Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1358", "id": "e1f7f9ce-e65e-11ee-a83e-00155d981569", @@ -644,9 +647,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e263a5f2-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1368", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e263a5f2-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e263a5f2-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:36.872Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1368", "id": "e263a5f2-e65e-11ee-a83e-00155d981569", @@ -661,9 +664,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e2ccd41e-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1378", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e2ccd41e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e2ccd41e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:38.701Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1378", "id": "e2ccd41e-e65e-11ee-a83e-00155d981569", @@ -678,9 +681,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e32f6b1a-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1388", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e32f6b1a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e32f6b1a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:40.384Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1388", "id": "e32f6b1a-e65e-11ee-a83e-00155d981569", @@ -695,9 +698,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e3a38b76-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1398", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e3a38b76-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e3a38b76-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:42.055Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1398", "id": "e3a38b76-e65e-11ee-a83e-00155d981569", @@ -712,9 +715,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e40a0f04-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1408", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e40a0f04-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e40a0f04-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:43.878Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1408", "id": "e40a0f04-e65e-11ee-a83e-00155d981569", @@ -729,9 +732,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e46e9096-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1418", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e46e9096-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e46e9096-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:45.486Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1418", "id": "e46e9096-e65e-11ee-a83e-00155d981569", @@ -746,9 +749,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e4d03864-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1428", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e4d03864-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e4d03864-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:47.337Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1428", "id": "e4d03864-e65e-11ee-a83e-00155d981569", @@ -763,9 +766,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e5381dda-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1438", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e5381dda-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e5381dda-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:48.953Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1438", "id": "e5381dda-e65e-11ee-a83e-00155d981569", @@ -780,9 +783,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e59e0ed8-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1448", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e59e0ed8-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e59e0ed8-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:50.618Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1448", "id": "e59e0ed8-e65e-11ee-a83e-00155d981569", @@ -797,9 +800,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e60588ba-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1458", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e60588ba-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e60588ba-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:52.885Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1458", "id": "e60588ba-e65e-11ee-a83e-00155d981569", @@ -814,9 +817,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e66a5b5a-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1468", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e66a5b5a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e66a5b5a-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:54.089Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1468", "id": "e66a5b5a-e65e-11ee-a83e-00155d981569", @@ -831,9 +834,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6d518e6-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1478", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e6d518e6-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e6d518e6-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:55.896Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1478", "id": "e6d518e6-e65e-11ee-a83e-00155d981569", @@ -848,9 +851,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e736410c-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1488", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e736410c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e736410c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:57.557Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1488", "id": "e736410c-e65e-11ee-a83e-00155d981569", @@ -865,9 +868,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e799a346-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1498", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e799a346-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e799a346-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:09:59.561Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1498", "id": "e799a346-e65e-11ee-a83e-00155d981569", @@ -882,9 +885,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-e7fd5d8c-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1508", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e7fd5d8c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e7fd5d8c-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:10:01.225Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1508", "id": "e7fd5d8c-e65e-11ee-a83e-00155d981569", @@ -899,9 +902,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-eb6786aa-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1518", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-eb6786aa-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-eb6786aa-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:10:02.98Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1518", "id": "eb6786aa-e65e-11ee-a83e-00155d981569", @@ -916,9 +919,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ebca6c98-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1528", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ebca6c98-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ebca6c98-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:10:04.652Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1528", "id": "ebca6c98-e65e-11ee-a83e-00155d981569", @@ -933,9 +936,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec2bfc60-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1538", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ec2bfc60-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ec2bfc60-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:10:06.509Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1538", "id": "ec2bfc60-e65e-11ee-a83e-00155d981569", @@ -950,9 +953,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec942466-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1548", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ec942466-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ec942466-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:10:08.254Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1548", "id": "ec942466-e65e-11ee-a83e-00155d981569", @@ -967,9 +970,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ed0ac440-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1558", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ed0ac440-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ed0ac440-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:10:09.898Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1558", "id": "ed0ac440-e65e-11ee-a83e-00155d981569", @@ -984,9 +987,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ed782544-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1568", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ed782544-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ed782544-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:10:11.729Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1568", "id": "ed782544-e65e-11ee-a83e-00155d981569", @@ -1001,9 +1004,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-eddcd85e-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1578", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-eddcd85e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-eddcd85e-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:10:13.414Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1578", "id": "eddcd85e-e65e-11ee-a83e-00155d981569", @@ -1018,9 +1021,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee3f1780-e65e-11ee-a83e-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1588", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ee3f1780-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ee3f1780-e65e-11ee-a83e-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:10:15.117Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "circuit-1588", "id": "ee3f1780-e65e-11ee-a83e-00155d981569", @@ -1035,9 +1038,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-247b9264-e665-11ee-b216-00155d981569/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-247b9264-e665-11ee-b216-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-247b9264-e665-11ee-b216-00155d981569/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-20T02:54:20.715Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Single qubit random", "id": "247b9264-e665-11ee-b216-00155d981569", @@ -1056,8 +1059,9 @@ interactions: {"qubitParams": {"name": "qubit_maj_ns_e4"}, "qecScheme": {"name": "floquet_code"}}, {"qubitParams": {"name": "qubit_maj_ns_e6"}, "qecScheme": {"name": "floquet_code"}}], "resumeAfterFailedItem": true, "fileUris": {"fcidumpUri": "https://aka.ms/fcidump/XVIII-cas4-fb-64e-56o"}}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a4510e0c-e7ef-11ee-8fce-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "metadata": null, "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", + "jobType": "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", + "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a4510e0c-e7ef-11ee-8fce-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T01:58:16.9709203Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": "a4510e0c-e7ef-11ee-8fce-00155dfe59ef", @@ -1066,8 +1070,9 @@ interactions: "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-04434d2a-e7f0-11ee-bbe2-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "inputDataUri": "https://mystorage.blob.core.windows.net/job-04434d2a-e7f0-11ee-bbe2-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.005}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-04434d2a-e7f0-11ee-bbe2-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + null, "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", "jobType": + "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", + "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-04434d2a-e7f0-11ee-bbe2-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T02:00:55.9480959Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": "04434d2a-e7f0-11ee-bbe2-00155dfe59ef", @@ -1079,8 +1084,9 @@ interactions: {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": [{"entryPoint": "RGQFTMultiplier", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "RGQFTMultiplier", "num_qubits": "16", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-11a498f2-e7f0-11ee-980b-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", "jobType": + "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", + "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-11a498f2-e7f0-11ee-980b-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T02:01:17.9675222Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "RGQFTMultiplier", "id": "11a498f2-e7f0-11ee-980b-00155dfe59ef", @@ -1092,8 +1098,9 @@ interactions: {"name": "qubit_maj_ns_e6"}, "qecScheme": {"name": "surface_code"}, "items": [{"entryPoint": "RGQFTMultiplier", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "RGQFTMultiplier", "num_qubits": "16", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-14fec518-e7f0-11ee-980b-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", "jobType": + "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", + "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-14fec518-e7f0-11ee-980b-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T02:01:23.5606143Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "RGQFTMultiplier", "id": "14fec518-e7f0-11ee-980b-00155dfe59ef", @@ -1105,8 +1112,9 @@ interactions: {"name": "qubit_maj_ns_e6"}, "qecScheme": {"name": "floquet_code"}, "items": [{"entryPoint": "RGQFTMultiplier", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "RGQFTMultiplier", "num_qubits": "16", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-183ba7d2-e7f0-11ee-980b-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", "jobType": + "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", + "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-183ba7d2-e7f0-11ee-980b-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T02:01:29.0303503Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "RGQFTMultiplier", "id": "183ba7d2-e7f0-11ee-980b-00155dfe59ef", @@ -1118,8 +1126,9 @@ interactions: {"name": "qubit_maj_ns_e6"}, "qecScheme": {"name": "floquet_code"}, "items": [{"entryPoint": "RGQFTMultiplier", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "RGQFTMultiplier", "num_qubits": "16", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1b83891e-e7f0-11ee-980b-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", "jobType": + "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", + "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1b83891e-e7f0-11ee-980b-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T02:01:34.529655Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "RGQFTMultiplier", "id": "1b83891e-e7f0-11ee-980b-00155dfe59ef", @@ -1129,9 +1138,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-2968d372-e7f0-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2968d372-e7f0-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2968d372-e7f0-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1142,9 +1151,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-6e78beaa-e7f0-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6e78beaa-e7f0-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6e78beaa-e7f0-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1155,9 +1164,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-8bae72a8-e7f0-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8bae72a8-e7f0-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8bae72a8-e7f0-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1168,9 +1177,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-b58bc602-e7f0-11ee-8fda-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b58bc602-e7f0-11ee-8fda-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b58bc602-e7f0-11ee-8fda-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1181,9 +1190,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-afe35b06-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, "shots": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-afe35b06-e7f1-11ee-9aeb-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "4", "metadata": "{}"}, "sessionId": null, "jobPriority": "Basic", "status": + "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", + "outputDataUri": "https://mystorage.blob.core.windows.net/job-afe35b06-e7f1-11ee-9aeb-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-22T02:13:17.277309Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Hidden shift", "id": "afe35b06-e7f1-11ee-9aeb-00155dfe59ef", @@ -1196,9 +1205,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c7c56b06-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c7c56b06-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c7c56b06-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1209,9 +1218,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c83448a0-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c83448a0-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c83448a0-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1222,9 +1231,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c898c960-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c898c960-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c898c960-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1235,9 +1244,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c8fdb708-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c8fdb708-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c8fdb708-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1248,9 +1257,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c95e65d0-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c95e65d0-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c95e65d0-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1261,9 +1270,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-c9bdb828-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c9bdb828-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c9bdb828-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1274,9 +1283,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ca1eedaa-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ca1eedaa-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ca1eedaa-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1287,9 +1296,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ca824aa8-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ca824aa8-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ca824aa8-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1300,9 +1309,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-cae0ead6-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cae0ead6-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cae0ead6-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1313,9 +1322,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-cb40ea6c-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb40ea6c-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb40ea6c-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1326,9 +1335,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-cb9ede42-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb9ede42-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb9ede42-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1339,9 +1348,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-cbfb7bfc-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cbfb7bfc-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cbfb7bfc-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1352,9 +1361,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-cc5b9c08-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cc5b9c08-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cc5b9c08-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1365,9 +1374,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-ccb87c2a-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ccb87c2a-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ccb87c2a-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1378,9 +1387,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd16affc-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd16affc-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd16affc-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1391,9 +1400,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd77fe60-e7f1-11ee-9aeb-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Hidden shift", "num_qubits": - "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd77fe60-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "4", "metadata": "{}", "meas_map": "[0, 1, 2, 3]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd77fe60-e7f1-11ee-9aeb-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1404,9 +1413,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-02ce4b78-e7f2-11ee-a112-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-02ce4b78-e7f2-11ee-a112-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-02ce4b78-e7f2-11ee-a112-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1417,9 +1426,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-25ed5a04-e7f2-11ee-a2c2-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, "shots": 100}, "metadata": {"qiskit": "True", "name": "Single qubit random", - "num_qubits": "1", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-25ed5a04-e7f2-11ee-a2c2-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", + "num_qubits": "1", "metadata": "{}"}, "sessionId": null, "jobPriority": "Basic", + "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-25ed5a04-e7f2-11ee-a2c2-00155dfe59ef/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "beginExecutionTime": "2024-03-22T02:16:11.43747Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Single qubit random", "id": "25ed5a04-e7f2-11ee-a2c2-00155dfe59ef", @@ -1433,8 +1442,9 @@ interactions: "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": [{"entryPoint": "Single qubit random", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": "1", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-31e37dde-e7f2-11ee-8f30-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": null, "jobPriority": "Basic", "status": "Succeeded", "jobType": + "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", "outputDataUri": + "https://mystorage.blob.core.windows.net:443/job-31e37dde-e7f2-11ee-8f30-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T02:16:37.7840337Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Single qubit random", "id": "31e37dde-e7f2-11ee-8f30-00155dfe59ef", @@ -1448,8 +1458,8 @@ interactions: "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "GenerateRandomBit", "num_qubits": "2", "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "43e0c690-e7f2-11ee-98c1-00155dfe59ef", - "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-43f01370-e7f2-11ee-98c1-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "jobPriority": "Basic", "status": "Failed", "jobType": "QuantumComputing", + "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-43f01370-e7f2-11ee-98c1-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1461,9 +1471,9 @@ interactions: "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": [{"entryPoint": "GenerateRandomBit", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "GenerateRandomBit", "num_qubits": "2", "metadata": "{}"}, - "sessionId": "513d65be-e7f2-11ee-98c1-00155dfe59ef", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5159e482-e7f2-11ee-98c1-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": "513d65be-e7f2-11ee-98c1-00155dfe59ef", "jobPriority": "Basic", + "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5159e482-e7f2-11ee-98c1-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T02:17:29.0238342Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Job 1", "id": "5159e482-e7f2-11ee-98c1-00155dfe59ef", @@ -1477,9 +1487,9 @@ interactions: "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": [{"entryPoint": "GenerateRandomBit", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "GenerateRandomBit", "num_qubits": "2", "metadata": "{}"}, - "sessionId": "513d65be-e7f2-11ee-98c1-00155dfe59ef", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-51c0eb5a-e7f2-11ee-98c1-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": "513d65be-e7f2-11ee-98c1-00155dfe59ef", "jobPriority": "Basic", + "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-51c0eb5a-e7f2-11ee-98c1-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T02:17:34.948863Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Job 2", "id": "51c0eb5a-e7f2-11ee-98c1-00155dfe59ef", @@ -1493,9 +1503,9 @@ interactions: "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": [{"entryPoint": "GenerateRandomBit", "arguments": []}]}, "metadata": {"qiskit": "True", "name": "GenerateRandomBit", "num_qubits": "2", "metadata": "{}"}, - "sessionId": "513d65be-e7f2-11ee-98c1-00155dfe59ef", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-52242dd2-e7f2-11ee-98c1-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "sessionId": "513d65be-e7f2-11ee-98c1-00155dfe59ef", "jobPriority": "Basic", + "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": + "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-52242dd2-e7f2-11ee-98c1-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": "2024-03-22T02:17:39.9797271Z", "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": "Job 3", "id": "52242dd2-e7f2-11ee-98c1-00155dfe59ef", @@ -1508,9 +1518,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-634ba702-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1052", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-634ba702-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-634ba702-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1521,9 +1531,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-63cb10d2-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1067", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-63cb10d2-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-63cb10d2-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1534,9 +1544,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-642cdf38-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1076", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-642cdf38-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-642cdf38-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1547,9 +1557,9 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-648d3216-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1085", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-648d3216-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-648d3216-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, @@ -1560,35282 +1570,21 @@ interactions: "inputDataUri": "https://mystorage.blob.core.windows.net/job-64eefc8a-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": 100}, "metadata": {"qiskit": "True", "name": "circuit-1094", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-64eefc8a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", + "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "jobPriority": + "Basic", "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": + "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-64eefc8a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The request does not contain a ''quotas'' property."}, "isCancelling": false, "tags": [], "name": "circuit-1094", "id": "64eefc8a-e7f2-11ee-b6dd-00155dfe59ef", "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:17:56.2334039Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-654eccd2-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-654eccd2-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1103", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-654eccd2-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1103", "id": "654eccd2-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:17:56.8852568Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-65b32286-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-65b32286-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1112", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-65b32286-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1112", "id": "65b32286-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:17:57.5202705Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-661379a6-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-661379a6-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1121", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-661379a6-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1121", "id": "661379a6-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:17:58.1391677Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-667289d2-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-667289d2-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1130", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-667289d2-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1130", "id": "667289d2-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:17:58.7833962Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-66d3f816-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-66d3f816-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1139", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-66d3f816-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1139", "id": "66d3f816-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:17:59.4259302Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-67360506-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-67360506-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1148", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-67360506-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1148", "id": "67360506-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:00.0999498Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-67a3e60c-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-67a3e60c-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1157", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-67a3e60c-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1157", "id": "67a3e60c-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:00.7714214Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6804681a-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6804681a-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1166", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6804681a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1166", "id": "6804681a-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:01.4137799Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-68685190-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-68685190-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1175", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-68685190-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1175", "id": "68685190-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:02.0781048Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-68cb76c6-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-68cb76c6-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1184", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-68cb76c6-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1184", "id": "68cb76c6-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:02.7356036Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-692ea282-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-692ea282-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1193", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-692ea282-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1193", "id": "692ea282-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:03.4278095Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-699ab5f8-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-699ab5f8-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1202", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-699ab5f8-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1202", "id": "699ab5f8-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:04.0521196Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-69f8aff0-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-69f8aff0-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1211", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-69f8aff0-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1211", "id": "69f8aff0-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:04.6813733Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6a5a480a-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6a5a480a-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1220", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6a5a480a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1220", "id": "6a5a480a-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:05.3180611Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6ab95a98-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6ab95a98-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1229", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6ab95a98-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1229", "id": "6ab95a98-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:05.9403813Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6b1d15ba-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6b1d15ba-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1238", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6b1d15ba-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1238", "id": "6b1d15ba-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:06.5990485Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6b7d1b68-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6b7d1b68-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1247", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6b7d1b68-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1247", "id": "6b7d1b68-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:07.2473028Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6bdf6f20-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6bdf6f20-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1256", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6bdf6f20-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1256", "id": "6bdf6f20-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:07.8916658Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6c42c674-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6c42c674-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1265", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6c42c674-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1265", "id": "6c42c674-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:08.5377327Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6ca45c22-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6ca45c22-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1274", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6ca45c22-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1274", "id": "6ca45c22-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:09.1858346Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6d0812e4-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6d0812e4-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1283", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6d0812e4-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1283", "id": "6d0812e4-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:09.8295393Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6d69cb38-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6d69cb38-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1292", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6d69cb38-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1292", "id": "6d69cb38-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:10.4603272Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6dc96264-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6dc96264-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "circuit-1301", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6dc96264-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "PropertyNotSpecified", "message": "The - request does not contain a ''quotas'' property."}, "isCancelling": false, - "tags": [], "name": "circuit-1301", "id": "6dc96264-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-22T02:18:11.0720396Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-78abfdcc-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-78abfdcc-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2210", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2210", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-78abfdcc-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:18:35.3725609Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2210", "id": "78abfdcc-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:29.4947524Z", - "endExecutionTime": "2024-03-22T02:18:36.2630739Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-792bfa9a-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-792bfa9a-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2220", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2220", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-792bfa9a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:18:39.4512225Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2220", "id": "792bfa9a-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:30.2695003Z", - "endExecutionTime": "2024-03-22T02:18:40.2880808Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7998b8b0-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7998b8b0-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2230", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2230", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7998b8b0-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:18:43.4444436Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2230", "id": "7998b8b0-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:30.9073301Z", - "endExecutionTime": "2024-03-22T02:18:44.2419472Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-79fbf54c-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-79fbf54c-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2240", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2240", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-79fbf54c-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:18:47.4866625Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2240", "id": "79fbf54c-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:31.6071152Z", - "endExecutionTime": "2024-03-22T02:18:48.2394026Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7a653f48-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7a653f48-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2250", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2250", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7a653f48-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:18:53.9063346Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2250", "id": "7a653f48-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:32.2239263Z", - "endExecutionTime": "2024-03-22T02:18:54.786964Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7ac46e5a-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7ac46e5a-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2260", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2260", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7ac46e5a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:18:57.6884495Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2260", "id": "7ac46e5a-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:32.8634224Z", - "endExecutionTime": "2024-03-22T02:18:58.5075156Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7b2374ea-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7b2374ea-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2270", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2270", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7b2374ea-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:01.6066868Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2270", "id": "7b2374ea-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:33.4936702Z", - "endExecutionTime": "2024-03-22T02:19:02.4802665Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7b869516-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7b869516-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2280", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2280", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7b869516-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:05.6762519Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2280", "id": "7b869516-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:34.1277235Z", - "endExecutionTime": "2024-03-22T02:19:06.4422891Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7be64ccc-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7be64ccc-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2290", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2290", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7be64ccc-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:10.6535332Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2290", "id": "7be64ccc-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:34.8526681Z", - "endExecutionTime": "2024-03-22T02:19:11.4189926Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7c555c16-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7c555c16-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2300", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2300", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7c555c16-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:14.7392991Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2300", "id": "7c555c16-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:35.4856121Z", - "endExecutionTime": "2024-03-22T02:19:15.5260804Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7cb579b6-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7cb579b6-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2310", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2310", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7cb579b6-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:18.6875614Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2310", "id": "7cb579b6-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:36.1381425Z", - "endExecutionTime": "2024-03-22T02:19:19.4998593Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7d189b36-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d189b36-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2320", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2320", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7d189b36-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:22.8218472Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2320", "id": "7d189b36-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:36.7542344Z", - "endExecutionTime": "2024-03-22T02:19:23.6360987Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7d76cb0c-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d76cb0c-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2330", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2330", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7d76cb0c-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:26.7936928Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2330", "id": "7d76cb0c-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:37.3852594Z", - "endExecutionTime": "2024-03-22T02:19:27.5883987Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7dd76eda-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7dd76eda-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2340", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2340", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7dd76eda-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:30.8851016Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2340", "id": "7dd76eda-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:43.0756356Z", - "endExecutionTime": "2024-03-22T02:19:31.6746407Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-813a6186-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-813a6186-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2350", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2350", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-813a6186-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:35.8297489Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2350", "id": "813a6186-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:43.6945379Z", - "endExecutionTime": "2024-03-22T02:19:36.6763522Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-819b824a-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-819b824a-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2360", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2360", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-819b824a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:39.8295849Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2360", "id": "819b824a-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:44.3264672Z", - "endExecutionTime": "2024-03-22T02:19:40.5342867Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-81fc0426-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-81fc0426-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2370", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2370", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-81fc0426-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:43.8055018Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2370", "id": "81fc0426-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:44.9554632Z", - "endExecutionTime": "2024-03-22T02:19:44.6158244Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-825b3a36-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-825b3a36-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2380", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2380", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-825b3a36-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:52.920513Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-2380", "id": "825b3a36-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:45.5821586Z", - "endExecutionTime": "2024-03-22T02:19:53.6854153Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-82ba9ef4-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-82ba9ef4-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2390", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2390", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-82ba9ef4-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:19:57.8847013Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2390", "id": "82ba9ef4-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:46.2575489Z", - "endExecutionTime": "2024-03-22T02:19:58.6788808Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8320104a-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8320104a-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2400", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2400", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8320104a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:01.9860961Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2400", "id": "8320104a-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:46.8772143Z", - "endExecutionTime": "2024-03-22T02:20:02.7584228Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-837f6612-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-837f6612-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2410", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2410", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-837f6612-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:06.1110687Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2410", "id": "837f6612-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:47.5014827Z", - "endExecutionTime": "2024-03-22T02:20:06.9215816Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-83e09ab8-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-83e09ab8-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2420", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2420", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-83e09ab8-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:11.14128Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-2420", "id": "83e09ab8-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:48.1369529Z", - "endExecutionTime": "2024-03-22T02:20:11.8485762Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-843f342e-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-843f342e-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2430", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2430", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-843f342e-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:15.0520339Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2430", "id": "843f342e-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:48.7567206Z", - "endExecutionTime": "2024-03-22T02:20:15.813335Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-849e7b96-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-849e7b96-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2440", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2440", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-849e7b96-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:19.1109684Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2440", "id": "849e7b96-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:49.3810549Z", - "endExecutionTime": "2024-03-22T02:20:19.937083Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-850039e4-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-850039e4-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2450", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2450", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-850039e4-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:23.1003307Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2450", "id": "850039e4-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:50.0122394Z", - "endExecutionTime": "2024-03-22T02:20:23.8291595Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-855d1cfe-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-855d1cfe-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2460", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2460", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-855d1cfe-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:27.100411Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-2460", "id": "855d1cfe-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:50.6318362Z", - "endExecutionTime": "2024-03-22T02:20:27.8226462Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-85be64c8-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-85be64c8-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2470", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2470", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-85be64c8-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:32.2341612Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2470", "id": "85be64c8-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:51.2653425Z", - "endExecutionTime": "2024-03-22T02:20:33.0177595Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-861c5934-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-861c5934-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2480", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2480", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-861c5934-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:36.2852161Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2480", "id": "861c5934-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:18:51.8898738Z", - "endExecutionTime": "2024-03-22T02:20:37.0869104Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cbbb2a6a-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cbbb2a6a-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2498", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2498", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cbbb2a6a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:54.4494576Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2498", "id": "cbbb2a6a-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:48.7767382Z", - "endExecutionTime": "2024-03-22T02:20:55.228427Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cc2718b0-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cc2718b0-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2509", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2509", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cc2718b0-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:20:58.34463Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-2509", "id": "cc2718b0-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:49.4030371Z", - "endExecutionTime": "2024-03-22T02:20:59.0529615Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cc8735ec-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cc8735ec-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2520", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2520", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cc8735ec-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:03.3411936Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2520", "id": "cc8735ec-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:50.0238824Z", - "endExecutionTime": "2024-03-22T02:21:04.1429449Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cce95d62-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cce95d62-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2531", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2531", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cce95d62-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:07.4139281Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2531", "id": "cce95d62-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:50.6608471Z", - "endExecutionTime": "2024-03-22T02:21:08.2394152Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cd4866cc-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd4866cc-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2542", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2542", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd4866cc-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:12.3607766Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2542", "id": "cd4866cc-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:51.3052598Z", - "endExecutionTime": "2024-03-22T02:21:13.1548868Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cda92282-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cda92282-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2553", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2553", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cda92282-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:16.47995Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-2553", "id": "cda92282-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:51.9279718Z", - "endExecutionTime": "2024-03-22T02:21:17.232655Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ce0a24ce-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce0a24ce-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2564", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2564", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ce0a24ce-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:20.4918256Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2564", "id": "ce0a24ce-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:52.5678404Z", - "endExecutionTime": "2024-03-22T02:21:21.2651718Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ce6e8482-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce6e8482-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2575", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2575", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ce6e8482-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:25.5132996Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2575", "id": "ce6e8482-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:53.2289358Z", - "endExecutionTime": "2024-03-22T02:21:26.2677861Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ced8a63c-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ced8a63c-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2586", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2586", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ced8a63c-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:30.5984115Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2586", "id": "ced8a63c-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:53.9195702Z", - "endExecutionTime": "2024-03-22T02:21:31.3875614Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cf386914-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cf386914-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2597", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2597", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cf386914-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:35.6454508Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2597", "id": "cf386914-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:54.5589779Z", - "endExecutionTime": "2024-03-22T02:21:36.4511255Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cf9a0e6c-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cf9a0e6c-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2608", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2608", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cf9a0e6c-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:40.6445268Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2608", "id": "cf9a0e6c-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:55.18462Z", - "endExecutionTime": "2024-03-22T02:21:41.3879895Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cffb669e-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cffb669e-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2619", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2619", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cffb669e-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:45.6360346Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2619", "id": "cffb669e-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:55.8205739Z", - "endExecutionTime": "2024-03-22T02:21:46.4404625Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d05ae830-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d05ae830-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2630", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2630", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d05ae830-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:50.6534417Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2630", "id": "d05ae830-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:56.4384995Z", - "endExecutionTime": "2024-03-22T02:21:51.6011452Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d0b86e74-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d0b86e74-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2641", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2641", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d0b86e74-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:21:54.0121006Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2641", "id": "d0b86e74-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:57.081811Z", - "endExecutionTime": "2024-03-22T02:21:54.9802419Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d11c63e8-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d11c63e8-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2652", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2652", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d11c63e8-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:02.7543506Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2652", "id": "d11c63e8-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:57.7096746Z", - "endExecutionTime": "2024-03-22T02:22:03.6511282Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d17aa980-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d17aa980-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2663", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2663", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d17aa980-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:06.8120837Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2663", "id": "d17aa980-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:20:58.3783793Z", - "endExecutionTime": "2024-03-22T02:22:07.5982332Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d1e1552c-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d1e1552c-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2674", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2674", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d1e1552c-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:11.8150043Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2674", "id": "d1e1552c-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:04.0177453Z", - "endExecutionTime": "2024-03-22T02:22:12.6421709Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d53e99fa-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d53e99fa-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2685", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2685", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d53e99fa-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:15.8963194Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2685", "id": "d53e99fa-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:04.6696553Z", - "endExecutionTime": "2024-03-22T02:22:16.6762774Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d5a0c396-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d5a0c396-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2696", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2696", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d5a0c396-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:19.8540813Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2696", "id": "d5a0c396-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:05.3125551Z", - "endExecutionTime": "2024-03-22T02:22:20.6308286Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d6028c5c-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d6028c5c-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2707", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2707", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d6028c5c-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:23.9434471Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2707", "id": "d6028c5c-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:05.9274407Z", - "endExecutionTime": "2024-03-22T02:22:24.7415108Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d661412a-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d661412a-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2718", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2718", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d661412a-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:28.0293772Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2718", "id": "d661412a-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:06.5600698Z", - "endExecutionTime": "2024-03-22T02:22:28.8351109Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d6c1a9f2-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d6c1a9f2-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2729", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2729", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d6c1a9f2-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:31.959877Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-2729", "id": "d6c1a9f2-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:07.1894314Z", - "endExecutionTime": "2024-03-22T02:22:32.8020423Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d7211d74-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d7211d74-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2740", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2740", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d7211d74-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:35.9154959Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2740", "id": "d7211d74-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:07.8073268Z", - "endExecutionTime": "2024-03-22T02:22:36.7040584Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d78103ce-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d78103ce-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2751", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2751", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d78103ce-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:41.0070343Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2751", "id": "d78103ce-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:08.5182553Z", - "endExecutionTime": "2024-03-22T02:22:41.8389162Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d7ea94a6-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d7ea94a6-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2762", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2762", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d7ea94a6-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:45.1320631Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2762", "id": "d7ea94a6-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:09.1265011Z", - "endExecutionTime": "2024-03-22T02:22:45.9565454Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d8490a2c-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8490a2c-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2773", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2773", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d8490a2c-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:49.3243174Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2773", "id": "d8490a2c-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:09.7522712Z", - "endExecutionTime": "2024-03-22T02:22:50.0555041Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d8a8e9f6-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8a8e9f6-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2784", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2784", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d8a8e9f6-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:53.3731877Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2784", "id": "d8a8e9f6-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:10.381318Z", - "endExecutionTime": "2024-03-22T02:22:54.2132051Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d90895e0-e7f2-11ee-b6dd-00155dfe59ef?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d90895e0-e7f2-11ee-b6dd-00155dfe59ef/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-2795", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-2795", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d90895e0-e7f2-11ee-b6dd-00155dfe59ef/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-22T02:22:57.2026314Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-2795", "id": "d90895e0-e7f2-11ee-b6dd-00155dfe59ef", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-22T02:21:10.9924324Z", - "endExecutionTime": "2024-03-22T02:22:58.0108083Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-94893cce-ee0c-11ee-a389-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-94893cce-ee0c-11ee-a389-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-94893cce-ee0c-11ee-a389-00155d1bd86c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-03-29T20:40:33.226Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "94893cce-ee0c-11ee-a389-00155d1bd86c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-03-29T20:40:31.2453597Z", - "endExecutionTime": "2024-03-29T20:40:33.252Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a0581610-ee0c-11ee-83e0-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a0581610-ee0c-11ee-83e0-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "GenerateRandomBit", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "GenerateRandomBit", "num_qubits": "2", "metadata": "{}"}, - "sessionId": "a02952c6-ee0c-11ee-83e0-00155d1bd86c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a0581610-ee0c-11ee-83e0-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:40:58.4456562Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Job 1", "id": "a0581610-ee0c-11ee-83e0-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:40:49.8308309Z", - "endExecutionTime": "2024-03-29T20:40:59.3985792Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a0bf85ac-ee0c-11ee-83e0-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a0bf85ac-ee0c-11ee-83e0-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "GenerateRandomBit", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "GenerateRandomBit", "num_qubits": "2", "metadata": "{}"}, - "sessionId": "a02952c6-ee0c-11ee-83e0-00155d1bd86c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a0bf85ac-ee0c-11ee-83e0-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:03.1781948Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Job 2", "id": "a0bf85ac-ee0c-11ee-83e0-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:40:50.5059686Z", - "endExecutionTime": "2024-03-29T20:41:04.2244659Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a122600a-ee0c-11ee-83e0-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a122600a-ee0c-11ee-83e0-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "GenerateRandomBit", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "GenerateRandomBit", "num_qubits": "2", "metadata": "{}"}, - "sessionId": "a02952c6-ee0c-11ee-83e0-00155d1bd86c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a122600a-ee0c-11ee-83e0-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:07.1182238Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Job 3", "id": "a122600a-ee0c-11ee-83e0-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:40:51.1746581Z", - "endExecutionTime": "2024-03-29T20:41:07.9744655Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b03a7f78-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b03a7f78-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1058", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1058", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b03a7f78-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:22.1931345Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1058", "id": "b03a7f78-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:16.541097Z", - "endExecutionTime": "2024-03-29T20:41:23.0445925Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b0aaa410-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0aaa410-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1074", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1074", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b0aaa410-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:27.1029448Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1074", "id": "b0aaa410-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:17.2191088Z", - "endExecutionTime": "2024-03-29T20:41:27.9512855Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b1104cc0-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b1104cc0-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1084", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1084", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b1104cc0-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:31.7565406Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1084", "id": "b1104cc0-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:17.8807882Z", - "endExecutionTime": "2024-03-29T20:41:32.667313Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b173b7d8-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b173b7d8-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1094", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1094", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b173b7d8-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:35.4370289Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1094", "id": "b173b7d8-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:18.5594686Z", - "endExecutionTime": "2024-03-29T20:41:36.3098091Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b1ddb0fc-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b1ddb0fc-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1104", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1104", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b1ddb0fc-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:39.2507913Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1104", "id": "b1ddb0fc-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:19.330442Z", - "endExecutionTime": "2024-03-29T20:41:40.112795Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b253f92e-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b253f92e-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1114", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1114", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b253f92e-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:44.4485161Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1114", "id": "b253f92e-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:20.0322007Z", - "endExecutionTime": "2024-03-29T20:41:45.3896176Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b2bc92fe-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b2bc92fe-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1124", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1124", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b2bc92fe-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:48.4223884Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1124", "id": "b2bc92fe-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:20.7737811Z", - "endExecutionTime": "2024-03-29T20:41:49.3504523Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b32dab7e-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b32dab7e-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1134", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1134", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b32dab7e-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:52.3363481Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1134", "id": "b32dab7e-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:21.510237Z", - "endExecutionTime": "2024-03-29T20:41:53.1659005Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b39d8ec6-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b39d8ec6-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1144", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1144", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b39d8ec6-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:41:56.5291656Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1144", "id": "b39d8ec6-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:22.1715182Z", - "endExecutionTime": "2024-03-29T20:41:57.3854629Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b4040be2-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4040be2-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1154", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1154", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b4040be2-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:00.6157041Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1154", "id": "b4040be2-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:22.8367403Z", - "endExecutionTime": "2024-03-29T20:42:01.4692898Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b4691212-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4691212-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1164", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1164", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b4691212-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:04.4121629Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1164", "id": "b4691212-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:23.493553Z", - "endExecutionTime": "2024-03-29T20:42:05.2462013Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b4cc02d2-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4cc02d2-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1174", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1174", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b4cc02d2-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:09.4844468Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1174", "id": "b4cc02d2-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:24.1382578Z", - "endExecutionTime": "2024-03-29T20:42:10.373503Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b52f9aa4-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b52f9aa4-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1184", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1184", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b52f9aa4-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:13.5164496Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1184", "id": "b52f9aa4-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:24.8693589Z", - "endExecutionTime": "2024-03-29T20:42:14.4429509Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b59de126-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b59de126-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1194", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b59de126-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:17.6947111Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1194", "id": "b59de126-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:25.5213127Z", - "endExecutionTime": "2024-03-29T20:42:18.55462Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b6000dec-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b6000dec-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1204", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1204", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b6000dec-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:22.0817121Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1204", "id": "b6000dec-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:26.1436146Z", - "endExecutionTime": "2024-03-29T20:42:22.9856999Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b660a71a-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b660a71a-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1214", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1214", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b660a71a-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:25.7746646Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1214", "id": "b660a71a-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:26.9086762Z", - "endExecutionTime": "2024-03-29T20:42:26.7387807Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b6d573ce-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b6d573ce-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1224", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1224", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b6d573ce-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:29.895318Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-1224", "id": "b6d573ce-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:27.5663421Z", - "endExecutionTime": "2024-03-29T20:42:30.690181Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b73988b4-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b73988b4-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1234", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1234", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b73988b4-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:34.8767227Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1234", "id": "b73988b4-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:33.2187019Z", - "endExecutionTime": "2024-03-29T20:42:35.7347996Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ba98274a-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba98274a-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1244", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1244", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ba98274a-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:43.7656865Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1244", "id": "ba98274a-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:33.8453801Z", - "endExecutionTime": "2024-03-29T20:42:44.6898668Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-baf73294-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-baf73294-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1254", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1254", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-baf73294-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:48.8110288Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1254", "id": "baf73294-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:34.5062121Z", - "endExecutionTime": "2024-03-29T20:42:49.7962496Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bb5cacdc-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bb5cacdc-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1264", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1264", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bb5cacdc-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:53.86703Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-1264", "id": "bb5cacdc-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:35.1307884Z", - "endExecutionTime": "2024-03-29T20:42:54.8247444Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bbbb2712-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bbbb2712-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1274", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1274", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bbbb2712-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:42:59.0552785Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1274", "id": "bbbb2712-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:35.7607388Z", - "endExecutionTime": "2024-03-29T20:42:59.8529287Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bc1bc34c-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc1bc34c-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1284", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1284", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bc1bc34c-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:43:03.0410129Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1284", "id": "bc1bc34c-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:36.379886Z", - "endExecutionTime": "2024-03-29T20:43:03.956048Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bc7a7e00-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc7a7e00-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1294", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1294", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bc7a7e00-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:43:08.1145653Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1294", "id": "bc7a7e00-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:37.1374563Z", - "endExecutionTime": "2024-03-29T20:43:08.9586598Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bcef4596-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bcef4596-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1304", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1304", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bcef4596-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:43:11.929533Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-1304", "id": "bcef4596-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:37.7812629Z", - "endExecutionTime": "2024-03-29T20:43:12.9215856Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bd51570e-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd51570e-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1314", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1314", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bd51570e-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:43:17.1991233Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1314", "id": "bd51570e-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:38.5302815Z", - "endExecutionTime": "2024-03-29T20:43:18.0128879Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bdc5695a-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bdc5695a-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1324", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1324", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bdc5695a-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:43:21.3142023Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1324", "id": "bdc5695a-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:39.1863073Z", - "endExecutionTime": "2024-03-29T20:43:22.2298785Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-be264054-ee0c-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-be264054-ee0c-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1334", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1334", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-be264054-ee0c-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:43:26.2556131Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1334", "id": "be264054-ee0c-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:41:39.8290962Z", - "endExecutionTime": "2024-03-29T20:43:27.1092119Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-06ad5aa6-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-06ad5aa6-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1352", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1352", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-06ad5aa6-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:43:47.3133226Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1352", "id": "06ad5aa6-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:41.5847132Z", - "endExecutionTime": "2024-03-29T20:43:48.2192895Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-071c4b1e-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-071c4b1e-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1363", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1363", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-071c4b1e-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:43:52.3050534Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1363", "id": "071c4b1e-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:42.2908862Z", - "endExecutionTime": "2024-03-29T20:43:53.1347255Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-078808ae-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-078808ae-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1374", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1374", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-078808ae-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:43:56.384367Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-1374", "id": "078808ae-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:42.9444175Z", - "endExecutionTime": "2024-03-29T20:43:57.3461098Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-07eca8c2-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07eca8c2-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1385", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1385", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-07eca8c2-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:00.6534414Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1385", "id": "07eca8c2-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:43.6446597Z", - "endExecutionTime": "2024-03-29T20:44:01.5020352Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-08563c4c-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-08563c4c-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1396", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1396", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-08563c4c-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:04.4042821Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1396", "id": "08563c4c-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:44.3438201Z", - "endExecutionTime": "2024-03-29T20:44:05.3060614Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-08c180ce-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-08c180ce-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1407", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1407", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-08c180ce-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:08.4834851Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1407", "id": "08c180ce-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:45.0029738Z", - "endExecutionTime": "2024-03-29T20:44:09.5026972Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0924be3c-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0924be3c-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1418", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1418", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0924be3c-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:12.3999222Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1418", "id": "0924be3c-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:45.6368946Z", - "endExecutionTime": "2024-03-29T20:44:13.427123Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-09891850-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-09891850-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1429", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1429", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-09891850-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:16.4290486Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1429", "id": "09891850-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:46.3078193Z", - "endExecutionTime": "2024-03-29T20:44:17.2931121Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-09ec3c82-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-09ec3c82-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1440", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1440", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-09ec3c82-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:20.5963921Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1440", "id": "09ec3c82-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:52.0646412Z", - "endExecutionTime": "2024-03-29T20:44:21.5399905Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0d5a7cbc-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0d5a7cbc-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1451", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1451", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0d5a7cbc-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:24.4489826Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1451", "id": "0d5a7cbc-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:52.7093805Z", - "endExecutionTime": "2024-03-29T20:44:25.3874484Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0dbe369e-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0dbe369e-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1462", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1462", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0dbe369e-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:29.5881809Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1462", "id": "0dbe369e-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:53.3557548Z", - "endExecutionTime": "2024-03-29T20:44:30.4904842Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0e1f56b8-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0e1f56b8-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1473", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1473", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0e1f56b8-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:38.6839626Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1473", "id": "0e1f56b8-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:53.9820198Z", - "endExecutionTime": "2024-03-29T20:44:39.5573746Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0e7fe050-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0e7fe050-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1484", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1484", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0e7fe050-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:42.6988061Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1484", "id": "0e7fe050-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:54.7256294Z", - "endExecutionTime": "2024-03-29T20:44:43.6229956Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0ef068fc-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0ef068fc-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1495", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1495", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0ef068fc-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:46.7269231Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1495", "id": "0ef068fc-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:55.3776557Z", - "endExecutionTime": "2024-03-29T20:44:47.5820701Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0f55259e-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0f55259e-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1506", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1506", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0f55259e-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:50.9319626Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1506", "id": "0f55259e-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:56.0173313Z", - "endExecutionTime": "2024-03-29T20:44:51.9562231Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0fb5a996-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0fb5a996-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1517", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1517", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0fb5a996-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:54.8479126Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1517", "id": "0fb5a996-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:56.6507377Z", - "endExecutionTime": "2024-03-29T20:44:55.6589885Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-10179f8e-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-10179f8e-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1528", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1528", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-10179f8e-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:44:58.7891055Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1528", "id": "10179f8e-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:57.3056285Z", - "endExecutionTime": "2024-03-29T20:44:59.5988299Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1079900e-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1079900e-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1539", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1539", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1079900e-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:02.8638254Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1539", "id": "1079900e-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:57.9515943Z", - "endExecutionTime": "2024-03-29T20:45:03.7499146Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-10dd770e-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-10dd770e-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1550", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1550", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-10dd770e-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:07.8258003Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1550", "id": "10dd770e-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:58.5972594Z", - "endExecutionTime": "2024-03-29T20:45:08.695145Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-113e9db8-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-113e9db8-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1561", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1561", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-113e9db8-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:11.9519004Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1561", "id": "113e9db8-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:59.2242036Z", - "endExecutionTime": "2024-03-29T20:45:12.8689877Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-119ee718-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-119ee718-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1572", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1572", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-119ee718-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:16.0639711Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1572", "id": "119ee718-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:43:59.8859395Z", - "endExecutionTime": "2024-03-29T20:45:17.0475258Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-12044bf8-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12044bf8-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1583", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1583", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-12044bf8-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:21.1486465Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1583", "id": "12044bf8-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:44:00.5403556Z", - "endExecutionTime": "2024-03-29T20:45:22.0874329Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-12689b62-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12689b62-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1594", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1594", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-12689b62-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:24.9963344Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1594", "id": "12689b62-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:44:01.174984Z", - "endExecutionTime": "2024-03-29T20:45:25.8720612Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-12c93e68-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12c93e68-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1605", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1605", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-12c93e68-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:28.9739083Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1605", "id": "12c93e68-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:44:01.8522708Z", - "endExecutionTime": "2024-03-29T20:45:29.8484656Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-133040f4-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-133040f4-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1616", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1616", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-133040f4-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:33.1073832Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1616", "id": "133040f4-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:44:02.5389766Z", - "endExecutionTime": "2024-03-29T20:45:33.9565339Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-139926e6-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-139926e6-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1627", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1627", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-139926e6-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:38.1992732Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1627", "id": "139926e6-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:44:03.2664728Z", - "endExecutionTime": "2024-03-29T20:45:39.2273026Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-14089ac6-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-14089ac6-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1638", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1638", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-14089ac6-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:42.1548014Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1638", "id": "14089ac6-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:44:03.9149295Z", - "endExecutionTime": "2024-03-29T20:45:42.9666526Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-146b1228-ee0d-11ee-ab45-00155d1bd86c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-146b1228-ee0d-11ee-ab45-00155d1bd86c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "circuit-1649", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-1649", "num_qubits": "1", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-146b1228-ee0d-11ee-ab45-00155d1bd86c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-03-29T20:45:46.1740455Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-1649", "id": "146b1228-ee0d-11ee-ab45-00155d1bd86c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-03-29T20:44:04.5391677Z", - "endExecutionTime": "2024-03-29T20:45:47.0491907Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e28520b3-2fef-11ef-9428-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e28520b3-2fef-11ef-9428-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e28520b3-2fef-11ef-9428-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-06-21T17:01:51.6784707Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "e28520b3-2fef-11ef-9428-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-06-21T17:01:26.3954553Z", "endExecutionTime": "2024-06-21T17:02:25.8347685Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-368e2c15-3816-11ef-b7b5-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-368e2c15-3816-11ef-b7b5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-368e2c15-3816-11ef-b7b5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T01:56:01.765Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "368e2c15-3816-11ef-b7b5-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T01:55:59.7888662Z", - "endExecutionTime": "2024-07-02T01:56:01.779Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3ec0243a-3816-11ef-9909-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3ec0243a-3816-11ef-9909-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-3ec0243a-3816-11ef-9909-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T01:56:23.342981Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "3ec0243a-3816-11ef-9909-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T01:56:12.4160432Z", "endExecutionTime": "2024-07-02T01:56:23.773417Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4ce6cd69-3816-11ef-accb-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4ce6cd69-3816-11ef-accb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4ce6cd69-3816-11ef-accb-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T01:57:00.105Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "4ce6cd69-3816-11ef-accb-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T01:56:33.9996953Z", - "endExecutionTime": "2024-07-02T01:57:00.126Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-645a623a-3816-11ef-b7d9-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-645a623a-3816-11ef-b7d9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-645a623a-3816-11ef-b7d9-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T01:57:15.097Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "645a623a-3816-11ef-b7d9-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T01:57:13.4008721Z", - "endExecutionTime": "2024-07-02T01:57:15.114Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-69b0442d-3816-11ef-a02f-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-69b0442d-3816-11ef-a02f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-69b0442d-3816-11ef-a02f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T01:57:23.986Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "69b0442d-3816-11ef-a02f-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T01:57:22.3248962Z", - "endExecutionTime": "2024-07-02T01:57:24.014Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6e196f25-3816-11ef-adf0-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6e196f25-3816-11ef-adf0-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6e196f25-3816-11ef-adf0-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T01:57:31.644Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "6e196f25-3816-11ef-adf0-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T01:57:29.9546489Z", - "endExecutionTime": "2024-07-02T01:57:31.661Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-738d7779-3816-11ef-a4dc-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-738d7779-3816-11ef-a4dc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-738d7779-3816-11ef-a4dc-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T01:57:40.708Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "738d7779-3816-11ef-a4dc-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T01:57:38.9078969Z", - "endExecutionTime": "2024-07-02T01:57:40.725Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-786b25de-3816-11ef-ae7c-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-786b25de-3816-11ef-ae7c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-786b25de-3816-11ef-ae7c-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T01:57:48.865Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "786b25de-3816-11ef-ae7c-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T01:57:47.1945285Z", - "endExecutionTime": "2024-07-02T01:57:48.881Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7d59ceb2-3816-11ef-bfa5-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d59ceb2-3816-11ef-bfa5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7d59ceb2-3816-11ef-bfa5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T01:57:56.887Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "7d59ceb2-3816-11ef-bfa5-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T01:57:55.2883044Z", - "endExecutionTime": "2024-07-02T01:57:56.904Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-85531447-3816-11ef-9aff-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-85531447-3816-11ef-9aff-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-85531447-3816-11ef-9aff-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T01:58:42.2601107Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "85531447-3816-11ef-9aff-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-07-02T01:58:08.8078827Z", - "endExecutionTime": "2024-07-02T02:00:16.4580634Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e16efee3-3816-11ef-9369-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e16efee3-3816-11ef-9369-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e16efee3-3816-11ef-9369-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:00:43.4663961Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "e16efee3-3816-11ef-9369-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-07-02T02:00:42.9574684Z", - "endExecutionTime": "2024-07-02T02:00:43.4663961Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e5cfa521-3816-11ef-aa31-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e5cfa521-3816-11ef-aa31-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e5cfa521-3816-11ef-aa31-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:01:10.990802Z", "cancellationTime": null, - "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": - [], "name": "azure-quantum-dft-job", "id": "e5cfa521-3816-11ef-aa31-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-02T02:00:50.4035728Z", "endExecutionTime": "2024-07-02T02:01:45.9882529Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-180d8494-3817-11ef-90ed-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-180d8494-3817-11ef-90ed-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-180d8494-3817-11ef-90ed-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:02:20.0816141Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "180d8494-3817-11ef-90ed-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-02T02:02:15.4620121Z", "endExecutionTime": "2024-07-02T02:02:22.444177Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-21775fda-3817-11ef-a67b-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-21775fda-3817-11ef-a67b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-21775fda-3817-11ef-a67b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:02:31.0441443Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "21775fda-3817-11ef-a67b-f8e4e3ddcdd5", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-07-02T02:02:30.6174996Z", "endExecutionTime": - "2024-07-02T02:02:33.372238Z", "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-264bd831-3817-11ef-b00c-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-264bd831-3817-11ef-b00c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-264bd831-3817-11ef-b00c-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:02:39.1955435Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "264bd831-3817-11ef-b00c-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-02T02:02:38.7923807Z", "endExecutionTime": "2024-07-02T02:02:41.4672401Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2c7d69f0-3817-11ef-abe2-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2c7d69f0-3817-11ef-abe2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2c7d69f0-3817-11ef-abe2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:02:50.2728298Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "2c7d69f0-3817-11ef-abe2-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-02T02:02:49.9232207Z", "endExecutionTime": "2024-07-02T02:02:52.4437096Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-326ab150-3817-11ef-8a85-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-326ab150-3817-11ef-8a85-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-326ab150-3817-11ef-8a85-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:02:59.7572775Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "326ab150-3817-11ef-8a85-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-02T02:02:59.3941041Z", "endExecutionTime": "2024-07-02T02:03:02.0398248Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-38105d61-3817-11ef-b9d8-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-38105d61-3817-11ef-b9d8-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-38105d61-3817-11ef-b9d8-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:03:09.2643085Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "38105d61-3817-11ef-b9d8-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-02T02:03:08.840894Z", "endExecutionTime": "2024-07-02T02:03:11.4403274Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3d43a359-3817-11ef-a90a-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3d43a359-3817-11ef-a90a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3d43a359-3817-11ef-a90a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:03:22.637944Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "3d43a359-3817-11ef-a90a-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-07-02T02:03:17.2467698Z", - "endExecutionTime": "2024-07-02T02:03:34.056894Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4dd31a38-3817-11ef-a3e9-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4dd31a38-3817-11ef-a3e9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4dd31a38-3817-11ef-a3e9-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:03:49.76183Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "4dd31a38-3817-11ef-a3e9-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-07-02T02:03:45.2947289Z", - "endExecutionTime": "2024-07-02T02:04:00.059416Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0029, - "amountConsumed": 0.0029, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5e8e3754-3817-11ef-9de2-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5e8e3754-3817-11ef-9de2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5e8e3754-3817-11ef-9de2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:04:17.793282Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "5e8e3754-3817-11ef-9de2-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-07-02T02:04:13.1673013Z", - "endExecutionTime": "2024-07-02T02:04:27.934294Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0028, - "amountConsumed": 0.0028, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6f2d26f5-3817-11ef-8c24-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6f2d26f5-3817-11ef-8c24-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6f2d26f5-3817-11ef-8c24-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:04:45.84686Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "6f2d26f5-3817-11ef-8c24-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-07-02T02:04:41.2684758Z", - "endExecutionTime": "2024-07-02T02:04:55.940931Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0028, - "amountConsumed": 0.0028, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7f7349f6-3817-11ef-bf69-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7f7349f6-3817-11ef-bf69-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7f7349f6-3817-11ef-bf69-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:05:12.785288Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "7f7349f6-3817-11ef-bf69-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-07-02T02:05:08.5046104Z", - "endExecutionTime": "2024-07-02T02:05:23.016578Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0028, - "amountConsumed": 0.0028, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8fafea01-3817-11ef-8ace-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8fafea01-3817-11ef-8ace-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8fafea01-3817-11ef-8ace-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:05:40.808988Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "8fafea01-3817-11ef-8ace-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-07-02T02:05:35.7537847Z", - "endExecutionTime": "2024-07-02T02:05:51.023449Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0028, - "amountConsumed": 0.0028, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a6889ff8-3817-11ef-8843-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6889ff8-3817-11ef-8843-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a6889ff8-3817-11ef-8843-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:06:14.529Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a6889ff8-3817-11ef-8843-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T02:06:12.7370307Z", - "endExecutionTime": "2024-07-02T02:06:14.545Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ac8ee6b4-3817-11ef-ae55-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac8ee6b4-3817-11ef-ae55-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ac8ee6b4-3817-11ef-ae55-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:06:24.092Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ac8ee6b4-3817-11ef-ae55-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T02:06:22.3854644Z", - "endExecutionTime": "2024-07-02T02:06:24.108Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b2442bbb-3817-11ef-b845-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b2442bbb-3817-11ef-b845-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b2442bbb-3817-11ef-b845-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:06:39.782299Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b2442bbb-3817-11ef-b845-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:06:31.8627521Z", "endExecutionTime": "2024-07-02T02:06:40.171036Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bd518de9-3817-11ef-8cf5-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd518de9-3817-11ef-8cf5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bd518de9-3817-11ef-8cf5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:06:52.381Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bd518de9-3817-11ef-8cf5-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T02:06:50.5676072Z", - "endExecutionTime": "2024-07-02T02:06:52.396Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c30888eb-3817-11ef-8043-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c30888eb-3817-11ef-8043-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c30888eb-3817-11ef-8043-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:07:01.646Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c30888eb-3817-11ef-8043-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T02:07:00.0106781Z", - "endExecutionTime": "2024-07-02T02:07:01.662Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c88b57c1-3817-11ef-84d1-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c88b57c1-3817-11ef-84d1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c88b57c1-3817-11ef-84d1-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:07:10.961Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c88b57c1-3817-11ef-84d1-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T02:07:09.3743749Z", - "endExecutionTime": "2024-07-02T02:07:10.987Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ccc4f828-3817-11ef-b100-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ccc4f828-3817-11ef-b100-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ccc4f828-3817-11ef-b100-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:07:18.042Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ccc4f828-3817-11ef-b100-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T02:07:16.356333Z", - "endExecutionTime": "2024-07-02T02:07:18.059Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d1c17cea-3817-11ef-8f31-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d1c17cea-3817-11ef-8f31-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d1c17cea-3817-11ef-8f31-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:07:26.548Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d1c17cea-3817-11ef-8f31-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T02:07:24.8352833Z", - "endExecutionTime": "2024-07-02T02:07:26.563Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d6dc92db-3817-11ef-aa29-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d6dc92db-3817-11ef-aa29-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d6dc92db-3817-11ef-aa29-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:07:40.623662Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d6dc92db-3817-11ef-aa29-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:07:33.6634724Z", "endExecutionTime": "2024-07-02T02:07:41.022548Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e0880369-3817-11ef-9504-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e0880369-3817-11ef-9504-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e0880369-3817-11ef-9504-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:09:31.759382Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": {"code": "quantinuum - - 1001", "message": "Job Processing Error"}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e0880369-3817-11ef-9504-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-02T02:07:49.852641Z", "endExecutionTime": "2024-07-02T02:09:32.241662Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-295f636f-3818-11ef-a2af-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-295f636f-3818-11ef-a2af-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-295f636f-3818-11ef-a2af-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:09:54.141723Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "295f636f-3818-11ef-a2af-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-07-02T02:09:51.8127256Z", "endExecutionTime": "2024-07-02T02:09:54.142001Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2ed92e1e-3818-11ef-9160-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2ed92e1e-3818-11ef-9160-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-2ed92e1e-3818-11ef-9160-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:10:11.218834Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2ed92e1e-3818-11ef-9160-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:10:00.8928934Z", "endExecutionTime": "2024-07-02T02:10:11.47982Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3a5d4b1b-3818-11ef-8fa4-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3a5d4b1b-3818-11ef-8fa4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-3a5d4b1b-3818-11ef-8fa4-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:10:33.75629Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3a5d4b1b-3818-11ef-8fa4-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:10:20.1167881Z", "endExecutionTime": "2024-07-02T02:10:34.013482Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-45e0bead-3818-11ef-8c73-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-45e0bead-3818-11ef-8c73-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-45e0bead-3818-11ef-8c73-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:10:46.318812Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "45e0bead-3818-11ef-8c73-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:10:39.4955382Z", "endExecutionTime": "2024-07-02T02:10:46.59586Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4e457f06-3818-11ef-af70-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4e457f06-3818-11ef-af70-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4e457f06-3818-11ef-af70-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:10:58.913761Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4e457f06-3818-11ef-af70-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:10:53.4935273Z", "endExecutionTime": "2024-07-02T02:10:59.700046Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5696c9cc-3818-11ef-a3ac-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5696c9cc-3818-11ef-a3ac-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-5696c9cc-3818-11ef-a3ac-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:11:21.503418Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5696c9cc-3818-11ef-a3ac-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:11:07.4865845Z", "endExecutionTime": "2024-07-02T02:11:21.772336Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-63e91bbc-3818-11ef-9be2-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-63e91bbc-3818-11ef-9be2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-63e91bbc-3818-11ef-9be2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:11:34.5914125Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-194", "id": "63e91bbc-3818-11ef-9be2-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-02T02:11:29.8326038Z", "endExecutionTime": "2024-07-02T02:11:37.0377938Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6cfad24c-3818-11ef-af10-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6cfad24c-3818-11ef-af10-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-196", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-196", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6cfad24c-3818-11ef-af10-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:11:45.5172439Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-196", "id": "6cfad24c-3818-11ef-af10-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-02T02:11:45.0158784Z", "endExecutionTime": "2024-07-02T02:11:47.7636557Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-726b4bb6-3818-11ef-ac7f-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-726b4bb6-3818-11ef-ac7f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-198", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-726b4bb6-3818-11ef-ac7f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:11:54.4695526Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-198", "id": "726b4bb6-3818-11ef-ac7f-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-02T02:11:54.0514782Z", "endExecutionTime": "2024-07-02T02:11:56.7357549Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-77eb91ad-3818-11ef-aba1-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-77eb91ad-3818-11ef-aba1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-77eb91ad-3818-11ef-aba1-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:12:12.601109Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "77eb91ad-3818-11ef-aba1-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-02T02:12:03.4285944Z", - "endExecutionTime": "2024-07-02T02:12:13.49669Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-880d27ad-3818-11ef-93d1-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-880d27ad-3818-11ef-93d1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-204", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-880d27ad-3818-11ef-93d1-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:12:32.264Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-204", "id": "880d27ad-3818-11ef-93d1-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T02:12:30.4586624Z", - "endExecutionTime": "2024-07-02T02:12:32.306Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8d7ae185-3818-11ef-87e1-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8d7ae185-3818-11ef-87e1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8d7ae185-3818-11ef-87e1-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:12:55.78758Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8d7ae185-3818-11ef-87e1-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-02T02:12:39.470675Z", - "endExecutionTime": "2024-07-02T02:12:56.765979Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9e1b8298-3818-11ef-83ea-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9e1b8298-3818-11ef-83ea-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9e1b8298-3818-11ef-83ea-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:13:17.41791Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9e1b8298-3818-11ef-83ea-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-02T02:13:07.3798659Z", - "endExecutionTime": "2024-07-02T02:13:19.37728Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a9a1c505-3818-11ef-bd36-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9a1c505-3818-11ef-bd36-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a9a1c505-3818-11ef-bd36-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:13:37.720926Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a9a1c505-3818-11ef-bd36-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-02T02:13:27.1935823Z", - "endExecutionTime": "2024-07-02T02:13:38.392613Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b56353d6-3818-11ef-b4b3-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b56353d6-3818-11ef-b4b3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b56353d6-3818-11ef-b4b3-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:13:51.8048031Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b56353d6-3818-11ef-b4b3-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T02:13:46.4597322Z", - "endExecutionTime": "2024-07-02T02:13:52.7801925Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-be3b2d00-3818-11ef-aa74-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-be3b2d00-3818-11ef-aa74-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-be3b2d00-3818-11ef-aa74-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:14:05.9370681Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "be3b2d00-3818-11ef-aa74-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T02:14:01.4194103Z", - "endExecutionTime": "2024-07-02T02:14:06.7422793Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c4aa32ba-3818-11ef-af76-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c4aa32ba-3818-11ef-af76-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c4aa32ba-3818-11ef-af76-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:14:16.9291349Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c4aa32ba-3818-11ef-af76-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T02:14:12.122392Z", - "endExecutionTime": "2024-07-02T02:14:17.7792014Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cafb1edc-3818-11ef-aa60-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cafb1edc-3818-11ef-aa60-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cafb1edc-3818-11ef-aa60-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:14:26.9444345Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cafb1edc-3818-11ef-aa60-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T02:14:22.6974417Z", - "endExecutionTime": "2024-07-02T02:14:27.7750661Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d14877eb-3818-11ef-9f50-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d14877eb-3818-11ef-9f50-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d14877eb-3818-11ef-9f50-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:14:37.9539757Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d14877eb-3818-11ef-9f50-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T02:14:33.2741802Z", - "endExecutionTime": "2024-07-02T02:14:38.7502322Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d7ae5d01-3818-11ef-9996-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d7ae5d01-3818-11ef-9996-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d7ae5d01-3818-11ef-9996-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:15:04.694844Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "d7ae5d01-3818-11ef-9996-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:14:45.6137535Z", "endExecutionTime": "2024-07-02T02:15:04.95733Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e90d0856-3818-11ef-a1e9-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e90d0856-3818-11ef-a1e9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e90d0856-3818-11ef-a1e9-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:15:19.2522605Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "e90d0856-3818-11ef-a1e9-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T02:15:14.6961799Z", - "endExecutionTime": "2024-07-02T02:15:19.9848321Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f0a273c1-3818-11ef-8a50-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f0a273c1-3818-11ef-8a50-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f0a273c1-3818-11ef-8a50-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:15:35.501767Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f0a273c1-3818-11ef-8a50-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:15:27.4073891Z", "endExecutionTime": "2024-07-02T02:15:35.795517Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fa4f6637-3818-11ef-b668-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fa4f6637-3818-11ef-b668-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fa4f6637-3818-11ef-b668-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:19:15.338052Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "fa4f6637-3818-11ef-b668-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-02T02:15:43.706532Z", "endExecutionTime": "2024-07-02T02:19:16.762932Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8c273531-3819-11ef-83a7-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8c273531-3819-11ef-83a7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8c273531-3819-11ef-83a7-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T02:19:53.0735922Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "8c273531-3819-11ef-83a7-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T02:19:48.3881969Z", - "endExecutionTime": "2024-07-02T02:19:53.8116912Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-93a8e674-3819-11ef-99f5-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-93a8e674-3819-11ef-99f5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-93a8e674-3819-11ef-99f5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:20:07.535748Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "93a8e674-3819-11ef-99f5-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:20:00.8604707Z", "endExecutionTime": "2024-07-02T02:20:07.836854Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9d441508-3819-11ef-b93e-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9d441508-3819-11ef-b93e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9d441508-3819-11ef-b93e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:22:09.141586Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": {"code": "quantinuum - - 1001", "message": "Job Processing Error"}, "isCancelling": false, "tags": - [], "name": "quantinuum-job", "id": "9d441508-3819-11ef-b93e-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-02T02:20:16.8602302Z", "endExecutionTime": "2024-07-02T02:22:09.644774Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e67fb476-3819-11ef-b09e-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e67fb476-3819-11ef-b09e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e67fb476-3819-11ef-b09e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:22:22.520535Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "e67fb476-3819-11ef-b09e-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-07-02T02:22:19.8099772Z", "endExecutionTime": "2024-07-02T02:22:22.520608Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ec949c58-3819-11ef-8134-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec949c58-3819-11ef-8134-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ec949c58-3819-11ef-8134-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:22:41.313464Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "ec949c58-3819-11ef-8134-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:22:29.9202745Z", "endExecutionTime": "2024-07-02T02:22:41.610947Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f8b79a71-3819-11ef-a1f8-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f8b79a71-3819-11ef-a1f8-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f8b79a71-3819-11ef-a1f8-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:23:02.136719Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f8b79a71-3819-11ef-a1f8-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:22:50.2408892Z", "endExecutionTime": "2024-07-02T02:23:02.461757Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-04dc4603-381a-11ef-b7c7-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-04dc4603-381a-11ef-b7c7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-04dc4603-381a-11ef-b7c7-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:23:23.257019Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "04dc4603-381a-11ef-b7c7-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:23:10.7355619Z", "endExecutionTime": "2024-07-02T02:23:23.524304Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-13f34413-381a-11ef-9dd7-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-13f34413-381a-11ef-9dd7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-13f34413-381a-11ef-9dd7-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:23:46.536346Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "13f34413-381a-11ef-9dd7-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:23:35.8714304Z", "endExecutionTime": "2024-07-02T02:23:46.768425Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-20b83261-381a-11ef-92da-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-20b83261-381a-11ef-92da-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-20b83261-381a-11ef-92da-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T02:24:06.677693Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "20b83261-381a-11ef-92da-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T02:23:57.3082713Z", "endExecutionTime": "2024-07-02T02:24:06.989909Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f1e183f0-381f-11ef-87c0-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f1e183f0-381f-11ef-87c0-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f1e183f0-381f-11ef-87c0-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:50:47.134762Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f1e183f0-381f-11ef-87c0-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T03:05:37.1263341Z", "endExecutionTime": "2024-08-06T18:50:47.851614Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b8cc9c09-3820-11ef-b4f3-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b8cc9c09-3820-11ef-b4f3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b8cc9c09-3820-11ef-b4f3-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:11:13.2116354Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "b8cc9c09-3820-11ef-b4f3-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T03:11:10.0312504Z", - "endExecutionTime": "2024-07-02T03:11:14.0003051Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bfad71e3-3820-11ef-9a15-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bfad71e3-3820-11ef-9a15-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bfad71e3-3820-11ef-9a15-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:11:24.1667356Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "bfad71e3-3820-11ef-9a15-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T03:11:21.3580475Z", - "endExecutionTime": "2024-07-02T03:11:24.9235834Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c66916bc-3820-11ef-8589-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c66916bc-3820-11ef-8589-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c66916bc-3820-11ef-8589-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:11:35.2318032Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "c66916bc-3820-11ef-8589-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T03:11:32.3579805Z", - "endExecutionTime": "2024-07-02T03:11:35.9698571Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cd00dfdb-3820-11ef-9ef7-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd00dfdb-3820-11ef-9ef7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-cd00dfdb-3820-11ef-9ef7-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:11:46.5144844Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "cd00dfdb-3820-11ef-9ef7-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T03:11:43.4747892Z", - "endExecutionTime": "2024-07-02T03:11:47.3312031Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d39a40d4-3820-11ef-b551-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d39a40d4-3820-11ef-b551-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-d39a40d4-3820-11ef-b551-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:11:57.2973157Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "d39a40d4-3820-11ef-b551-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T03:11:54.5515597Z", - "endExecutionTime": "2024-07-02T03:11:58.0631282Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d8cc9e0b-3820-11ef-9c40-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8cc9e0b-3820-11ef-9c40-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d8cc9e0b-3820-11ef-9c40-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:12:06.435639Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "d8cc9e0b-3820-11ef-9c40-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T03:12:03.1591301Z", - "endExecutionTime": "2024-07-02T03:12:07.1950061Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-df6dd0db-3820-11ef-b12a-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-df6dd0db-3820-11ef-b12a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-df6dd0db-3820-11ef-b12a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:12:17.3938321Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "df6dd0db-3820-11ef-b12a-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T03:12:14.5513973Z", - "endExecutionTime": "2024-07-02T03:12:18.2489266Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e4d71d6b-3820-11ef-ba53-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e4d71d6b-3820-11ef-ba53-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-e4d71d6b-3820-11ef-ba53-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:12:26.2698686Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "e4d71d6b-3820-11ef-ba53-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T03:12:23.3746472Z", - "endExecutionTime": "2024-07-02T03:12:26.9970636Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e9f3dca0-3820-11ef-a25e-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e9f3dca0-3820-11ef-a25e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e9f3dca0-3820-11ef-a25e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:12:34.3077462Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "e9f3dca0-3820-11ef-a25e-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-02T03:12:31.9420332Z", - "endExecutionTime": "2024-07-02T03:12:34.7127505Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f0ab4de9-3820-11ef-bef2-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f0ab4de9-3820-11ef-bef2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "f09e899e-3820-11ef-af8f-f8e4e3ddcdd5", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-f0ab4de9-3820-11ef-bef2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T03:12:44.957Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "f0ab4de9-3820-11ef-bef2-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T03:12:43.2636388Z", - "endExecutionTime": "2024-07-02T03:12:45.01Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f367cb46-3820-11ef-8d55-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f367cb46-3820-11ef-8d55-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "f09e899e-3820-11ef-af8f-f8e4e3ddcdd5", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-f367cb46-3820-11ef-8d55-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T03:12:47.953Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "f367cb46-3820-11ef-8d55-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T03:12:46.2792825Z", - "endExecutionTime": "2024-07-02T03:12:47.985Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f6b8157d-3820-11ef-b47b-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f6b8157d-3820-11ef-b47b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "f6ac80fe-3820-11ef-8060-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f6b8157d-3820-11ef-b47b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T03:13:08.420262Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "f6b8157d-3820-11ef-b47b-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T03:12:53.4354346Z", "endExecutionTime": "2024-07-02T03:13:08.749133Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f89fba86-3820-11ef-836f-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f89fba86-3820-11ef-836f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "f6ac80fe-3820-11ef-8060-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f89fba86-3820-11ef-836f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T03:13:12.262821Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "f89fba86-3820-11ef-836f-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T03:12:55.0859794Z", "endExecutionTime": "2024-07-02T03:13:12.628015Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0ba7f30c-3821-11ef-b209-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0ba7f30c-3821-11ef-b209-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "0b9add69-3821-11ef-b992-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0ba7f30c-3821-11ef-b209-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T03:13:28.727Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "0ba7f30c-3821-11ef-b209-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T03:13:27.0855648Z", - "endExecutionTime": "2024-07-02T03:13:28.743Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0cacc46d-3821-11ef-ad2e-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0cacc46d-3821-11ef-ad2e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "0b9add69-3821-11ef-b992-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0cacc46d-3821-11ef-ad2e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T03:13:30.323Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "0cacc46d-3821-11ef-ad2e-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-02T03:13:28.7320549Z", - "endExecutionTime": "2024-07-02T03:13:30.339Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-12f578e4-3821-11ef-836a-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12f578e4-3821-11ef-836a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "12d8d743-3821-11ef-b8b7-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-12f578e4-3821-11ef-836a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T03:13:56.406765Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "12f578e4-3821-11ef-836a-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T03:13:39.337773Z", "endExecutionTime": "2024-07-02T03:13:56.772Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-13fd0285-3821-11ef-93fb-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-13fd0285-3821-11ef-93fb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "12d8d743-3821-11ef-b8b7-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-13fd0285-3821-11ef-93fb-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-02T03:13:56.511363Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "13fd0285-3821-11ef-93fb-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T03:13:40.985583Z", "endExecutionTime": "2024-07-02T03:13:56.807296Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2e24ae34-3821-11ef-9d6b-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2e24ae34-3821-11ef-9d6b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "2e18ee23-3821-11ef-b8a0-f8e4e3ddcdd5", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2e24ae34-3821-11ef-9d6b-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:14:50.778675Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "2e24ae34-3821-11ef-9d6b-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T03:14:26.4858618Z", "endExecutionTime": "2024-07-02T03:14:51.049689Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3015589e-3821-11ef-b2f5-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3015589e-3821-11ef-b2f5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "2e18ee23-3821-11ef-b8a0-f8e4e3ddcdd5", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3015589e-3821-11ef-b2f5-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-02T03:14:51.633416Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "3015589e-3821-11ef-b2f5-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-02T03:14:29.8071636Z", "endExecutionTime": "2024-07-02T03:14:51.990477Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eaef41a2-3976-11ef-9ee5-002248777a52?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eaef41a2-3976-11ef-9ee5-002248777a52/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "bomd", "basisSet": {"name": "def2-svpd"}, "xcFunctional": {"name": "b3lyp", - "gridLevel": 4}, "molecule": {"charge": 0, "multiplicity": 1}, "scf": {"method": - "rks", "maxSteps": 100, "convergeThreshold": 1e-08}, "molecularDynamics": - {"steps": 100, "temperature": 300, "timeStep": 1, "thermostat": {"type": "berendsen", - "timeSmoothingFactor": 0.05}}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-eaef41a2-3976-11ef-9ee5-002248777a52/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-03T20:01:04.6141037Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "C6H6O_bomd", "id": "eaef41a2-3976-11ef-9ee5-002248777a52", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-03T20:00:39.5253827Z", "endExecutionTime": "2024-07-03T20:03:23.0451122Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-360e7880-397f-11ef-9ee5-002248777a52?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-360e7880-397f-11ef-9ee5-002248777a52/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "bomd", "basisSet": {"name": "def2-svpd"}, "xcFunctional": {"name": "b3lyp", - "gridLevel": 4}, "molecule": {"charge": 0, "multiplicity": 1}, "scf": {"method": - "rks", "maxSteps": 100, "convergeThreshold": 1e-08}, "molecularDynamics": - {"steps": 100, "temperature": 300, "timeStep": 1, "thermostat": {"type": "berendsen", - "timeSmoothingFactor": 0.05}}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-360e7880-397f-11ef-9ee5-002248777a52/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-03T21:00:30.418782Z", "cancellationTime": null, - "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": - [], "name": "C6H6O_bomd", "id": "360e7880-397f-11ef-9ee5-002248777a52", "providerId": - "microsoft-elements", "target": "microsoft.dft", "creationTime": "2024-07-03T21:00:02.1519638Z", - "endExecutionTime": "2024-07-03T21:02:59.9493967Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-234b1f12-3e36-11ef-8a39-000d3ac5a031?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-234b1f12-3e36-11ef-8a39-000d3ac5a031/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svpd"}, "xcFunctional": {"name": "b3lyp", - "gridLevel": 4}, "molecule": {"charge": 0, "multiplicity": 1}, "scf": {"method": - "rks", "maxSteps": 100, "convergeThreshold": 1e-08}}]}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": - "microsoft.dft-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-234b1f12-3e36-11ef-8a39-000d3ac5a031/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-09T20:59:57.9221763Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "C6H6O_spe", "id": "234b1f12-3e36-11ef-8a39-000d3ac5a031", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-09T20:59:32.5178692Z", "endExecutionTime": "2024-07-09T21:00:30.9994245Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-35cc60b8-4614-11ef-ace6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-35cc60b8-4614-11ef-ace6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-35cc60b8-4614-11ef-ace6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-19T21:20:29.479526Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "35cc60b8-4614-11ef-ace6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-19T21:16:51.8168347Z", "endExecutionTime": "2024-07-19T21:20:30.797117Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f6970eae-4635-11ef-8f56-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f6970eae-4635-11ef-8f56-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f6970eae-4635-11ef-8f56-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-20T01:18:39.613Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f6970eae-4635-11ef-8f56-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-20T01:18:32.3553112Z", - "endExecutionTime": "2024-07-20T01:18:39.633Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-01f6f742-4636-11ef-a70b-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-01f6f742-4636-11ef-a70b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-01f6f742-4636-11ef-a70b-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-20T09:18:27.360054Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "01f6f742-4636-11ef-a70b-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-20T01:18:48.4605247Z", "endExecutionTime": "2024-07-20T09:18:28.913111Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6e386064-472d-11ef-854f-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6e386064-472d-11ef-854f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6e386064-472d-11ef-854f-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-21T06:50:08.141123Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6e386064-472d-11ef-854f-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-21T06:49:56.5099018Z", "endExecutionTime": "2024-07-21T06:50:08.659634Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a0dc1583-472d-11ef-b0e8-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a0dc1583-472d-11ef-b0e8-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a0dc1583-472d-11ef-b0e8-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-21T06:51:24.880568Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a0dc1583-472d-11ef-b0e8-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-21T06:51:18.627435Z", - "endExecutionTime": "2024-07-21T06:51:25.6588512Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ad274633-472e-11ef-9871-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ad274633-472e-11ef-9871-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ad274633-472e-11ef-9871-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-21T06:58:56.152Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "ad274633-472e-11ef-9871-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-21T06:58:53.938133Z", - "endExecutionTime": "2024-07-21T06:58:56.22Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c0ba598d-472e-11ef-9c00-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c0ba598d-472e-11ef-9c00-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c0ba598d-472e-11ef-9c00-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-21T06:59:25.759Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "c0ba598d-472e-11ef-9c00-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-21T06:59:23.7928508Z", - "endExecutionTime": "2024-07-21T06:59:25.829Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c68bac58-472e-11ef-adae-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c68bac58-472e-11ef-adae-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c68bac58-472e-11ef-adae-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-21T06:59:35.288Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "c68bac58-472e-11ef-adae-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-21T06:59:33.6085799Z", - "endExecutionTime": "2024-07-21T06:59:35.326Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cc69fa2d-472e-11ef-a151-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cc69fa2d-472e-11ef-a151-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cc69fa2d-472e-11ef-a151-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-21T06:59:45.265Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "cc69fa2d-472e-11ef-a151-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-21T06:59:43.5564708Z", - "endExecutionTime": "2024-07-21T06:59:45.288Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d24256bb-472e-11ef-88cc-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d24256bb-472e-11ef-88cc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d24256bb-472e-11ef-88cc-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-21T06:59:55.496Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "d24256bb-472e-11ef-88cc-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-21T06:59:52.8669509Z", - "endExecutionTime": "2024-07-21T06:59:55.522Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a1f286e6-484f-11ef-9553-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a1f286e6-484f-11ef-9553-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a1f286e6-484f-11ef-9553-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:27:14.056Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a1f286e6-484f-11ef-9553-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:27:12.0236065Z", - "endExecutionTime": "2024-07-22T17:27:14.162Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a692e484-484f-11ef-9604-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a692e484-484f-11ef-9604-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a692e484-484f-11ef-9604-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:27:22.135Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a692e484-484f-11ef-9604-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:27:18.8322879Z", - "endExecutionTime": "2024-07-22T17:27:22.241Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ae776715-484f-11ef-92de-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae776715-484f-11ef-92de-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ae776715-484f-11ef-92de-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:27:33.926Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ae776715-484f-11ef-92de-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:27:32.0777601Z", - "endExecutionTime": "2024-07-22T17:27:34.04Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b27a4a66-484f-11ef-951b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b27a4a66-484f-11ef-951b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b27a4a66-484f-11ef-951b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:27:40.626Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b27a4a66-484f-11ef-951b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:27:38.9212261Z", - "endExecutionTime": "2024-07-22T17:27:40.721Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b6974bba-484f-11ef-a6a6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b6974bba-484f-11ef-a6a6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b6974bba-484f-11ef-a6a6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:27:47.502Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b6974bba-484f-11ef-a6a6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:27:45.6773028Z", - "endExecutionTime": "2024-07-22T17:27:47.609Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ba5e9c08-484f-11ef-bf75-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba5e9c08-484f-11ef-bf75-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ba5e9c08-484f-11ef-bf75-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:27:53.897Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ba5e9c08-484f-11ef-bf75-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:27:52.2177887Z", - "endExecutionTime": "2024-07-22T17:27:54.001Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-be4318ed-484f-11ef-bfaa-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-be4318ed-484f-11ef-bfaa-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-be4318ed-484f-11ef-bfaa-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:28:00.327Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "be4318ed-484f-11ef-bfaa-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:27:58.5531206Z", - "endExecutionTime": "2024-07-22T17:28:00.423Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cab1e485-484f-11ef-b3f2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cab1e485-484f-11ef-b3f2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-185", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-185", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cab1e485-484f-11ef-b3f2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:28:19.9094238Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-185", "id": "cab1e485-484f-11ef-b3f2-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-22T17:28:19.4484313Z", "endExecutionTime": "2024-07-22T17:28:22.3551702Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cecf9568-484f-11ef-893f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cecf9568-484f-11ef-893f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-187", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-187", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cecf9568-484f-11ef-893f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:28:27.1700795Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-187", "id": "cecf9568-484f-11ef-893f-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-22T17:28:26.3460678Z", "endExecutionTime": "2024-07-22T17:28:29.6087974Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d30bfef4-484f-11ef-8889-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d30bfef4-484f-11ef-8889-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-189", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d30bfef4-484f-11ef-8889-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:28:34.0607385Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-189", "id": "d30bfef4-484f-11ef-8889-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-22T17:28:33.5647258Z", "endExecutionTime": "2024-07-22T17:28:36.2788756Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d7501de3-484f-11ef-8c1e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d7501de3-484f-11ef-8c1e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d7501de3-484f-11ef-8c1e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:28:52.459789Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "d7501de3-484f-11ef-8c1e-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-22T17:28:40.6587994Z", - "endExecutionTime": "2024-07-22T17:28:53.679374Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e48124e9-484f-11ef-820d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e48124e9-484f-11ef-820d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-195", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e48124e9-484f-11ef-820d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:29:04.728Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-195", "id": "e48124e9-484f-11ef-820d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:29:02.9584632Z", - "endExecutionTime": "2024-07-22T17:29:04.849Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e8a0d7b6-484f-11ef-94c0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e8a0d7b6-484f-11ef-94c0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e8a0d7b6-484f-11ef-94c0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:29:20.929884Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e8a0d7b6-484f-11ef-94c0-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-22T17:29:09.654221Z", - "endExecutionTime": "2024-07-22T17:29:21.911286Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f327852c-484f-11ef-b38b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f327852c-484f-11ef-b38b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f327852c-484f-11ef-b38b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:29:38.666501Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f327852c-484f-11ef-b38b-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-22T17:29:27.4493916Z", - "endExecutionTime": "2024-07-22T17:29:40.746279Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fd98553e-484f-11ef-9024-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fd98553e-484f-11ef-9024-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fd98553e-484f-11ef-9024-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:29:56.210515Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fd98553e-484f-11ef-9024-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-22T17:29:45.1598506Z", - "endExecutionTime": "2024-07-22T17:29:56.901719Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 0.0, "amountConsumed": 0.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-08314c27-4850-11ef-b99a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-08314c27-4850-11ef-b99a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-08314c27-4850-11ef-b99a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:30:20.1283895Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "08314c27-4850-11ef-b99a-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:30:02.8016842Z", - "endExecutionTime": "2024-07-22T17:30:21.9168291Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1778ce6e-4850-11ef-bff3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1778ce6e-4850-11ef-bff3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1778ce6e-4850-11ef-bff3-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:30:33.1718263Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1778ce6e-4850-11ef-bff3-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:30:28.3999022Z", - "endExecutionTime": "2024-07-22T17:30:33.9645049Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1cbf5304-4850-11ef-9840-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1cbf5304-4850-11ef-9840-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1cbf5304-4850-11ef-9840-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:30:42.0810459Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1cbf5304-4850-11ef-9840-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:30:37.2003618Z", - "endExecutionTime": "2024-07-22T17:30:42.8678957Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-22087942-4850-11ef-91e9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-22087942-4850-11ef-91e9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-22087942-4850-11ef-91e9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:30:56.1030471Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "22087942-4850-11ef-91e9-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:30:46.1062053Z", - "endExecutionTime": "2024-07-22T17:31:01.9289037Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3136ee0f-4850-11ef-a67f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3136ee0f-4850-11ef-a67f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3136ee0f-4850-11ef-a67f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:31:21.2878719Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3136ee0f-4850-11ef-a67f-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:31:11.5320334Z", - "endExecutionTime": "2024-07-22T17:31:22.0498522Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-654a2c13-4851-11ef-b14b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-654a2c13-4851-11ef-b14b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-654a2c13-4851-11ef-b14b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:39:51.226Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "654a2c13-4851-11ef-b14b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:39:49.1439656Z", - "endExecutionTime": "2024-07-22T17:39:51.274Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-69de115b-4851-11ef-b7a1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-69de115b-4851-11ef-b7a1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-69de115b-4851-11ef-b7a1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:39:57.723Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "69de115b-4851-11ef-b7a1-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:39:55.9700308Z", - "endExecutionTime": "2024-07-22T17:39:57.833Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-703e00d2-4851-11ef-b7b6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-703e00d2-4851-11ef-b7b6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-703e00d2-4851-11ef-b7b6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:40:08.444Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "703e00d2-4851-11ef-b7b6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:40:06.6881147Z", - "endExecutionTime": "2024-07-22T17:40:08.514Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-743ff91e-4851-11ef-ba7b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-743ff91e-4851-11ef-ba7b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-743ff91e-4851-11ef-ba7b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:40:15.419Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "743ff91e-4851-11ef-ba7b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:40:13.5870062Z", - "endExecutionTime": "2024-07-22T17:40:15.529Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7877bc3b-4851-11ef-bbd2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7877bc3b-4851-11ef-bbd2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7877bc3b-4851-11ef-bbd2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:40:22.245Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7877bc3b-4851-11ef-bbd2-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:40:20.4772016Z", - "endExecutionTime": "2024-07-22T17:40:22.286Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7c49571c-4851-11ef-8158-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7c49571c-4851-11ef-8158-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7c49571c-4851-11ef-8158-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:40:28.814Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7c49571c-4851-11ef-8158-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:40:27.0039449Z", - "endExecutionTime": "2024-07-22T17:40:28.925Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8024dbcd-4851-11ef-ba97-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8024dbcd-4851-11ef-ba97-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8024dbcd-4851-11ef-ba97-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:40:35.069Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8024dbcd-4851-11ef-ba97-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:40:33.3678167Z", - "endExecutionTime": "2024-07-22T17:40:35.107Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8d2290b8-4851-11ef-ae95-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8d2290b8-4851-11ef-ae95-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-185", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-185", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8d2290b8-4851-11ef-ae95-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:40:55.7234159Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-185", "id": "8d2290b8-4851-11ef-ae95-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-22T17:40:55.1628973Z", "endExecutionTime": "2024-07-22T17:40:57.9650726Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-917db0ea-4851-11ef-8f95-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-917db0ea-4851-11ef-8f95-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-187", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-187", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-917db0ea-4851-11ef-8f95-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:41:06.7874848Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-187", "id": "917db0ea-4851-11ef-8f95-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-22T17:41:02.6255425Z", "endExecutionTime": "2024-07-22T17:41:09.0785383Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9722032e-4851-11ef-b269-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9722032e-4851-11ef-b269-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-189", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9722032e-4851-11ef-b269-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:41:12.2498834Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-189", "id": "9722032e-4851-11ef-b269-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-22T17:41:11.8994373Z", "endExecutionTime": "2024-07-22T17:41:14.4556196Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9b4d089e-4851-11ef-921c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9b4d089e-4851-11ef-921c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9b4d089e-4851-11ef-921c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:41:28.11088Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "9b4d089e-4851-11ef-921c-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-22T17:41:19.0283565Z", - "endExecutionTime": "2024-07-22T17:41:29.012877Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a85969c0-4851-11ef-8274-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a85969c0-4851-11ef-8274-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-195", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a85969c0-4851-11ef-8274-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T17:41:42.789Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-195", "id": "a85969c0-4851-11ef-8274-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T17:41:40.9217527Z", - "endExecutionTime": "2024-07-22T17:41:42.834Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ac70b989-4851-11ef-972c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac70b989-4851-11ef-972c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ac70b989-4851-11ef-972c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:41:58.683475Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ac70b989-4851-11ef-972c-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-22T17:41:47.6657764Z", - "endExecutionTime": "2024-07-22T17:41:59.56845Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b6f24af3-4851-11ef-82a3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b6f24af3-4851-11ef-82a3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b6f24af3-4851-11ef-82a3-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:42:22.18213Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b6f24af3-4851-11ef-82a3-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-22T17:42:05.4413943Z", - "endExecutionTime": "2024-07-22T17:42:24.12152Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c5fe53fb-4851-11ef-9d51-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c5fe53fb-4851-11ef-9d51-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c5fe53fb-4851-11ef-9d51-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:42:41.709558Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c5fe53fb-4851-11ef-9d51-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-22T17:42:30.6308351Z", - "endExecutionTime": "2024-07-22T17:42:42.388821Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d069d770-4851-11ef-93cd-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d069d770-4851-11ef-93cd-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d069d770-4851-11ef-93cd-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:42:53.2454183Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d069d770-4851-11ef-93cd-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:42:48.174104Z", - "endExecutionTime": "2024-07-22T17:42:54.0342971Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d5da85e1-4851-11ef-b8b4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d5da85e1-4851-11ef-b8b4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d5da85e1-4851-11ef-b8b4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:43:02.4003249Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d5da85e1-4851-11ef-b8b4-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:42:57.1301621Z", - "endExecutionTime": "2024-07-22T17:43:03.1765155Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-dd0c406e-4851-11ef-944b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dd0c406e-4851-11ef-944b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dd0c406e-4851-11ef-944b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:43:24.4336259Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dd0c406e-4851-11ef-944b-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:43:09.3371417Z", - "endExecutionTime": "2024-07-22T17:43:27.297139Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ec304b5e-4851-11ef-aea9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec304b5e-4851-11ef-aea9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ec304b5e-4851-11ef-aea9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:44:13.6168634Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ec304b5e-4851-11ef-aea9-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:43:34.8000072Z", - "endExecutionTime": "2024-07-22T17:44:14.4765673Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0cbac673-4852-11ef-a089-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0cbac673-4852-11ef-a089-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0cbac673-4852-11ef-a089-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T17:44:50.8121141Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0cbac673-4852-11ef-a089-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T17:44:29.2809155Z", - "endExecutionTime": "2024-07-22T17:44:51.6111032Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7aae838a-4854-11ef-99d8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7aae838a-4854-11ef-99d8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7aae838a-4854-11ef-99d8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T18:01:56.047Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7aae838a-4854-11ef-99d8-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T18:01:54.1475216Z", - "endExecutionTime": "2024-07-22T18:01:56.14Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7fa2b9b9-4854-11ef-bc15-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7fa2b9b9-4854-11ef-bc15-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7fa2b9b9-4854-11ef-bc15-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T18:02:02.766Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7fa2b9b9-4854-11ef-bc15-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T18:02:01.0509004Z", - "endExecutionTime": "2024-07-22T18:02:02.804Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-860b49b4-4854-11ef-8f89-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-860b49b4-4854-11ef-8f89-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-860b49b4-4854-11ef-8f89-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T18:02:13.634Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "860b49b4-4854-11ef-8f89-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T18:02:11.8122748Z", - "endExecutionTime": "2024-07-22T18:02:13.73Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-89f545bb-4854-11ef-9144-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-89f545bb-4854-11ef-9144-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-89f545bb-4854-11ef-9144-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T18:02:20.133Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "89f545bb-4854-11ef-9144-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T18:02:18.4118302Z", - "endExecutionTime": "2024-07-22T18:02:20.176Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8e108e62-4854-11ef-b463-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8e108e62-4854-11ef-b463-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8e108e62-4854-11ef-b463-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T18:02:26.988Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8e108e62-4854-11ef-b463-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T18:02:25.2096505Z", - "endExecutionTime": "2024-07-22T18:02:27.03Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-91c2dda4-4854-11ef-a501-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-91c2dda4-4854-11ef-a501-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-91c2dda4-4854-11ef-a501-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T18:02:33.488Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "91c2dda4-4854-11ef-a501-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T18:02:31.6690708Z", - "endExecutionTime": "2024-07-22T18:02:33.59Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-95ad8aaf-4854-11ef-ba06-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-95ad8aaf-4854-11ef-ba06-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-95ad8aaf-4854-11ef-ba06-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T18:02:39.904Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "95ad8aaf-4854-11ef-ba06-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T18:02:38.0784775Z", - "endExecutionTime": "2024-07-22T18:02:39.941Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a13ef9b4-4854-11ef-a735-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a13ef9b4-4854-11ef-a735-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-185", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-185", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a13ef9b4-4854-11ef-a735-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T18:03:02.5303305Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-185", "id": "a13ef9b4-4854-11ef-a735-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-22T18:02:57.3508075Z", "endExecutionTime": "2024-07-22T18:03:05.0047106Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a8b5abc0-4854-11ef-b68b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a8b5abc0-4854-11ef-b68b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-187", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-187", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a8b5abc0-4854-11ef-b68b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T18:03:10.6838097Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-187", "id": "a8b5abc0-4854-11ef-b68b-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-22T18:03:10.1537409Z", "endExecutionTime": "2024-07-22T18:03:12.9464126Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-acdc9101-4854-11ef-a4e5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-acdc9101-4854-11ef-a4e5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-189", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-acdc9101-4854-11ef-a4e5-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T18:03:17.2678951Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-189", "id": "acdc9101-4854-11ef-a4e5-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-22T18:03:16.8504155Z", "endExecutionTime": "2024-07-22T18:03:19.4993762Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b0e7fbd9-4854-11ef-ab56-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0e7fbd9-4854-11ef-ab56-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b0e7fbd9-4854-11ef-ab56-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T18:03:33.880039Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "b0e7fbd9-4854-11ef-ab56-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-22T18:03:23.8604348Z", - "endExecutionTime": "2024-07-22T18:03:34.896869Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bc00b2a4-4854-11ef-a6b7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc00b2a4-4854-11ef-a6b7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bc00b2a4-4854-11ef-a6b7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T18:03:47.773Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bc00b2a4-4854-11ef-a6b7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T18:03:42.9472199Z", - "endExecutionTime": "2024-07-22T18:03:47.863Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7893188f-4859-11ef-a342-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7893188f-4859-11ef-a342-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7893188f-4859-11ef-a342-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7893188f-4859-11ef-a342-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T18:37:37.4376953Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bea2b017-4859-11ef-a639-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bea2b017-4859-11ef-a639-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bea2b017-4859-11ef-a639-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T18:39:50.728164Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "bea2b017-4859-11ef-a639-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T18:39:41.7990791Z", - "endExecutionTime": "2024-07-22T18:39:51.4687445Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d236029b-4859-11ef-b698-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d236029b-4859-11ef-b698-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d236029b-4859-11ef-b698-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T18:40:41.9166134Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "d236029b-4859-11ef-b698-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-22T18:40:26.5347278Z", - "endExecutionTime": "2024-07-22T18:40:42.6647075Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a3e9ce46-4870-11ef-b17c-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3e9ce46-4870-11ef-b17c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a3e9ce46-4870-11ef-b17c-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:23:38.363Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "a3e9ce46-4870-11ef-b17c-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:23:36.3416961Z", - "endExecutionTime": "2024-07-22T21:23:38.418Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b63838e9-4870-11ef-89ef-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b63838e9-4870-11ef-89ef-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b63838e9-4870-11ef-89ef-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:24:05.935Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "b63838e9-4870-11ef-89ef-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:24:04.1628078Z", - "endExecutionTime": "2024-07-22T21:24:06.024Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bb3b9005-4870-11ef-80b2-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bb3b9005-4870-11ef-80b2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bb3b9005-4870-11ef-80b2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:24:14.219Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "bb3b9005-4870-11ef-80b2-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:24:12.3721833Z", - "endExecutionTime": "2024-07-22T21:24:14.313Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c0258e0a-4870-11ef-ae00-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c0258e0a-4870-11ef-ae00-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c0258e0a-4870-11ef-ae00-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:24:22.475Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "c0258e0a-4870-11ef-ae00-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:24:20.7755074Z", - "endExecutionTime": "2024-07-22T21:24:22.513Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c5207d70-4870-11ef-84fc-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c5207d70-4870-11ef-84fc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c5207d70-4870-11ef-84fc-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:24:31.07Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "c5207d70-4870-11ef-84fc-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:24:29.3016764Z", - "endExecutionTime": "2024-07-22T21:24:31.11Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e6c03859-4870-11ef-8b37-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6c03859-4870-11ef-8b37-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e6c03859-4870-11ef-8b37-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T21:25:54.7817794Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "e6c03859-4870-11ef-8b37-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-07-22T21:25:25.7099319Z", - "endExecutionTime": "2024-07-22T21:27:29.2770702Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-444895e1-4871-11ef-9d32-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-444895e1-4871-11ef-9d32-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-444895e1-4871-11ef-9d32-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T21:28:33.4233464Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "444895e1-4871-11ef-9d32-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-22T21:28:02.6651098Z", "endExecutionTime": "2024-07-22T21:29:07.8203894Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ca903208-4871-11ef-8c52-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ca903208-4871-11ef-8c52-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ca903208-4871-11ef-8c52-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:31:48.794Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ca903208-4871-11ef-8c52-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:31:46.9764194Z", - "endExecutionTime": "2024-07-22T21:31:48.897Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d03e575d-4871-11ef-9cc5-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d03e575d-4871-11ef-9cc5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d03e575d-4871-11ef-9cc5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:31:57.646Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d03e575d-4871-11ef-9cc5-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:31:55.9388214Z", - "endExecutionTime": "2024-07-22T21:31:57.671Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e08abc4f-4871-11ef-aff8-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e08abc4f-4871-11ef-aff8-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e08abc4f-4871-11ef-aff8-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:32:25.659Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e08abc4f-4871-11ef-aff8-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:32:24.057206Z", - "endExecutionTime": "2024-07-22T21:32:25.674Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e64a3796-4871-11ef-aba4-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e64a3796-4871-11ef-aba4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e64a3796-4871-11ef-aba4-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:32:35.073Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e64a3796-4871-11ef-aba4-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:32:32.7445879Z", - "endExecutionTime": "2024-07-22T21:32:35.091Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-356fe29b-4872-11ef-9687-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-356fe29b-4872-11ef-9687-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-204", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-356fe29b-4872-11ef-9687-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T21:34:48.316Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-204", "id": "356fe29b-4872-11ef-9687-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T21:34:46.4984797Z", - "endExecutionTime": "2024-07-22T21:34:48.332Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-046df299-4880-11ef-85e5-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-046df299-4880-11ef-85e5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-046df299-4880-11ef-85e5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T23:14:12.4637305Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "046df299-4880-11ef-85e5-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-07-22T23:13:37.2217418Z", - "endExecutionTime": "2024-07-22T23:15:48.2219059Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5fe02c6a-4880-11ef-acdc-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5fe02c6a-4880-11ef-acdc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5fe02c6a-4880-11ef-acdc-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-22T23:16:39.0375303Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "5fe02c6a-4880-11ef-acdc-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-22T23:16:09.4369405Z", "endExecutionTime": "2024-07-22T23:17:13.0076104Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d4ecb941-4880-11ef-878a-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d4ecb941-4880-11ef-878a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d4ecb941-4880-11ef-878a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:19:30.42Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "d4ecb941-4880-11ef-878a-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:19:28.3719194Z", - "endExecutionTime": "2024-07-22T23:19:30.471Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e4b11cd2-4880-11ef-bf36-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e4b11cd2-4880-11ef-bf36-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e4b11cd2-4880-11ef-bf36-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:19:54.418Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "e4b11cd2-4880-11ef-bf36-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:19:52.5363502Z", - "endExecutionTime": "2024-07-22T23:19:54.498Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e88a9405-4880-11ef-ba1e-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e88a9405-4880-11ef-ba1e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e88a9405-4880-11ef-ba1e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:20:00.686Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "e88a9405-4880-11ef-ba1e-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:19:58.9038305Z", - "endExecutionTime": "2024-07-22T23:20:00.724Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ec5e3202-4880-11ef-b613-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec5e3202-4880-11ef-b613-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ec5e3202-4880-11ef-b613-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:20:07.107Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "ec5e3202-4880-11ef-b613-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:20:05.3951959Z", - "endExecutionTime": "2024-07-22T23:20:07.143Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f03d571b-4880-11ef-bc75-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f03d571b-4880-11ef-bc75-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f03d571b-4880-11ef-bc75-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:20:13.678Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "f03d571b-4880-11ef-bc75-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:20:11.8635827Z", - "endExecutionTime": "2024-07-22T23:20:13.708Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e84c7c3e-4881-11ef-bea9-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e84c7c3e-4881-11ef-bea9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e84c7c3e-4881-11ef-bea9-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:27:10.331Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e84c7c3e-4881-11ef-bea9-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:27:08.5462042Z", - "endExecutionTime": "2024-07-22T23:27:10.347Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ed0a25a8-4881-11ef-8b12-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ed0a25a8-4881-11ef-8b12-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ed0a25a8-4881-11ef-8b12-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:27:16.898Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ed0a25a8-4881-11ef-8b12-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:27:15.1998952Z", - "endExecutionTime": "2024-07-22T23:27:16.921Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fabdd6b8-4881-11ef-94b3-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fabdd6b8-4881-11ef-94b3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fabdd6b8-4881-11ef-94b3-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:27:39.759Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fabdd6b8-4881-11ef-94b3-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:27:38.1693303Z", - "endExecutionTime": "2024-07-22T23:27:39.778Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fe8fbf12-4881-11ef-94a5-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fe8fbf12-4881-11ef-94a5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fe8fbf12-4881-11ef-94a5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:27:46.094Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fe8fbf12-4881-11ef-94a5-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:27:44.5601364Z", - "endExecutionTime": "2024-07-22T23:27:46.11Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-46dacbad-4882-11ef-8b2b-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-46dacbad-4882-11ef-8b2b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-204", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-46dacbad-4882-11ef-8b2b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-22T23:29:47.85Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-204", "id": "46dacbad-4882-11ef-8b2b-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-22T23:29:45.8803474Z", - "endExecutionTime": "2024-07-22T23:29:47.877Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cb40a2b8-488c-11ef-a3df-000d3afc83d3?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cb40a2b8-488c-11ef-a3df-000d3afc83d3/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "bomd", "basisSet": {"name": "def2-svpd"}, "xcFunctional": {"name": "b3lyp", - "gridLevel": 4}, "molecule": {"charge": 0, "multiplicity": 1}, "scf": {"method": - "rks", "maxSteps": 100, "convergeThreshold": 1e-08}, "molecularDynamics": - {"steps": 100, "temperature": 300, "timeStep": 1, "thermostat": {"type": "berendsen", - "timeSmoothingFactor": 0.05}}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb40a2b8-488c-11ef-a3df-000d3afc83d3/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T00:45:26.0264077Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "C6H6O_bomd", "id": "cb40a2b8-488c-11ef-a3df-000d3afc83d3", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-23T00:45:02.8784611Z", "endExecutionTime": "2024-07-23T00:47:43.1147766Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-48391904-489a-11ef-93f1-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-48391904-489a-11ef-93f1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-48391904-489a-11ef-93f1-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T02:22:14.895112Z", "cancellationTime": null, - "quantumComputingData": null, "errorData": {"code": "RuntimeError", "message": - "The job failed due to a runtime error. Please check the output file or the - additional output zip file for error messages, and try submitting the job - again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "48391904-489a-11ef-93f1-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-07-23T02:21:37.5224421Z", - "endExecutionTime": "2024-07-23T02:23:48.7263115Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ac202f64-489a-11ef-b02d-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac202f64-489a-11ef-b02d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ac202f64-489a-11ef-b02d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T02:24:50.8926724Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "ac202f64-489a-11ef-b02d-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-23T02:24:24.3313015Z", "endExecutionTime": "2024-07-23T02:25:24.7258233Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a040acf1-489b-11ef-9690-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a040acf1-489b-11ef-9690-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a040acf1-489b-11ef-9690-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T02:31:50.9726277Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "a040acf1-489b-11ef-9690-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-07-23T02:31:14.6865166Z", - "endExecutionTime": "2024-07-23T02:33:27.4584381Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fa4ed159-489b-11ef-95e9-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fa4ed159-489b-11ef-95e9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fa4ed159-489b-11ef-95e9-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T02:33:45.6567986Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "fa4ed159-489b-11ef-95e9-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-07-23T02:33:45.1865848Z", - "endExecutionTime": "2024-07-23T02:33:45.6567986Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fdbed8b9-489b-11ef-a229-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fdbed8b9-489b-11ef-a229-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fdbed8b9-489b-11ef-a229-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T02:34:23.2194194Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "fdbed8b9-489b-11ef-a229-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-23T02:33:50.6859568Z", "endExecutionTime": "2024-07-23T02:34:58.2432415Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-48ca300d-489e-11ef-ab02-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-48ca300d-489e-11ef-ab02-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-48ca300d-489e-11ef-ab02-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T02:50:46.0700612Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "48ca300d-489e-11ef-ab02-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-07-23T02:50:16.4781608Z", - "endExecutionTime": "2024-07-23T02:52:19.9464587Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a2e604df-489e-11ef-8901-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a2e604df-489e-11ef-8901-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a2e604df-489e-11ef-8901-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T02:52:47.4208729Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "a2e604df-489e-11ef-8901-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-07-23T02:52:46.9107037Z", - "endExecutionTime": "2024-07-23T02:52:47.4208729Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a536272f-489e-11ef-85fe-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a536272f-489e-11ef-85fe-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a536272f-489e-11ef-85fe-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T02:53:21.3523964Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "a536272f-489e-11ef-85fe-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-23T02:52:50.7795674Z", "endExecutionTime": "2024-07-23T02:53:56.4794694Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f783b6ad-48a4-11ef-8a2f-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f783b6ad-48a4-11ef-8a2f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f783b6ad-48a4-11ef-8a2f-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T03:38:16.5947526Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f783b6ad-48a4-11ef-8a2f-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-23T03:38:05.7817474Z", - "endExecutionTime": "2024-07-23T03:38:17.4527391Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c0a0aa41-492a-11ef-a1e0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c0a0aa41-492a-11ef-a1e0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c0a0aa41-492a-11ef-a1e0-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:35:47.665Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c0a0aa41-492a-11ef-a1e0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:35:45.8187191Z", - "endExecutionTime": "2024-07-23T19:35:47.681Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c69dbbef-492a-11ef-a1f3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c69dbbef-492a-11ef-a1f3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c69dbbef-492a-11ef-a1f3-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:35:56.509Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c69dbbef-492a-11ef-a1f3-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:35:54.9361285Z", - "endExecutionTime": "2024-07-23T19:35:56.528Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-caa2ba0a-492a-11ef-8de6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-caa2ba0a-492a-11ef-8de6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-caa2ba0a-492a-11ef-8de6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:36:15.48128Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "caa2ba0a-492a-11ef-8de6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:36:01.7564831Z", "endExecutionTime": "2024-07-23T19:36:15.858289Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d629c133-492a-11ef-a0f7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d629c133-492a-11ef-a0f7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d629c133-492a-11ef-a0f7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:36:23.007Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d629c133-492a-11ef-a0f7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:36:21.2148331Z", - "endExecutionTime": "2024-07-23T19:36:23.025Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-da430357-492a-11ef-80ce-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da430357-492a-11ef-80ce-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-da430357-492a-11ef-80ce-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:36:29.435Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "da430357-492a-11ef-80ce-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:36:27.8121526Z", - "endExecutionTime": "2024-07-23T19:36:29.456Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-de2ccf23-492a-11ef-b69a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-de2ccf23-492a-11ef-b69a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-de2ccf23-492a-11ef-b69a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:36:36.201Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "de2ccf23-492a-11ef-b69a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:36:34.4416978Z", - "endExecutionTime": "2024-07-23T19:36:36.214Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e1e68e19-492a-11ef-9806-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1e68e19-492a-11ef-9806-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e1e68e19-492a-11ef-9806-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:36:42.238Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e1e68e19-492a-11ef-9806-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:36:40.6480744Z", - "endExecutionTime": "2024-07-23T19:36:42.255Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e58cb0be-492a-11ef-a2b0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e58cb0be-492a-11ef-a2b0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e58cb0be-492a-11ef-a2b0-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:36:48.389Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e58cb0be-492a-11ef-a2b0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:36:46.8902489Z", - "endExecutionTime": "2024-07-23T19:36:48.41Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e94bad55-492a-11ef-8c80-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e94bad55-492a-11ef-8c80-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e94bad55-492a-11ef-8c80-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:37:15.786221Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e94bad55-492a-11ef-8c80-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:36:53.0287543Z", "endExecutionTime": "2024-07-23T19:37:16.257389Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ff781b3a-492a-11ef-8226-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ff781b3a-492a-11ef-8226-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ff781b3a-492a-11ef-8226-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:39:19.986539Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ff781b3a-492a-11ef-8226-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-23T19:37:30.2589858Z", "endExecutionTime": "2024-07-23T19:39:24.231043Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-46a32dd8-492b-11ef-9679-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-46a32dd8-492b-11ef-9679-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-46a32dd8-492b-11ef-9679-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:39:32.182152Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "46a32dd8-492b-11ef-9679-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-07-23T19:39:29.6571349Z", "endExecutionTime": "2024-07-23T19:39:32.182521Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c660ab82-492b-11ef-92eb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c660ab82-492b-11ef-92eb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c660ab82-492b-11ef-92eb-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:43:06.678Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c660ab82-492b-11ef-92eb-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:43:04.8308045Z", - "endExecutionTime": "2024-07-23T19:43:06.7Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cafe0eb3-492b-11ef-882e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cafe0eb3-492b-11ef-882e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cafe0eb3-492b-11ef-882e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:43:13.533Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cafe0eb3-492b-11ef-882e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:43:11.8631757Z", - "endExecutionTime": "2024-07-23T19:43:13.555Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cf1266da-492b-11ef-b629-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cf1266da-492b-11ef-b629-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cf1266da-492b-11ef-b629-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:43:27.85759Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cf1266da-492b-11ef-b629-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:43:18.5335773Z", "endExecutionTime": "2024-07-23T19:43:28.298626Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dab88b25-492b-11ef-9352-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dab88b25-492b-11ef-9352-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dab88b25-492b-11ef-9352-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:43:39.766Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dab88b25-492b-11ef-9352-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:43:38.1994869Z", - "endExecutionTime": "2024-07-23T19:43:39.788Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-deb8e744-492b-11ef-9b7e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-deb8e744-492b-11ef-9b7e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-deb8e744-492b-11ef-9b7e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:43:46.374Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "deb8e744-492b-11ef-9b7e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:43:44.7906661Z", - "endExecutionTime": "2024-07-23T19:43:46.396Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e2aa85c3-492b-11ef-ab01-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e2aa85c3-492b-11ef-ab01-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e2aa85c3-492b-11ef-ab01-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:43:53.183Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e2aa85c3-492b-11ef-ab01-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:43:51.5551291Z", - "endExecutionTime": "2024-07-23T19:43:53.201Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e6814610-492b-11ef-90ea-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6814610-492b-11ef-90ea-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e6814610-492b-11ef-90ea-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:43:59.41Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e6814610-492b-11ef-90ea-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:43:57.8663198Z", - "endExecutionTime": "2024-07-23T19:43:59.479Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea4c720f-492b-11ef-9f1f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea4c720f-492b-11ef-9f1f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ea4c720f-492b-11ef-9f1f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:44:06.045Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ea4c720f-492b-11ef-9f1f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:44:04.3981581Z", - "endExecutionTime": "2024-07-23T19:44:06.074Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee2ca0c6-492b-11ef-9ff1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee2ca0c6-492b-11ef-9ff1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ee2ca0c6-492b-11ef-9ff1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:44:33.288588Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ee2ca0c6-492b-11ef-9ff1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:44:10.7225067Z", "endExecutionTime": "2024-07-23T19:44:33.772709Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-045b0dd1-492c-11ef-b1d2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-045b0dd1-492c-11ef-b1d2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-045b0dd1-492c-11ef-b1d2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:46:46.945811Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "045b0dd1-492c-11ef-b1d2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-23T19:44:47.9942545Z", "endExecutionTime": "2024-07-23T19:46:51.393079Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5d6ef9e7-492c-11ef-8ac1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5d6ef9e7-492c-11ef-8ac1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5d6ef9e7-492c-11ef-8ac1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:47:19.809848Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5d6ef9e7-492c-11ef-8ac1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-07-23T19:47:17.5252554Z", "endExecutionTime": "2024-07-23T19:47:19.810121Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-61761cb6-492c-11ef-bf95-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-61761cb6-492c-11ef-bf95-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-61761cb6-492c-11ef-bf95-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:47:34.380622Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "61761cb6-492c-11ef-bf95-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:47:24.1693476Z", "endExecutionTime": "2024-07-23T19:47:34.781804Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6bc977c1-492c-11ef-b6d1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6bc977c1-492c-11ef-b6d1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-6bc977c1-492c-11ef-b6d1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:48:04.548991Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6bc977c1-492c-11ef-b6d1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:47:41.6494728Z", "endExecutionTime": "2024-07-23T19:48:04.876516Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-82649b1d-492c-11ef-9b28-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-82649b1d-492c-11ef-9b28-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-82649b1d-492c-11ef-9b28-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:48:34.717929Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "82649b1d-492c-11ef-9b28-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:48:19.6755619Z", "endExecutionTime": "2024-07-23T19:48:35.118857Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-91909a79-492c-11ef-8a7d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-91909a79-492c-11ef-8a7d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-91909a79-492c-11ef-8a7d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:49:04.897845Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "91909a79-492c-11ef-8a7d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:48:45.0158525Z", "endExecutionTime": "2024-07-23T19:49:05.298616Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a0a49992-492c-11ef-9706-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a0a49992-492c-11ef-9706-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-a0a49992-492c-11ef-9706-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:49:35.059752Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a0a49992-492c-11ef-9706-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:49:10.2608689Z", "endExecutionTime": "2024-07-23T19:49:35.397584Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b6f0187c-492c-11ef-b1c4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b6f0187c-492c-11ef-b1c4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-185", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-185", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b6f0187c-492c-11ef-b1c4-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:49:52.5189643Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-185", "id": "b6f0187c-492c-11ef-b1c4-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-23T19:49:47.5708993Z", "endExecutionTime": "2024-07-23T19:49:54.9861087Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-be8bf127-492c-11ef-8846-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-be8bf127-492c-11ef-8846-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-187", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-187", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-be8bf127-492c-11ef-8846-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:50:00.8032224Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-187", "id": "be8bf127-492c-11ef-8846-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-23T19:50:00.4196063Z", "endExecutionTime": "2024-07-23T19:50:03.1055302Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c2915dec-492c-11ef-af27-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2915dec-492c-11ef-af27-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-189", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c2915dec-492c-11ef-af27-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:50:07.5314451Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-189", "id": "c2915dec-492c-11ef-af27-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-23T19:50:07.1232579Z", "endExecutionTime": "2024-07-23T19:50:09.7492008Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c6b22946-492c-11ef-9706-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c6b22946-492c-11ef-9706-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c6b22946-492c-11ef-9706-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:50:34.506618Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "c6b22946-492c-11ef-9706-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T19:50:14.1258045Z", - "endExecutionTime": "2024-07-23T19:50:35.557121Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e8bc091c-492c-11ef-b11d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e8bc091c-492c-11ef-b11d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e8bc091c-492c-11ef-b11d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:51:20.791Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e8bc091c-492c-11ef-b11d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:51:11.9926941Z", - "endExecutionTime": "2024-07-23T19:51:20.814Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f048c179-492c-11ef-92fa-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f048c179-492c-11ef-92fa-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f048c179-492c-11ef-92fa-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:51:45.760453Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f048c179-492c-11ef-92fa-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T19:51:24.6144657Z", "endExecutionTime": "2024-07-23T19:51:46.128927Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-06edc5d4-492d-11ef-9444-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-06edc5d4-492d-11ef-9444-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-201", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-06edc5d4-492d-11ef-9444-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T19:52:03.338Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-201", "id": "06edc5d4-492d-11ef-9444-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T19:52:01.7703037Z", - "endExecutionTime": "2024-07-23T19:52:03.362Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0adfe789-492d-11ef-a810-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0adfe789-492d-11ef-a810-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0adfe789-492d-11ef-a810-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:52:20.102875Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0adfe789-492d-11ef-a810-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T19:52:08.4196034Z", - "endExecutionTime": "2024-07-23T19:52:21.078973Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0c0ae252-492d-11ef-b275-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0c0ae252-492d-11ef-b275-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0c0ae252-492d-11ef-b275-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:52:40.033507Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0c0ae252-492d-11ef-b275-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T19:52:10.473053Z", - "endExecutionTime": "2024-07-23T19:52:42.12149Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-21f701f9-492d-11ef-a4ca-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-21f701f9-492d-11ef-a4ca-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-21f701f9-492d-11ef-a4ca-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:52:58.443134Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "21f701f9-492d-11ef-a4ca-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T19:52:47.1494507Z", - "endExecutionTime": "2024-07-23T19:52:59.137804Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3720550b-492d-11ef-b867-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3720550b-492d-11ef-b867-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3720550b-492d-11ef-b867-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:53:34.677468Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3720550b-492d-11ef-b867-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T19:53:23.4376053Z", - "endExecutionTime": "2024-07-23T19:53:35.633786Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-38be1453-492d-11ef-b26e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-38be1453-492d-11ef-b26e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-38be1453-492d-11ef-b26e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:53:41.850593Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "38be1453-492d-11ef-b26e-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T19:53:25.3354506Z", - "endExecutionTime": "2024-07-23T19:53:43.830024Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-47941bd7-492d-11ef-bb82-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-47941bd7-492d-11ef-bb82-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-47941bd7-492d-11ef-bb82-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T19:54:02.784316Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "47941bd7-492d-11ef-bb82-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T19:53:50.4042503Z", - "endExecutionTime": "2024-07-23T19:54:03.39233Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9416b416-492e-11ef-a933-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9416b416-492e-11ef-a933-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9416b416-492e-11ef-a933-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T20:03:23.970675Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9416b416-492e-11ef-a933-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T20:03:09.3068992Z", - "endExecutionTime": "2024-07-23T20:03:25.017648Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a3f0a91e-492e-11ef-a9a2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3f0a91e-492e-11ef-a9a2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a3f0a91e-492e-11ef-a9a2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T20:03:44.94685Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a3f0a91e-492e-11ef-a9a2-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T20:03:34.7902869Z", - "endExecutionTime": "2024-07-23T20:03:46.992965Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ae34b1d4-492e-11ef-b70a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae34b1d4-492e-11ef-b70a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ae34b1d4-492e-11ef-b70a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T20:04:04.175975Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ae34b1d4-492e-11ef-b70a-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T20:03:52.009068Z", - "endExecutionTime": "2024-07-23T20:04:04.867486Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 0.0, "amountConsumed": 0.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d5f42414-493d-11ef-bb8d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d5f42414-493d-11ef-bb8d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d5f42414-493d-11ef-bb8d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:52:23.829Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d5f42414-493d-11ef-bb8d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T21:52:22.0506665Z", - "endExecutionTime": "2024-07-23T21:52:23.848Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-da8548ab-493d-11ef-bc55-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da8548ab-493d-11ef-bc55-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-da8548ab-493d-11ef-bc55-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:52:30.441Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "da8548ab-493d-11ef-bc55-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T21:52:28.8722758Z", - "endExecutionTime": "2024-07-23T21:52:30.465Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-de916c1e-493d-11ef-abbd-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-de916c1e-493d-11ef-abbd-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-de916c1e-493d-11ef-abbd-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:52:54.398839Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "de916c1e-493d-11ef-abbd-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T21:52:35.6212036Z", "endExecutionTime": "2024-07-23T21:52:54.883145Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee9455e5-493d-11ef-90c6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee9455e5-493d-11ef-90c6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ee9455e5-493d-11ef-90c6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:53:04.551Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ee9455e5-493d-11ef-90c6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T21:53:03.1077467Z", - "endExecutionTime": "2024-07-23T21:53:04.565Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f2e7ca45-493d-11ef-b083-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f2e7ca45-493d-11ef-b083-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f2e7ca45-493d-11ef-b083-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:53:11.151Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f2e7ca45-493d-11ef-b083-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T21:53:09.7694023Z", - "endExecutionTime": "2024-07-23T21:53:11.231Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f6d315d5-493d-11ef-bbd5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f6d315d5-493d-11ef-bbd5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f6d315d5-493d-11ef-bbd5-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:53:17.928Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f6d315d5-493d-11ef-bbd5-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T21:53:16.2223755Z", - "endExecutionTime": "2024-07-23T21:53:17.95Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f986d2d0-493d-11ef-830e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f986d2d0-493d-11ef-830e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f986d2d0-493d-11ef-830e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:53:22.392Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f986d2d0-493d-11ef-830e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T21:53:20.8826428Z", - "endExecutionTime": "2024-07-23T21:53:22.418Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fd394ad3-493d-11ef-8f46-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fd394ad3-493d-11ef-8f46-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fd394ad3-493d-11ef-8f46-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:53:28.374Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fd394ad3-493d-11ef-8f46-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T21:53:26.9704465Z", - "endExecutionTime": "2024-07-23T21:53:28.386Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-00dc093d-493e-11ef-a46e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-00dc093d-493e-11ef-a46e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00dc093d-493e-11ef-a46e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:53:49.709173Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "00dc093d-493e-11ef-a46e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T21:53:33.1957773Z", "endExecutionTime": "2024-07-23T21:53:50.135695Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0fe9177b-493e-11ef-84da-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0fe9177b-493e-11ef-84da-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0fe9177b-493e-11ef-84da-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:55:50.740913Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0fe9177b-493e-11ef-84da-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-23T21:53:58.4166088Z", "endExecutionTime": "2024-07-23T21:55:55.176501Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-57343a60-493e-11ef-aa8f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-57343a60-493e-11ef-aa8f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-57343a60-493e-11ef-aa8f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:56:00.447058Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "57343a60-493e-11ef-aa8f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-07-23T21:55:58.040247Z", "endExecutionTime": "2024-07-23T21:56:00.447363Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5b4c7465-493e-11ef-879f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5b4c7465-493e-11ef-879f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-5b4c7465-493e-11ef-879f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:56:50.646063Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5b4c7465-493e-11ef-879f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T21:56:04.8637659Z", "endExecutionTime": "2024-07-23T21:56:51.060675Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7b951b1d-493e-11ef-a965-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7b951b1d-493e-11ef-a965-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-7b951b1d-493e-11ef-a965-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T21:59:46.53784Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7b951b1d-493e-11ef-a965-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T21:56:59.0136465Z", "endExecutionTime": "2024-07-23T21:59:46.990286Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e7205404-493e-11ef-8b34-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e7205404-493e-11ef-8b34-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e7205404-493e-11ef-8b34-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T22:00:16.711158Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e7205404-493e-11ef-8b34-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T21:59:59.9084837Z", "endExecutionTime": "2024-07-23T22:00:16.969088Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f6689cf0-493e-11ef-b1ab-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f6689cf0-493e-11ef-b1ab-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-f6689cf0-493e-11ef-b1ab-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T22:00:46.850092Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f6689cf0-493e-11ef-b1ab-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T22:00:25.3324582Z", "endExecutionTime": "2024-07-23T22:00:47.333352Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0c8ba842-493f-11ef-ab7f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0c8ba842-493f-11ef-ab7f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-0c8ba842-493f-11ef-ab7f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T22:07:44.14593Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0c8ba842-493f-11ef-ab7f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T22:01:02.2487665Z", "endExecutionTime": "2024-07-23T22:07:44.528509Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d2983a2f-493f-11ef-9e89-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d2983a2f-493f-11ef-9e89-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-185", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-185", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d2983a2f-493f-11ef-9e89-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:06:40.142578Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-185", "id": "d2983a2f-493f-11ef-9e89-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-23T22:06:35.0085692Z", "endExecutionTime": "2024-07-23T22:06:42.3728643Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-da574b8c-493f-11ef-a1b5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da574b8c-493f-11ef-a1b5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-187", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-187", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-da574b8c-493f-11ef-a1b5-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:06:48.3658128Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-187", "id": "da574b8c-493f-11ef-a1b5-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-23T22:06:47.9582337Z", "endExecutionTime": "2024-07-23T22:06:50.481076Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-de8c1ca8-493f-11ef-8ecf-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-de8c1ca8-493f-11ef-8ecf-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-189", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-de8c1ca8-493f-11ef-8ecf-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:06:59.1882965Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-189", "id": "de8c1ca8-493f-11ef-8ecf-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-23T22:06:54.551372Z", "endExecutionTime": "2024-07-23T22:07:01.6895112Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e61785f5-493f-11ef-b6f4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e61785f5-493f-11ef-b6f4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e61785f5-493f-11ef-b6f4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:07:18.236458Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "e61785f5-493f-11ef-b6f4-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T22:07:07.2970597Z", - "endExecutionTime": "2024-07-23T22:07:19.220458Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f1d6d7dc-493f-11ef-81d6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f1d6d7dc-493f-11ef-81d6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f1d6d7dc-493f-11ef-81d6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:07:36.216Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f1d6d7dc-493f-11ef-81d6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T22:07:27.5190647Z", - "endExecutionTime": "2024-07-23T22:07:36.297Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fc76559e-493f-11ef-a01d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fc76559e-493f-11ef-a01d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fc76559e-493f-11ef-a01d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:08:09.329147Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fc76559e-493f-11ef-a01d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-23T22:07:45.4801015Z", "endExecutionTime": "2024-07-23T22:08:09.796113Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1439364e-4940-11ef-98bb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1439364e-4940-11ef-98bb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-201", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1439364e-4940-11ef-98bb-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-23T22:08:26.262Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-201", "id": "1439364e-4940-11ef-98bb-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-23T22:08:24.5723633Z", - "endExecutionTime": "2024-07-23T22:08:26.285Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1825f6f6-4940-11ef-abec-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1825f6f6-4940-11ef-abec-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1825f6f6-4940-11ef-abec-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:08:43.466104Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1825f6f6-4940-11ef-abec-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T22:08:31.2120663Z", - "endExecutionTime": "2024-07-23T22:08:45.785598Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-22d7ee3e-4940-11ef-8b67-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-22d7ee3e-4940-11ef-8b67-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-22d7ee3e-4940-11ef-8b67-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:09:00.670924Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "22d7ee3e-4940-11ef-8b67-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T22:08:49.2348217Z", - "endExecutionTime": "2024-07-23T22:09:02.914016Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2d2ab8d5-4940-11ef-ae9c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2d2ab8d5-4940-11ef-ae9c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2d2ab8d5-4940-11ef-ae9c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:09:18.902847Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2d2ab8d5-4940-11ef-ae9c-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-23T22:09:06.5959609Z", - "endExecutionTime": "2024-07-23T22:09:19.568187Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3790c854-4940-11ef-90f2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3790c854-4940-11ef-90f2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3790c854-4940-11ef-90f2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:09:30.4456049Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3790c854-4940-11ef-90f2-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-23T22:09:24.0656588Z", - "endExecutionTime": "2024-07-23T22:09:31.4923919Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3f4a167c-4940-11ef-ba7c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3f4a167c-4940-11ef-ba7c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3f4a167c-4940-11ef-ba7c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:09:43.2623061Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3f4a167c-4940-11ef-ba7c-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-23T22:09:36.9301483Z", - "endExecutionTime": "2024-07-23T22:09:44.2395748Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-44de63cd-4940-11ef-bea9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-44de63cd-4940-11ef-bea9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-44de63cd-4940-11ef-bea9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:09:51.5577898Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "44de63cd-4940-11ef-bea9-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-23T22:09:46.2545711Z", - "endExecutionTime": "2024-07-23T22:09:52.5202162Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4c237ef0-4940-11ef-a5b0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4c237ef0-4940-11ef-a5b0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4c237ef0-4940-11ef-a5b0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:10:03.5608741Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4c237ef0-4940-11ef-a5b0-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-23T22:09:58.5520365Z", - "endExecutionTime": "2024-07-23T22:10:04.5811201Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5165bf1a-4940-11ef-833f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5165bf1a-4940-11ef-833f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5165bf1a-4940-11ef-833f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-23T22:10:12.423542Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5165bf1a-4940-11ef-833f-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-23T22:10:07.2766642Z", - "endExecutionTime": "2024-07-23T22:10:13.4196559Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d64656d0-4acb-11ef-af65-002248b64c60?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d64656d0-4acb-11ef-af65-002248b64c60/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svpd"}, "xcFunctional": {"name": "b3lyp", - "gridLevel": 4}, "molecule": {"charge": 0, "multiplicity": 1}, "scf": {"method": - "rks", "maxSteps": 100, "convergeThreshold": 1e-08, "requireWaveFunction": - true}}]}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-d64656d0-4acb-11ef-af65-002248b64c60/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-25T21:21:47.1594575Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "aspirin_spe", "id": "d64656d0-4acb-11ef-af65-002248b64c60", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-25T21:21:21.7943129Z", "endExecutionTime": "2024-07-25T21:22:20.4749104Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-33586426-4acc-11ef-af65-002248b64c60?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-33586426-4acc-11ef-af65-002248b64c60/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svpd"}, "xcFunctional": {"name": "b3lyp", - "gridLevel": 4}, "molecule": {"charge": 0, "multiplicity": 1}, "scf": {"method": - "rks", "maxSteps": 100, "convergeThreshold": 1e-08, "requireWaveFunction": - true}}]}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-33586426-4acc-11ef-af65-002248b64c60/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-25T21:24:22.0278979Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "aspirin_spe", "id": "33586426-4acc-11ef-af65-002248b64c60", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-25T21:23:57.3037084Z", "endExecutionTime": "2024-07-25T21:24:55.1797756Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-79a240a0-4acc-11ef-af65-002248b64c60?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-79a240a0-4acc-11ef-af65-002248b64c60/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svpd"}, "xcFunctional": {"name": "b3lyp", - "gridLevel": 4}, "molecule": {"charge": 0, "multiplicity": 1}, "scf": {"method": - "rks", "maxSteps": 100, "convergeThreshold": 1e-08, "requireWaveFunction": - true}}]}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-79a240a0-4acc-11ef-af65-002248b64c60/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-25T21:26:25.1930487Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "aspirin_spe", "id": "79a240a0-4acc-11ef-af65-002248b64c60", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-07-25T21:25:55.2824418Z", "endExecutionTime": "2024-07-25T21:27:01.988818Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8029406a-4ebf-11ef-87b1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8029406a-4ebf-11ef-87b1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8029406a-4ebf-11ef-87b1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:03:05.909Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8029406a-4ebf-11ef-87b1-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:03:04.1174833Z", - "endExecutionTime": "2024-07-30T22:03:05.93Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-85400045-4ebf-11ef-ac91-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-85400045-4ebf-11ef-ac91-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-85400045-4ebf-11ef-ac91-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:03:12.588Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "85400045-4ebf-11ef-ac91-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:03:10.8658304Z", - "endExecutionTime": "2024-07-30T22:03:12.603Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-893f63c5-4ebf-11ef-b9a1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-893f63c5-4ebf-11ef-b9a1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-893f63c5-4ebf-11ef-b9a1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:03:33.300804Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "893f63c5-4ebf-11ef-b9a1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:03:17.4905537Z", "endExecutionTime": "2024-07-30T22:03:33.810303Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9958b010-4ebf-11ef-a8be-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9958b010-4ebf-11ef-a8be-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9958b010-4ebf-11ef-a8be-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:03:46.065Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9958b010-4ebf-11ef-a8be-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:03:44.4938255Z", - "endExecutionTime": "2024-07-30T22:03:46.078Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9d487311-4ebf-11ef-a566-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9d487311-4ebf-11ef-a566-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9d487311-4ebf-11ef-a566-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:03:52.758Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9d487311-4ebf-11ef-a566-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:03:51.2135739Z", - "endExecutionTime": "2024-07-30T22:03:52.77Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a15497b5-4ebf-11ef-a06b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a15497b5-4ebf-11ef-a06b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a15497b5-4ebf-11ef-a06b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:03:59.396Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a15497b5-4ebf-11ef-a06b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:03:57.894178Z", - "endExecutionTime": "2024-07-30T22:03:59.409Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a5101753-4ebf-11ef-970c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a5101753-4ebf-11ef-970c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a5101753-4ebf-11ef-970c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:04:05.904Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a5101753-4ebf-11ef-970c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:04:04.2727994Z", - "endExecutionTime": "2024-07-30T22:04:05.917Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a8d74ab9-4ebf-11ef-92a7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a8d74ab9-4ebf-11ef-92a7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a8d74ab9-4ebf-11ef-92a7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:04:12.008Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a8d74ab9-4ebf-11ef-92a7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:04:10.4969068Z", - "endExecutionTime": "2024-07-30T22:04:12.018Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-acb394f3-4ebf-11ef-8f6f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-acb394f3-4ebf-11ef-8f6f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-acb394f3-4ebf-11ef-8f6f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:04:25.942786Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "acb394f3-4ebf-11ef-8f6f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:04:17.2344668Z", "endExecutionTime": "2024-07-30T22:04:26.487544Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b7647768-4ebf-11ef-9115-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b7647768-4ebf-11ef-9115-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b7647768-4ebf-11ef-9115-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:06:14.956585Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b7647768-4ebf-11ef-9115-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-30T22:04:34.9966377Z", "endExecutionTime": "2024-07-30T22:06:19.302948Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fe90a71a-4ebf-11ef-985e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fe90a71a-4ebf-11ef-985e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fe90a71a-4ebf-11ef-985e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:06:36.663702Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fe90a71a-4ebf-11ef-985e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-07-30T22:06:34.307008Z", "endExecutionTime": "2024-07-30T22:06:36.663991Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-03cfc9ef-4ec0-11ef-aaf2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-03cfc9ef-4ec0-11ef-aaf2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-03cfc9ef-4ec0-11ef-aaf2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:07:02.363932Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "03cfc9ef-4ec0-11ef-aaf2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:06:43.2022717Z", "endExecutionTime": "2024-07-30T22:07:02.728268Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-12b1e9d2-4ec0-11ef-b0da-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12b1e9d2-4ec0-11ef-b0da-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-12b1e9d2-4ec0-11ef-b0da-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:07:16.159329Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "12b1e9d2-4ec0-11ef-b0da-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:07:08.2281866Z", "endExecutionTime": "2024-07-30T22:07:17.541451Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1ceaec48-4ec0-11ef-965e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1ceaec48-4ec0-11ef-965e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-1ceaec48-4ec0-11ef-965e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:07:42.768489Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1ceaec48-4ec0-11ef-965e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:07:25.3218474Z", "endExecutionTime": "2024-07-30T22:07:42.769506Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2bd4386f-4ec0-11ef-bdcb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2bd4386f-4ec0-11ef-bdcb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-2bd4386f-4ec0-11ef-bdcb-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:07:56.937044Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2bd4386f-4ec0-11ef-bdcb-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:07:50.498176Z", "endExecutionTime": "2024-07-30T22:07:58.378794Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-33444436-4ec0-11ef-b94d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-33444436-4ec0-11ef-b94d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-33444436-4ec0-11ef-b94d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:08:12.245072Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "33444436-4ec0-11ef-b94d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:08:02.9938693Z", "endExecutionTime": "2024-07-30T22:08:13.463572Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3bd05b7f-4ec0-11ef-a8bb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3bd05b7f-4ec0-11ef-a8bb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-185", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-185", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3bd05b7f-4ec0-11ef-a8bb-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T22:08:17.7544655Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-185", "id": "3bd05b7f-4ec0-11ef-a8bb-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-30T22:08:17.1643172Z", "endExecutionTime": "2024-07-30T22:08:20.2222281Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3fcd477d-4ec0-11ef-a44c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3fcd477d-4ec0-11ef-a44c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-189", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-189", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3fcd477d-4ec0-11ef-a44c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T22:08:24.1373719Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-189", "id": "3fcd477d-4ec0-11ef-a44c-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-30T22:08:23.7695853Z", "endExecutionTime": "2024-07-30T22:08:26.405509Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-43ca023e-4ec0-11ef-9f23-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-43ca023e-4ec0-11ef-9f23-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-193", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-43ca023e-4ec0-11ef-9f23-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T22:08:35.8071149Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-193", "id": "43ca023e-4ec0-11ef-9f23-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-30T22:08:30.5335936Z", "endExecutionTime": "2024-07-30T22:08:38.0377585Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4b5790c4-4ec0-11ef-a865-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4b5790c4-4ec0-11ef-a865-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4b5790c4-4ec0-11ef-a865-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T22:08:53.401433Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "4b5790c4-4ec0-11ef-a865-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-30T22:08:43.155635Z", - "endExecutionTime": "2024-07-30T22:08:54.462817Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5768f27f-4ec0-11ef-ab8e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5768f27f-4ec0-11ef-ab8e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5768f27f-4ec0-11ef-ab8e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5768f27f-4ec0-11ef-ab8e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:09:04.09213Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eb92e4b1-4ec0-11ef-92fb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eb92e4b1-4ec0-11ef-92fb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-eb92e4b1-4ec0-11ef-92fb-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:14:16.482Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "eb92e4b1-4ec0-11ef-92fb-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:13:13.7325426Z", - "endExecutionTime": "2024-07-30T22:14:16.499Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1d1c7e80-4ec1-11ef-9606-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1d1c7e80-4ec1-11ef-9606-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1d1c7e80-4ec1-11ef-9606-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:14:36.869Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1d1c7e80-4ec1-11ef-9606-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:14:35.3121042Z", - "endExecutionTime": "2024-07-30T22:14:36.887Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-209d0883-4ec1-11ef-a28c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-209d0883-4ec1-11ef-a28c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-209d0883-4ec1-11ef-a28c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:14:51.123973Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "209d0883-4ec1-11ef-a28c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:14:41.0771924Z", "endExecutionTime": "2024-07-30T22:14:51.633273Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2ceebf0b-4ec1-11ef-bfec-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2ceebf0b-4ec1-11ef-bfec-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2ceebf0b-4ec1-11ef-bfec-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:15:03.389Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2ceebf0b-4ec1-11ef-bfec-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:15:01.7759467Z", - "endExecutionTime": "2024-07-30T22:15:03.415Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-30787949-4ec1-11ef-8f38-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-30787949-4ec1-11ef-8f38-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-30787949-4ec1-11ef-8f38-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:15:09.208Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "30787949-4ec1-11ef-8f38-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:15:07.6236279Z", - "endExecutionTime": "2024-07-30T22:15:09.234Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3491752b-4ec1-11ef-aa06-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3491752b-4ec1-11ef-aa06-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3491752b-4ec1-11ef-aa06-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:15:16.268Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3491752b-4ec1-11ef-aa06-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:15:14.54153Z", - "endExecutionTime": "2024-07-30T22:15:16.419Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-38749b4a-4ec1-11ef-b292-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-38749b4a-4ec1-11ef-b292-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-38749b4a-4ec1-11ef-b292-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:15:22.577Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "38749b4a-4ec1-11ef-b292-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:15:20.9805968Z", - "endExecutionTime": "2024-07-30T22:15:22.589Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3c2d3c56-4ec1-11ef-8179-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3c2d3c56-4ec1-11ef-8179-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3c2d3c56-4ec1-11ef-8179-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:15:28.806Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3c2d3c56-4ec1-11ef-8179-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:15:27.2850701Z", - "endExecutionTime": "2024-07-30T22:15:28.821Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-40051372-4ec1-11ef-903e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-40051372-4ec1-11ef-903e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-40051372-4ec1-11ef-903e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:15:44.155477Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "40051372-4ec1-11ef-903e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:15:33.6551681Z", "endExecutionTime": "2024-07-30T22:15:44.599205Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4a76f491-4ec1-11ef-bf8f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4a76f491-4ec1-11ef-bf8f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4a76f491-4ec1-11ef-bf8f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:17:22.659882Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4a76f491-4ec1-11ef-bf8f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-30T22:15:51.2218923Z", "endExecutionTime": "2024-07-30T22:17:26.988577Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-91b6f7e8-4ec1-11ef-9cbc-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-91b6f7e8-4ec1-11ef-9cbc-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-91b6f7e8-4ec1-11ef-9cbc-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:17:53.056278Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "91b6f7e8-4ec1-11ef-9cbc-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-07-30T22:17:50.7125378Z", "endExecutionTime": "2024-07-30T22:17:53.05663Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-96fee9f1-4ec1-11ef-a2e0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-96fee9f1-4ec1-11ef-a2e0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-96fee9f1-4ec1-11ef-a2e0-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:18:18.093349Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "96fee9f1-4ec1-11ef-a2e0-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:17:59.642647Z", "endExecutionTime": "2024-07-30T22:18:18.464322Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a6b6c350-4ec1-11ef-a8a9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6b6c350-4ec1-11ef-a8a9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-a6b6c350-4ec1-11ef-a8a9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:18:43.138236Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a6b6c350-4ec1-11ef-a8a9-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:18:26.25408Z", "endExecutionTime": "2024-07-30T22:18:43.674639Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b5c84805-4ec1-11ef-b117-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b5c84805-4ec1-11ef-b117-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b5c84805-4ec1-11ef-b117-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:18:58.364821Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b5c84805-4ec1-11ef-b117-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:18:51.3430229Z", "endExecutionTime": "2024-07-30T22:18:58.682328Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bd06dfff-4ec1-11ef-bdff-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd06dfff-4ec1-11ef-bdff-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bd06dfff-4ec1-11ef-bdff-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:19:13.460838Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bd06dfff-4ec1-11ef-bdff-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:19:03.452081Z", "endExecutionTime": "2024-07-30T22:19:13.911485Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c7464286-4ec1-11ef-82ab-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c7464286-4ec1-11ef-82ab-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c7464286-4ec1-11ef-82ab-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T22:19:28.668451Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c7464286-4ec1-11ef-82ab-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T22:19:20.6655147Z", "endExecutionTime": "2024-07-30T22:19:28.961611Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cf48ff19-4ec1-11ef-a182-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cf48ff19-4ec1-11ef-a182-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-185", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-185", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cf48ff19-4ec1-11ef-a182-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T22:19:34.5299259Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-185", "id": "cf48ff19-4ec1-11ef-a182-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-30T22:19:34.0546993Z", "endExecutionTime": "2024-07-30T22:19:36.9904719Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d3594c10-4ec1-11ef-b7f6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d3594c10-4ec1-11ef-b7f6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-189", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-189", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d3594c10-4ec1-11ef-b7f6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T22:19:41.1635977Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-189", "id": "d3594c10-4ec1-11ef-b7f6-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-30T22:19:40.8044175Z", "endExecutionTime": "2024-07-30T22:19:43.4685285Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d76bd694-4ec1-11ef-a506-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d76bd694-4ec1-11ef-a506-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-193", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d76bd694-4ec1-11ef-a506-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T22:19:48.1296348Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-193", "id": "d76bd694-4ec1-11ef-a506-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-30T22:19:47.7539566Z", "endExecutionTime": "2024-07-30T22:19:50.4453338Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-db7b8b66-4ec1-11ef-8366-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-db7b8b66-4ec1-11ef-8366-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-db7b8b66-4ec1-11ef-8366-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T22:20:11.065493Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "db7b8b66-4ec1-11ef-8366-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-30T22:19:54.4418023Z", - "endExecutionTime": "2024-07-30T22:20:12.039329Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ec2f4aaa-4ec1-11ef-a984-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec2f4aaa-4ec1-11ef-a984-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ec2f4aaa-4ec1-11ef-a984-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ec2f4aaa-4ec1-11ef-a984-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T22:20:23.2189402Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9cbe463c-4ec8-11ef-a5e6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9cbe463c-4ec8-11ef-a5e6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9cbe463c-4ec8-11ef-a5e6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T23:08:32.665323Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9cbe463c-4ec8-11ef-a5e6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-30T23:08:16.4966011Z", "endExecutionTime": "2024-07-30T23:08:34.533976Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ac7a2d67-4ec8-11ef-b286-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac7a2d67-4ec8-11ef-b286-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-207", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ac7a2d67-4ec8-11ef-b286-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-30T23:08:44.102Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-207", "id": "ac7a2d67-4ec8-11ef-b286-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-30T23:08:42.1156835Z", - "endExecutionTime": "2024-07-30T23:08:44.113Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b0438e7d-4ec8-11ef-a359-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0438e7d-4ec8-11ef-a359-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b0438e7d-4ec8-11ef-a359-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T23:09:01.285287Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b0438e7d-4ec8-11ef-a359-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-30T23:08:48.3990797Z", - "endExecutionTime": "2024-07-30T23:09:02.444393Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bf7da850-4ec8-11ef-91d0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bf7da850-4ec8-11ef-91d0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bf7da850-4ec8-11ef-91d0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T23:09:25.902863Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bf7da850-4ec8-11ef-91d0-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-30T23:09:13.9854816Z", - "endExecutionTime": "2024-07-30T23:09:28.43227Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 3.0, "amountConsumed": 3.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ce5dc0cb-4ec8-11ef-9dee-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce5dc0cb-4ec8-11ef-9dee-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ce5dc0cb-4ec8-11ef-9dee-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T23:09:50.420569Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ce5dc0cb-4ec8-11ef-9dee-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-30T23:09:39.1173879Z", - "endExecutionTime": "2024-07-30T23:09:51.145347Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d8cc506c-4ec8-11ef-a4e7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8cc506c-4ec8-11ef-a4e7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d8cc506c-4ec8-11ef-a4e7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T23:10:02.9825258Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d8cc506c-4ec8-11ef-a4e7-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-30T23:09:56.5720182Z", - "endExecutionTime": "2024-07-30T23:10:03.8402643Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e075d75c-4ec8-11ef-838d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e075d75c-4ec8-11ef-838d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e075d75c-4ec8-11ef-838d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T23:10:13.9358582Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e075d75c-4ec8-11ef-838d-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-30T23:10:09.4346078Z", - "endExecutionTime": "2024-07-30T23:10:14.7064269Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e5a6cdf6-4ec8-11ef-abac-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e5a6cdf6-4ec8-11ef-abac-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e5a6cdf6-4ec8-11ef-abac-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T23:10:22.9560046Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e5a6cdf6-4ec8-11ef-abac-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-30T23:10:18.0579801Z", - "endExecutionTime": "2024-07-30T23:10:23.6987918Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-eac042c9-4ec8-11ef-a627-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eac042c9-4ec8-11ef-a627-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-eac042c9-4ec8-11ef-a627-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T23:10:31.9680556Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "eac042c9-4ec8-11ef-a627-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-30T23:10:26.6636375Z", - "endExecutionTime": "2024-07-30T23:10:32.7400019Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f0047143-4ec8-11ef-a41a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f0047143-4ec8-11ef-a41a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f0047143-4ec8-11ef-a41a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-30T23:10:40.1372518Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f0047143-4ec8-11ef-a41a-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-30T23:10:35.4839093Z", - "endExecutionTime": "2024-07-30T23:10:40.979618Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ba2a5ef5-4f60-11ef-822c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba2a5ef5-4f60-11ef-822c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ba2a5ef5-4f60-11ef-822c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ba2a5ef5-4f60-11ef-822c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:17:14.743897Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-803ac221-4f61-11ef-bb85-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-803ac221-4f61-11ef-bb85-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-803ac221-4f61-11ef-bb85-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "803ac221-4f61-11ef-bb85-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:22:46.5350357Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-81845c76-4f61-11ef-af64-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-81845c76-4f61-11ef-af64-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-81845c76-4f61-11ef-af64-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T17:23:08.521701Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "81845c76-4f61-11ef-af64-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T17:22:48.2076381Z", "endExecutionTime": "2024-07-31T17:23:08.934045Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-84198695-4f61-11ef-8114-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-84198695-4f61-11ef-8114-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-84198695-4f61-11ef-8114-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "84198695-4f61-11ef-8114-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:22:52.5112365Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-85165aab-4f61-11ef-b6a5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-85165aab-4f61-11ef-b6a5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-85165aab-4f61-11ef-b6a5-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "85165aab-4f61-11ef-b6a5-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:22:54.1703934Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4b08ab00-4f62-11ef-813f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4b08ab00-4f62-11ef-813f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4b08ab00-4f62-11ef-813f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4b08ab00-4f62-11ef-813f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:28:26.5649422Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-63c73b6d-4f62-11ef-b4d1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-63c73b6d-4f62-11ef-b4d1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-63c73b6d-4f62-11ef-b4d1-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "63c73b6d-4f62-11ef-b4d1-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:29:07.7684376Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-66ef5bb2-4f64-11ef-89aa-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-66ef5bb2-4f64-11ef-89aa-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-66ef5bb2-4f64-11ef-89aa-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "66ef5bb2-4f64-11ef-89aa-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:43:33.0483469Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2c432c26-4f65-11ef-b31b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2c432c26-4f65-11ef-b31b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2c432c26-4f65-11ef-b31b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2c432c26-4f65-11ef-b31b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:49:03.4725303Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2d551ac6-4f65-11ef-bf7e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2d551ac6-4f65-11ef-bf7e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2d551ac6-4f65-11ef-bf7e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T17:49:27.279096Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2d551ac6-4f65-11ef-bf7e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T17:49:05.2107921Z", "endExecutionTime": "2024-07-31T17:49:27.793968Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-44eaae9a-4f65-11ef-ac4f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-44eaae9a-4f65-11ef-ac4f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-44eaae9a-4f65-11ef-ac4f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "44eaae9a-4f65-11ef-ac4f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:49:44.5241562Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-45db18f1-4f65-11ef-bdbe-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-45db18f1-4f65-11ef-bdbe-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-45db18f1-4f65-11ef-bdbe-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "45db18f1-4f65-11ef-bdbe-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T17:49:46.10009Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cbb00fa3-4f66-11ef-8701-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cbb00fa3-4f66-11ef-8701-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cbb00fa3-4f66-11ef-8701-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cbb00fa3-4f66-11ef-8701-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:00:40.3250169Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-90ff85dd-4f67-11ef-bc5f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-90ff85dd-4f67-11ef-bc5f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-90ff85dd-4f67-11ef-bc5f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "90ff85dd-4f67-11ef-bc5f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:06:11.4885442Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-92683125-4f67-11ef-b9a4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-92683125-4f67-11ef-b9a4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-92683125-4f67-11ef-b9a4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:06:32.003693Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "92683125-4f67-11ef-b9a4-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T18:06:13.5847049Z", "endExecutionTime": "2024-07-31T18:06:32.864246Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a44bd55d-4f67-11ef-afee-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a44bd55d-4f67-11ef-afee-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a44bd55d-4f67-11ef-afee-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a44bd55d-4f67-11ef-afee-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:06:43.705636Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a593b531-4f67-11ef-95fb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a593b531-4f67-11ef-95fb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a593b531-4f67-11ef-95fb-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a593b531-4f67-11ef-95fb-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:06:45.7577368Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6b8c4cbe-4f68-11ef-8764-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6b8c4cbe-4f68-11ef-8764-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6b8c4cbe-4f68-11ef-8764-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6b8c4cbe-4f68-11ef-8764-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:12:18.3431081Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-314beca6-4f69-11ef-bbef-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-314beca6-4f69-11ef-bbef-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-314beca6-4f69-11ef-bbef-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "314beca6-4f69-11ef-bbef-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:17:51.0407742Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-079fb0ea-4f6a-11ef-8011-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-079fb0ea-4f6a-11ef-8011-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-079fb0ea-4f6a-11ef-8011-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "079fb0ea-4f6a-11ef-8011-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:23:49.5538704Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3b7dbd2b-4f6a-11ef-999b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3b7dbd2b-4f6a-11ef-999b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3b7dbd2b-4f6a-11ef-999b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3b7dbd2b-4f6a-11ef-999b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:25:16.2957221Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7520dda3-4f6a-11ef-82b9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7520dda3-4f6a-11ef-82b9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7520dda3-4f6a-11ef-82b9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7520dda3-4f6a-11ef-82b9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:26:52.9111171Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-840f0ccf-4f6a-11ef-956f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-840f0ccf-4f6a-11ef-956f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-840f0ccf-4f6a-11ef-956f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "840f0ccf-4f6a-11ef-956f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:27:18.3491176Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-85413474-4f6a-11ef-9e86-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-85413474-4f6a-11ef-9e86-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-85413474-4f6a-11ef-9e86-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:27:30.530857Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "85413474-4f6a-11ef-9e86-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T18:27:19.9465483Z", "endExecutionTime": "2024-07-31T18:27:31.009784Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-914fc3ee-4f6a-11ef-9a33-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-914fc3ee-4f6a-11ef-9a33-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-914fc3ee-4f6a-11ef-9a33-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "914fc3ee-4f6a-11ef-9a33-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:27:40.3164005Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-92597933-4f6a-11ef-8d18-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-92597933-4f6a-11ef-8d18-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-92597933-4f6a-11ef-8d18-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "92597933-4f6a-11ef-8d18-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:27:41.8859488Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a13539f1-4f6a-11ef-bcb0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a13539f1-4f6a-11ef-bcb0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a13539f1-4f6a-11ef-bcb0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a13539f1-4f6a-11ef-bcb0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:28:06.9515111Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b01f89b2-4f6a-11ef-940a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b01f89b2-4f6a-11ef-940a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b01f89b2-4f6a-11ef-940a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b01f89b2-4f6a-11ef-940a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:28:32.0315796Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bf24a9e6-4f6a-11ef-82de-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bf24a9e6-4f6a-11ef-82de-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bf24a9e6-4f6a-11ef-82de-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:29:05.926309Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bf24a9e6-4f6a-11ef-82de-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T18:28:58.1043113Z", "endExecutionTime": "2024-07-31T18:29:06.426156Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c72e8ca5-4f6a-11ef-9636-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c72e8ca5-4f6a-11ef-9636-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c72e8ca5-4f6a-11ef-9636-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:30:51.449992Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c72e8ca5-4f6a-11ef-9636-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-31T18:29:10.9080273Z", "endExecutionTime": "2024-07-31T18:30:55.832252Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d61d126d-4f6a-11ef-8266-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d61d126d-4f6a-11ef-8266-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d61d126d-4f6a-11ef-8266-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:29:40.304469Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d61d126d-4f6a-11ef-8266-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-07-31T18:29:35.7667014Z", "endExecutionTime": "2024-07-31T18:29:40.30515Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dc26abcc-4f6a-11ef-8d59-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dc26abcc-4f6a-11ef-8d59-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dc26abcc-4f6a-11ef-8d59-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:30:01.307671Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dc26abcc-4f6a-11ef-8d59-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T18:29:45.7389672Z", "endExecutionTime": "2024-07-31T18:30:01.69771Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eb3e5f57-4f6a-11ef-8709-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eb3e5f57-4f6a-11ef-8709-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-eb3e5f57-4f6a-11ef-8709-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:30:26.474398Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "eb3e5f57-4f6a-11ef-8709-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T18:30:11.1130995Z", "endExecutionTime": "2024-07-31T18:30:26.867458Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fa15c899-4f6a-11ef-8681-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fa15c899-4f6a-11ef-8681-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fa15c899-4f6a-11ef-8681-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:30:51.631686Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fa15c899-4f6a-11ef-8681-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T18:30:36.2239724Z", "endExecutionTime": "2024-07-31T18:30:52.012684Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-09701441-4f6b-11ef-9b29-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-09701441-4f6b-11ef-9b29-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-09701441-4f6b-11ef-9b29-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:31:16.796585Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "09701441-4f6b-11ef-9b29-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T18:31:01.9700888Z", "endExecutionTime": "2024-07-31T18:31:17.285635Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-18755a1e-4f6b-11ef-b7d1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-18755a1e-4f6b-11ef-b7d1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-18755a1e-4f6b-11ef-b7d1-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:31:41.98614Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "18755a1e-4f6b-11ef-b7d1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T18:31:27.2323802Z", "endExecutionTime": "2024-07-31T18:31:42.359667Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-27d6e8c7-4f6b-11ef-a87a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-27d6e8c7-4f6b-11ef-a87a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-199", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-199", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-27d6e8c7-4f6b-11ef-a87a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:31:53.4541344Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-199", "id": "27d6e8c7-4f6b-11ef-a87a-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-31T18:31:53.0008076Z", "endExecutionTime": "2024-07-31T18:31:55.818492Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2bfd237a-4f6b-11ef-bb3d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2bfd237a-4f6b-11ef-bb3d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-201", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-201", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2bfd237a-4f6b-11ef-bb3d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:32:00.1374319Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-201", "id": "2bfd237a-4f6b-11ef-bb3d-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-31T18:31:59.7490813Z", "endExecutionTime": "2024-07-31T18:32:02.532146Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2ff66a6d-4f6b-11ef-aaad-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2ff66a6d-4f6b-11ef-aaad-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-203", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2ff66a6d-4f6b-11ef-aaad-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:32:12.3538949Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-203", "id": "2ff66a6d-4f6b-11ef-aaad-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-31T18:32:06.7010836Z", "endExecutionTime": "2024-07-31T18:32:14.6789657Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-37b4eb97-4f6b-11ef-845c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-37b4eb97-4f6b-11ef-845c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-37b4eb97-4f6b-11ef-845c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:32:29.013192Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "37b4eb97-4f6b-11ef-845c-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-31T18:32:19.7511837Z", - "endExecutionTime": "2024-07-31T18:32:30.145378Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-438f0570-4f6b-11ef-b3d8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-438f0570-4f6b-11ef-b3d8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-438f0570-4f6b-11ef-b3d8-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "438f0570-4f6b-11ef-b3d8-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:32:40.3512784Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-529b68ee-4f6b-11ef-870c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-529b68ee-4f6b-11ef-870c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-529b68ee-4f6b-11ef-870c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:33:17.411379Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "529b68ee-4f6b-11ef-870c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T18:33:05.470183Z", "endExecutionTime": "2024-07-31T18:33:17.803959Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5dc08343-4f6b-11ef-abac-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5dc08343-4f6b-11ef-abac-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-215", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-215", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5dc08343-4f6b-11ef-abac-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "circuit-215", "id": "5dc08343-4f6b-11ef-abac-a0b339c1da8f", "providerId": - "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:33:23.4408717Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5eb212c9-4f6b-11ef-8e6d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5eb212c9-4f6b-11ef-8e6d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5eb212c9-4f6b-11ef-8e6d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:33:35.378268Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5eb212c9-4f6b-11ef-8e6d-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-31T18:33:24.8061372Z", - "endExecutionTime": "2024-07-31T18:33:36.345369Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-694680d0-4f6b-11ef-a110-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-694680d0-4f6b-11ef-a110-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-694680d0-4f6b-11ef-a110-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:33:53.324064Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "694680d0-4f6b-11ef-a110-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-31T18:33:42.791486Z", - "endExecutionTime": "2024-07-31T18:33:55.54359Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-73d08c12-4f6b-11ef-b7c6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-73d08c12-4f6b-11ef-b7c6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-73d08c12-4f6b-11ef-b7c6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:34:11.401171Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "73d08c12-4f6b-11ef-b7c6-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-31T18:34:00.9178297Z", - "endExecutionTime": "2024-07-31T18:34:12.098825Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7e76bf48-4f6b-11ef-aa95-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7e76bf48-4f6b-11ef-aa95-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7e76bf48-4f6b-11ef-aa95-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:34:23.5220117Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7e76bf48-4f6b-11ef-aa95-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T18:34:18.3621253Z", - "endExecutionTime": "2024-07-31T18:34:24.3589226Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8600bda1-4f6b-11ef-8b38-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8600bda1-4f6b-11ef-8b38-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8600bda1-4f6b-11ef-8b38-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:34:36.6872404Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8600bda1-4f6b-11ef-8b38-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T18:34:30.9538464Z", - "endExecutionTime": "2024-07-31T18:34:37.4933726Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8b3bd2d6-4f6b-11ef-aa94-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8b3bd2d6-4f6b-11ef-aa94-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8b3bd2d6-4f6b-11ef-aa94-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:34:44.6202534Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8b3bd2d6-4f6b-11ef-aa94-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T18:34:39.529585Z", - "endExecutionTime": "2024-07-31T18:34:45.4490793Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-908678c5-4f6b-11ef-b330-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-908678c5-4f6b-11ef-b330-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-908678c5-4f6b-11ef-b330-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:34:53.7392665Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "908678c5-4f6b-11ef-b330-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T18:34:48.6698143Z", - "endExecutionTime": "2024-07-31T18:34:54.5407529Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-97eac318-4f6b-11ef-97e7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-97eac318-4f6b-11ef-97e7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-97eac318-4f6b-11ef-97e7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T18:35:05.6592252Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "97eac318-4f6b-11ef-97e7-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T18:35:00.9697336Z", - "endExecutionTime": "2024-07-31T18:35:06.4635964Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fad6360a-4f6b-11ef-8bb4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fad6360a-4f6b-11ef-8bb4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-158", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-158", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fad6360a-4f6b-11ef-8bb4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "circuit-158", "id": "fad6360a-4f6b-11ef-8bb4-a0b339c1da8f", "providerId": - "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:37:46.744112Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dca24b91-4f6c-11ef-b283-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dca24b91-4f6c-11ef-b283-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-158", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dca24b91-4f6c-11ef-b283-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-31T18:59:01.069Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-158", "id": "dca24b91-4f6c-11ef-b283-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:44:05.9248813Z", - "endExecutionTime": "2024-07-31T18:59:01.171Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea119fc9-4f6c-11ef-8d77-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea119fc9-4f6c-11ef-8d77-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-158", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ea119fc9-4f6c-11ef-8d77-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-31T18:59:02.732Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-158", "id": "ea119fc9-4f6c-11ef-8d77-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T18:44:28.2704636Z", - "endExecutionTime": "2024-07-31T18:59:02.788Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-529d56a8-4f82-11ef-9a9c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-529d56a8-4f82-11ef-9a9c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-529d56a8-4f82-11ef-9a9c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "529d56a8-4f82-11ef-9a9c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T21:17:43.9568559Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-61f45388-4f82-11ef-bd00-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-61f45388-4f82-11ef-bd00-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-61f45388-4f82-11ef-bd00-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "61f45388-4f82-11ef-bd00-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T21:18:08.932083Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-62fa35f3-4f82-11ef-85bc-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-62fa35f3-4f82-11ef-85bc-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-62fa35f3-4f82-11ef-85bc-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:18:27.618882Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "62fa35f3-4f82-11ef-85bc-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:18:10.4288158Z", "endExecutionTime": "2024-07-31T21:18:28.162051Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-735d79db-4f82-11ef-8856-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-735d79db-4f82-11ef-8856-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-735d79db-4f82-11ef-8856-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "735d79db-4f82-11ef-8856-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T21:18:38.0609861Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-743edc8e-4f82-11ef-85ec-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-743edc8e-4f82-11ef-85ec-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-743edc8e-4f82-11ef-85ec-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "743edc8e-4f82-11ef-85ec-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T21:18:39.39615Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-831cf59b-4f82-11ef-8341-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-831cf59b-4f82-11ef-8341-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-831cf59b-4f82-11ef-8341-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "831cf59b-4f82-11ef-8341-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T21:19:04.4342028Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-91fd16d8-4f82-11ef-a89e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-91fd16d8-4f82-11ef-a89e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-91fd16d8-4f82-11ef-a89e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "91fd16d8-4f82-11ef-a89e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T21:19:29.5734845Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a0e16078-4f82-11ef-86e6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a0e16078-4f82-11ef-86e6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a0e16078-4f82-11ef-86e6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:20:11.656007Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a0e16078-4f82-11ef-86e6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:19:54.6226059Z", "endExecutionTime": "2024-07-31T21:20:12.691791Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b03c33f1-4f82-11ef-bcd8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b03c33f1-4f82-11ef-bcd8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b03c33f1-4f82-11ef-bcd8-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:22:00.639381Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b03c33f1-4f82-11ef-bcd8-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-07-31T21:20:20.1509205Z", "endExecutionTime": "2024-07-31T21:22:04.985199Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bf1059ec-4f82-11ef-9ba9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bf1059ec-4f82-11ef-9ba9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bf1059ec-4f82-11ef-9ba9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:20:49.658476Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bf1059ec-4f82-11ef-9ba9-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-07-31T21:20:45.1452284Z", "endExecutionTime": "2024-07-31T21:20:49.659335Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c480b74c-4f82-11ef-970f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c480b74c-4f82-11ef-970f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c480b74c-4f82-11ef-970f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:21:06.982877Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c480b74c-4f82-11ef-970f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:20:54.0556558Z", "endExecutionTime": "2024-07-31T21:21:07.421178Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ceadaa95-4f82-11ef-9cfc-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ceadaa95-4f82-11ef-9cfc-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ceadaa95-4f82-11ef-9cfc-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:21:32.047523Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ceadaa95-4f82-11ef-9cfc-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:21:11.2084914Z", "endExecutionTime": "2024-07-31T21:21:32.48613Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ddaf29bf-4f82-11ef-82b2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ddaf29bf-4f82-11ef-82b2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ddaf29bf-4f82-11ef-82b2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:21:47.171696Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ddaf29bf-4f82-11ef-82b2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:21:36.3753456Z", "endExecutionTime": "2024-07-31T21:21:47.520989Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e816a462-4f82-11ef-8f3c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e816a462-4f82-11ef-8f3c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e816a462-4f82-11ef-8f3c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:22:12.313294Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e816a462-4f82-11ef-8f3c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:21:53.9676439Z", "endExecutionTime": "2024-07-31T21:22:12.780763Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f70f40fe-4f82-11ef-befe-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f70f40fe-4f82-11ef-befe-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f70f40fe-4f82-11ef-befe-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:22:37.483624Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f70f40fe-4f82-11ef-befe-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:22:18.9279994Z", "endExecutionTime": "2024-07-31T21:22:37.801779Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-06b0fcc4-4f83-11ef-8069-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-06b0fcc4-4f83-11ef-8069-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-193", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-193", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-06b0fcc4-4f83-11ef-8069-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:22:49.8770224Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-193", "id": "06b0fcc4-4f83-11ef-8069-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-31T21:22:46.0666727Z", "endExecutionTime": "2024-07-31T21:22:52.1350657Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0ccad012-4f83-11ef-9707-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0ccad012-4f83-11ef-9707-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-195", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-195", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0ccad012-4f83-11ef-9707-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:22:55.8604424Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-195", "id": "0ccad012-4f83-11ef-9707-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-31T21:22:55.3581476Z", "endExecutionTime": "2024-07-31T21:22:57.8845432Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-10c9b84b-4f83-11ef-b26f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-10c9b84b-4f83-11ef-b26f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-197", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-10c9b84b-4f83-11ef-b26f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:23:02.6694801Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-197", "id": "10c9b84b-4f83-11ef-b26f-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-07-31T21:23:02.1736855Z", "endExecutionTime": "2024-07-31T21:23:05.1749714Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-14f045b7-4f83-11ef-9caa-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-14f045b7-4f83-11ef-9caa-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-14f045b7-4f83-11ef-9caa-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:23:18.708289Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "14f045b7-4f83-11ef-9caa-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-31T21:23:09.0072388Z", - "endExecutionTime": "2024-07-31T21:23:19.74411Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-209247ba-4f83-11ef-b04c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-209247ba-4f83-11ef-b04c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-209247ba-4f83-11ef-b04c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "209247ba-4f83-11ef-b04c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T21:23:29.220186Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2f620d8d-4f83-11ef-88f0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2f620d8d-4f83-11ef-88f0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2f620d8d-4f83-11ef-88f0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:24:02.816932Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2f620d8d-4f83-11ef-88f0-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:23:53.9835343Z", "endExecutionTime": "2024-07-31T21:24:03.288139Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3a3fae28-4f83-11ef-8b4a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3a3fae28-4f83-11ef-8b4a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-209", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-209", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3a3fae28-4f83-11ef-8b4a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "circuit-209", "id": "3a3fae28-4f83-11ef-8b4a-a0b339c1da8f", "providerId": - "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T21:24:11.6914274Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3b229038-4f83-11ef-9133-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3b229038-4f83-11ef-9133-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3b229038-4f83-11ef-9133-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:24:24.161402Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3b229038-4f83-11ef-9133-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-31T21:24:13.0888392Z", - "endExecutionTime": "2024-07-31T21:24:25.142164Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4592ce9d-4f83-11ef-b4f6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4592ce9d-4f83-11ef-b4f6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4592ce9d-4f83-11ef-b4f6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:24:47.605843Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4592ce9d-4f83-11ef-b4f6-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-31T21:24:30.6900905Z", - "endExecutionTime": "2024-07-31T21:24:49.563086Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-54750435-4f83-11ef-bf70-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-54750435-4f83-11ef-bf70-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-54750435-4f83-11ef-bf70-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:25:06.811364Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "54750435-4f83-11ef-bf70-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-07-31T21:24:55.6641332Z", - "endExecutionTime": "2024-07-31T21:25:07.517106Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5ed14b05-4f83-11ef-bcf1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5ed14b05-4f83-11ef-bcf1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5ed14b05-4f83-11ef-bcf1-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:25:26.4867523Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5ed14b05-4f83-11ef-bcf1-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T21:25:13.4521956Z", - "endExecutionTime": "2024-07-31T21:25:27.3474496Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-69955a39-4f83-11ef-bd50-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-69955a39-4f83-11ef-bd50-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-69955a39-4f83-11ef-bd50-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:25:36.0296334Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "69955a39-4f83-11ef-bd50-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T21:25:31.1422107Z", - "endExecutionTime": "2024-07-31T21:25:36.8671249Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6ebccbeb-4f83-11ef-b432-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6ebccbeb-4f83-11ef-b432-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6ebccbeb-4f83-11ef-b432-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:25:45.1694935Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6ebccbeb-4f83-11ef-b432-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T21:25:39.6707226Z", - "endExecutionTime": "2024-07-31T21:25:46.0044098Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-75dba7af-4f83-11ef-80b2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-75dba7af-4f83-11ef-80b2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-75dba7af-4f83-11ef-80b2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:25:57.2893197Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "75dba7af-4f83-11ef-80b2-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T21:25:51.7414393Z", - "endExecutionTime": "2024-07-31T21:25:58.1835239Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7d010ead-4f83-11ef-9398-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d010ead-4f83-11ef-9398-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7d010ead-4f83-11ef-9398-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:26:08.3752379Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7d010ead-4f83-11ef-9398-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-07-31T21:26:03.7075737Z", - "endExecutionTime": "2024-07-31T21:26:09.2182153Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-41cd8ddf-4f84-11ef-8ef9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-41cd8ddf-4f84-11ef-8ef9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-41cd8ddf-4f84-11ef-8ef9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:31:59.986097Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "41cd8ddf-4f84-11ef-8ef9-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:31:34.9776054Z", "endExecutionTime": "2024-07-31T21:32:00.721282Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5ef6364a-4f84-11ef-ab14-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5ef6364a-4f84-11ef-ab14-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5ef6364a-4f84-11ef-ab14-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:32:34.911908Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5ef6364a-4f84-11ef-ab14-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:32:23.353737Z", "endExecutionTime": "2024-07-31T21:32:35.266763Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-814a2d28-4f84-11ef-b32a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-814a2d28-4f84-11ef-b32a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-814a2d28-4f84-11ef-b32a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:33:40.202288Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "814a2d28-4f84-11ef-b32a-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:33:20.9427536Z", "endExecutionTime": "2024-07-31T21:33:40.679535Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ae70ede8-4f84-11ef-9c08-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae70ede8-4f84-11ef-9c08-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ae70ede8-4f84-11ef-9c08-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:34:45.356408Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ae70ede8-4f84-11ef-9c08-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:34:36.1885617Z", "endExecutionTime": "2024-07-31T21:34:45.884787Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-22f7ff3e-4f87-11ef-8bc5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-22f7ff3e-4f87-11ef-8bc5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-22f7ff3e-4f87-11ef-8bc5-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:52:29.504201Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "22f7ff3e-4f87-11ef-8bc5-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:52:11.0548304Z", "endExecutionTime": "2024-07-31T21:52:29.922279Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-863a69ee-4f87-11ef-b424-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-863a69ee-4f87-11ef-b424-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-863a69ee-4f87-11ef-b424-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T21:55:15.115023Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "863a69ee-4f87-11ef-b424-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T21:54:57.1116688Z", "endExecutionTime": "2024-07-31T21:55:15.576196Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-856b2275-4f88-11ef-b212-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-856b2275-4f88-11ef-b212-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-856b2275-4f88-11ef-b212-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:02:21.831691Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "856b2275-4f88-11ef-b212-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:02:06.0994508Z", "endExecutionTime": "2024-07-31T22:02:22.342724Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea21be30-4f88-11ef-b749-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea21be30-4f88-11ef-b749-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ea21be30-4f88-11ef-b749-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:05:07.499244Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ea21be30-4f88-11ef-b749-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:04:54.2037603Z", "endExecutionTime": "2024-07-31T22:05:08.07094Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1c230f10-4f89-11ef-a456-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1c230f10-4f89-11ef-a456-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1c230f10-4f89-11ef-a456-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:06:32.787878Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1c230f10-4f89-11ef-a456-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:06:18.3854311Z", "endExecutionTime": "2024-07-31T22:06:33.241187Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-37864164-4f89-11ef-9f37-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-37864164-4f89-11ef-9f37-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-37864164-4f89-11ef-9f37-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:07:17.961147Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "37864164-4f89-11ef-9f37-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:07:04.065321Z", "endExecutionTime": "2024-07-31T22:07:18.417235Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8f00a778-4f89-11ef-a35a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8f00a778-4f89-11ef-a35a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8f00a778-4f89-11ef-a35a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:09:53.549141Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8f00a778-4f89-11ef-a35a-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:09:35.1100862Z", "endExecutionTime": "2024-07-31T22:09:54.168782Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bf6427a3-4f89-11ef-a7ab-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bf6427a3-4f89-11ef-a7ab-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bf6427a3-4f89-11ef-a7ab-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:11:08.920275Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bf6427a3-4f89-11ef-a7ab-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:10:52.2354513Z", "endExecutionTime": "2024-07-31T22:11:09.715642Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-77424413-4f8a-11ef-a098-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-77424413-4f8a-11ef-a098-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-77424413-4f8a-11ef-a098-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:16:11.769228Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "77424413-4f8a-11ef-a098-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:16:01.3740955Z", "endExecutionTime": "2024-07-31T22:16:12.271108Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9536204e-4f8a-11ef-bd45-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9536204e-4f8a-11ef-bd45-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9536204e-4f8a-11ef-bd45-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:17:07.054208Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9536204e-4f8a-11ef-bd45-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:16:50.7566848Z", "endExecutionTime": "2024-07-31T22:17:07.587068Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a17918b1-4f8a-11ef-ace5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a17918b1-4f8a-11ef-ace5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a17918b1-4f8a-11ef-ace5-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:17:22.057505Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a17918b1-4f8a-11ef-ace5-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:17:11.4668666Z", "endExecutionTime": "2024-07-31T22:17:22.639992Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ef1bb772-4f8a-11ef-b19a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ef1bb772-4f8a-11ef-b19a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ef1bb772-4f8a-11ef-b19a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:19:37.790599Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ef1bb772-4f8a-11ef-b19a-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:19:21.5604098Z", "endExecutionTime": "2024-07-31T22:19:38.390826Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-38fb28b7-4f8b-11ef-9bb1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-38fb28b7-4f8b-11ef-9bb1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-38fb28b7-4f8b-11ef-9bb1-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:21:43.180089Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "38fb28b7-4f8b-11ef-9bb1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:21:26.3404682Z", "endExecutionTime": "2024-07-31T22:21:43.698629Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5fc94e1d-4f8b-11ef-815b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5fc94e1d-4f8b-11ef-815b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5fc94e1d-4f8b-11ef-815b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:22:48.503637Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5fc94e1d-4f8b-11ef-815b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:22:30.6190367Z", "endExecutionTime": "2024-07-31T22:22:49.021252Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6e63f6ee-4f8b-11ef-845a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6e63f6ee-4f8b-11ef-845a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6e63f6ee-4f8b-11ef-845a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:23:03.565485Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6e63f6ee-4f8b-11ef-845a-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:22:55.1814168Z", "endExecutionTime": "2024-07-31T22:23:04.084113Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8a50a68f-4f8b-11ef-b6df-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8a50a68f-4f8b-11ef-b6df-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8a50a68f-4f8b-11ef-b6df-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8a50a68f-4f8b-11ef-b6df-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T22:23:42.2594605Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a05a0cf6-4f8b-11ef-8c1a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a05a0cf6-4f8b-11ef-8c1a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a05a0cf6-4f8b-11ef-8c1a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a05a0cf6-4f8b-11ef-8c1a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T22:24:18.9600533Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a16bd2a8-4f8b-11ef-950f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a16bd2a8-4f8b-11ef-950f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a16bd2a8-4f8b-11ef-950f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:24:39.033497Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a16bd2a8-4f8b-11ef-950f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:24:20.6759452Z", "endExecutionTime": "2024-07-31T22:24:39.599521Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bbe1b384-4f8b-11ef-ac7f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bbe1b384-4f8b-11ef-ac7f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bbe1b384-4f8b-11ef-ac7f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:25:24.136183Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bbe1b384-4f8b-11ef-ac7f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:25:05.8903494Z", "endExecutionTime": "2024-07-31T22:25:24.560957Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-43f3d319-4f8c-11ef-b38d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-43f3d319-4f8c-11ef-b38d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-43f3d319-4f8c-11ef-b38d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T22:29:08.471791Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "43f3d319-4f8c-11ef-b38d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T22:28:56.0375991Z", "endExecutionTime": "2024-07-31T22:29:08.956804Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0cd74306-4f96-11ef-9d7f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0cd74306-4f96-11ef-9d7f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1024, "count": 1024, - "items": [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": - []}]}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0cd74306-4f96-11ef-9d7f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0cd74306-4f96-11ef-9d7f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T23:38:56.8628061Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-27c241ff-4f96-11ef-a8f4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-27c241ff-4f96-11ef-a8f4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1024, "count": 1024, - "items": [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": - []}]}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-27c241ff-4f96-11ef-a8f4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "27c241ff-4f96-11ef-a8f4-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T23:39:41.2119348Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c91f5c69-4f96-11ef-983f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c91f5c69-4f96-11ef-983f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 1024, "shots": 1024, - "items": [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": - []}]}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c91f5c69-4f96-11ef-983f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-07-31T23:54:49.65488Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c91f5c69-4f96-11ef-983f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-07-31T23:44:12.073239Z", "endExecutionTime": "2024-07-31T23:54:51.281749Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 17.49, "amountConsumed": - 17.49, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9511ccb6-4f98-11ef-a2ac-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9511ccb6-4f98-11ef-a2ac-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1024, "count": 1024, - "items": [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": - []}]}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Failed", "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9511ccb6-4f98-11ef-a2ac-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9511ccb6-4f98-11ef-a2ac-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T23:57:03.7383765Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a9689b17-4f98-11ef-b53e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9689b17-4f98-11ef-b53e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a9689b17-4f98-11ef-b53e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-07-31T23:58:10.392Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a9689b17-4f98-11ef-b53e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T23:57:38.2472037Z", - "endExecutionTime": "2024-07-31T23:58:10.407Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ec593019-4f98-11ef-8495-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec593019-4f98-11ef-8495-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ec593019-4f98-11ef-8495-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ec593019-4f98-11ef-8495-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-07-31T23:59:30.8085355Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8af2a4d2-4f99-11ef-99b9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8af2a4d2-4f99-11ef-99b9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8af2a4d2-4f99-11ef-99b9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8af2a4d2-4f99-11ef-99b9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-01T00:03:56.4493977Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a12a6171-4f99-11ef-aef4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a12a6171-4f99-11ef-aef4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a12a6171-4f99-11ef-aef4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a12a6171-4f99-11ef-aef4-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-01T00:04:33.3142901Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b70b10c4-4f99-11ef-a5ce-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b70b10c4-4f99-11ef-a5ce-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b70b10c4-4f99-11ef-a5ce-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:05:30.417107Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b70b10c4-4f99-11ef-a5ce-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-01T00:05:10.0024036Z", "endExecutionTime": "2024-08-01T00:05:31.991973Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ce3caec5-4f99-11ef-bf93-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce3caec5-4f99-11ef-bf93-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ce3caec5-4f99-11ef-bf93-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-01T00:08:31.475Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ce3caec5-4f99-11ef-bf93-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-01T00:05:48.8735645Z", - "endExecutionTime": "2024-08-01T00:08:31.492Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e4330817-4f99-11ef-b8ba-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e4330817-4f99-11ef-b8ba-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e4330817-4f99-11ef-b8ba-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e4330817-4f99-11ef-b8ba-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-01T00:06:25.7661545Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f9fb35cc-4f99-11ef-ba76-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f9fb35cc-4f99-11ef-ba76-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f9fb35cc-4f99-11ef-ba76-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f9fb35cc-4f99-11ef-ba76-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-01T00:07:02.2780001Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0fc1c779-4f9a-11ef-86be-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0fc1c779-4f9a-11ef-86be-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0fc1c779-4f9a-11ef-86be-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0fc1c779-4f9a-11ef-86be-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-01T00:07:38.8670743Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-25fe1396-4f9a-11ef-a355-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-25fe1396-4f9a-11ef-a355-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-25fe1396-4f9a-11ef-a355-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "25fe1396-4f9a-11ef-a355-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-01T00:08:16.1260286Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3c0fe389-4f9a-11ef-89ef-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3c0fe389-4f9a-11ef-89ef-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3c0fe389-4f9a-11ef-89ef-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:09:07.745972Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3c0fe389-4f9a-11ef-89ef-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-01T00:08:53.2234175Z", "endExecutionTime": "2024-08-01T00:09:09.177518Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4b6a91ca-4f9a-11ef-94ec-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4b6a91ca-4f9a-11ef-94ec-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4b6a91ca-4f9a-11ef-94ec-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:10:56.6603Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4b6a91ca-4f9a-11ef-94ec-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-01T00:09:19.3905132Z", "endExecutionTime": "2024-08-01T00:11:01.219095Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-618f7bab-4f9a-11ef-9622-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-618f7bab-4f9a-11ef-9622-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-618f7bab-4f9a-11ef-9622-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:10:00.536294Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "618f7bab-4f9a-11ef-9622-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-01T00:09:56.087861Z", "endExecutionTime": "2024-08-01T00:10:00.53693Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6704ee58-4f9a-11ef-ab33-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6704ee58-4f9a-11ef-ab33-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6704ee58-4f9a-11ef-ab33-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:10:23.597384Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6704ee58-4f9a-11ef-ab33-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-01T00:10:05.227288Z", "endExecutionTime": "2024-08-01T00:10:24.878683Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-75f5ae5b-4f9a-11ef-bc92-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-75f5ae5b-4f9a-11ef-bc92-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-75f5ae5b-4f9a-11ef-bc92-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:10:49.113589Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "75f5ae5b-4f9a-11ef-bc92-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-01T00:10:30.3484092Z", "endExecutionTime": "2024-08-01T00:10:50.374717Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-84d30c51-4f9a-11ef-98aa-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-84d30c51-4f9a-11ef-98aa-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-84d30c51-4f9a-11ef-98aa-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:11:14.503625Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "84d30c51-4f9a-11ef-98aa-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-01T00:10:55.4004544Z", "endExecutionTime": "2024-08-01T00:11:15.715981Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9aba9b3b-4f9a-11ef-bcfa-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9aba9b3b-4f9a-11ef-bcfa-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9aba9b3b-4f9a-11ef-bcfa-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:11:46.899709Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9aba9b3b-4f9a-11ef-bcfa-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-01T00:11:32.0003847Z", "endExecutionTime": "2024-08-01T00:11:48.720049Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a9a64ee3-4f9a-11ef-9d44-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9a64ee3-4f9a-11ef-9d44-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a9a64ee3-4f9a-11ef-9d44-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:12:12.384724Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a9a64ee3-4f9a-11ef-9d44-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-01T00:11:57.1362377Z", "endExecutionTime": "2024-08-01T00:12:13.610153Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b9209714-4f9a-11ef-bef4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b9209714-4f9a-11ef-bef4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b9209714-4f9a-11ef-bef4-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:12:23.6778607Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-194", "id": "b9209714-4f9a-11ef-bef4-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-01T00:12:23.1176596Z", "endExecutionTime": "2024-08-01T00:12:26.1484768Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bd4cc3d9-4f9a-11ef-89e2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd4cc3d9-4f9a-11ef-89e2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-198", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-198", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bd4cc3d9-4f9a-11ef-89e2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:12:30.3359572Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-198", "id": "bd4cc3d9-4f9a-11ef-89e2-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-01T00:12:29.9760895Z", "endExecutionTime": "2024-08-01T00:12:32.6729116Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c153822d-4f9a-11ef-bfa0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c153822d-4f9a-11ef-bfa0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-202", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c153822d-4f9a-11ef-bfa0-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:12:38.051328Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-202", "id": "c153822d-4f9a-11ef-bfa0-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-01T00:12:36.8405741Z", "endExecutionTime": "2024-08-01T00:12:40.1602177Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c5edfc89-4f9a-11ef-9ba9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c5edfc89-4f9a-11ef-9ba9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c5edfc89-4f9a-11ef-9ba9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:12:54.072977Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "c5edfc89-4f9a-11ef-9ba9-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-01T00:12:44.416384Z", - "endExecutionTime": "2024-08-01T00:12:55.321402Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d203dbb0-4f9a-11ef-b393-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d203dbb0-4f9a-11ef-b393-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Failed", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d203dbb0-4f9a-11ef-b393-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d203dbb0-4f9a-11ef-b393-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-01T00:13:05.5748946Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e7d8fcb5-4f9a-11ef-8144-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e7d8fcb5-4f9a-11ef-8144-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e7d8fcb5-4f9a-11ef-8144-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:13:58.815515Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e7d8fcb5-4f9a-11ef-8144-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-01T00:13:42.5185525Z", "endExecutionTime": "2024-08-01T00:14:00.515885Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f82c779c-4f9a-11ef-bfcb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f82c779c-4f9a-11ef-bfcb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-216", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-216", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f82c779c-4f9a-11ef-bfcb-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": {"code": "ProviderTimeout", "message": "There was - a problem submitting the job to ''ionq''. Please check the provider''s status - and try submitting the job again later."}, "isCancelling": false, "tags": - [], "name": "circuit-216", "id": "f82c779c-4f9a-11ef-bfcb-a0b339c1da8f", "providerId": - "ionq", "target": "ionq.simulator", "creationTime": "2024-08-01T00:14:08.7839421Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f911bafd-4f9a-11ef-aff4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f911bafd-4f9a-11ef-aff4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f911bafd-4f9a-11ef-aff4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:14:21.27465Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f911bafd-4f9a-11ef-aff4-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-01T00:14:10.2020099Z", - "endExecutionTime": "2024-08-01T00:14:22.290728Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-039a00ef-4f9b-11ef-b012-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-039a00ef-4f9b-11ef-b012-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-039a00ef-4f9b-11ef-b012-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:14:43.853185Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "039a00ef-4f9b-11ef-b012-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-01T00:14:28.1684485Z", - "endExecutionTime": "2024-08-01T00:14:45.815382Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-12b1a035-4f9b-11ef-a84d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12b1a035-4f9b-11ef-a84d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-12b1a035-4f9b-11ef-a84d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:15:03.674465Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "12b1a035-4f9b-11ef-a84d-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-01T00:14:53.3553681Z", - "endExecutionTime": "2024-08-01T00:15:04.34691Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1d13b8db-4f9b-11ef-ac12-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1d13b8db-4f9b-11ef-ac12-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1d13b8db-4f9b-11ef-ac12-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:15:16.0622807Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1d13b8db-4f9b-11ef-ac12-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-01T00:15:10.9616862Z", - "endExecutionTime": "2024-08-01T00:15:16.8400654Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-24cd99c5-4f9b-11ef-a8a5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-24cd99c5-4f9b-11ef-a8a5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-24cd99c5-4f9b-11ef-a8a5-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:15:29.0886953Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "24cd99c5-4f9b-11ef-a8a5-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-01T00:15:23.8010125Z", - "endExecutionTime": "2024-08-01T00:15:29.8394222Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2c1787f0-4f9b-11ef-b113-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2c1787f0-4f9b-11ef-b113-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2c1787f0-4f9b-11ef-b113-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:15:41.2836445Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2c1787f0-4f9b-11ef-b113-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-01T00:15:36.1361553Z", - "endExecutionTime": "2024-08-01T00:15:42.0255483Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3390af87-4f9b-11ef-a4c3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3390af87-4f9b-11ef-a4c3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3390af87-4f9b-11ef-a4c3-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:15:54.2383828Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3390af87-4f9b-11ef-a4c3-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-01T00:15:48.6606629Z", - "endExecutionTime": "2024-08-01T00:15:55.0304127Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3adf80e1-4f9b-11ef-93e1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3adf80e1-4f9b-11ef-93e1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3adf80e1-4f9b-11ef-93e1-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T00:16:06.3210481Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3adf80e1-4f9b-11ef-93e1-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-01T00:16:00.8985971Z", - "endExecutionTime": "2024-08-01T00:16:07.0785645Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e074afc8-5033-11ef-91ed-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e074afc8-5033-11ef-91ed-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e074afc8-5033-11ef-91ed-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-01T18:30:28.242468Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e074afc8-5033-11ef-91ed-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-01T18:28:43.715719Z", "endExecutionTime": "2024-08-01T18:30:32.606195Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f606b368-5063-11ef-931d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f606b368-5063-11ef-931d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f606b368-5063-11ef-931d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:13:00.599Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f606b368-5063-11ef-931d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:12:54.3078191Z", - "endExecutionTime": "2024-08-02T00:13:00.614Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0afc9e1e-5064-11ef-8194-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0afc9e1e-5064-11ef-8194-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0afc9e1e-5064-11ef-8194-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:13:34.227Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0afc9e1e-5064-11ef-8194-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:13:29.7160718Z", - "endExecutionTime": "2024-08-02T00:13:34.315Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-11cc215d-5064-11ef-bab9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-11cc215d-5064-11ef-bab9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-11cc215d-5064-11ef-bab9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:13:43.72Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "11cc215d-5064-11ef-bab9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:13:39.9607962Z", - "endExecutionTime": "2024-08-02T00:13:43.737Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-180d1334-5064-11ef-b74f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-180d1334-5064-11ef-b74f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-180d1334-5064-11ef-b74f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:14:11.59782Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "180d1334-5064-11ef-b74f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:13:50.5927228Z", "endExecutionTime": "2024-08-02T00:14:12.176327Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-30555eea-5064-11ef-87a9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-30555eea-5064-11ef-87a9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-30555eea-5064-11ef-87a9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-02T00:14:32.623Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "30555eea-5064-11ef-87a9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:14:31.0783246Z", - "endExecutionTime": "2024-08-02T00:14:32.639Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-33b1faf0-5064-11ef-953f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-33b1faf0-5064-11ef-953f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-33b1faf0-5064-11ef-953f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:14:41.322Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "33b1faf0-5064-11ef-953f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:14:36.7684615Z", - "endExecutionTime": "2024-08-02T00:14:41.377Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-39a7ca4b-5064-11ef-83d8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-39a7ca4b-5064-11ef-83d8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-39a7ca4b-5064-11ef-83d8-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:14:50.403Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "39a7ca4b-5064-11ef-83d8-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:14:46.7650828Z", - "endExecutionTime": "2024-08-02T00:14:50.417Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3f4b5bab-5064-11ef-bdd6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3f4b5bab-5064-11ef-bdd6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3f4b5bab-5064-11ef-bdd6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:15:00.134Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3f4b5bab-5064-11ef-bdd6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:14:56.3094014Z", - "endExecutionTime": "2024-08-02T00:15:00.318Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4555a329-5064-11ef-9bcc-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4555a329-5064-11ef-9bcc-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4555a329-5064-11ef-9bcc-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:15:10.183Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4555a329-5064-11ef-9bcc-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:15:06.3042824Z", - "endExecutionTime": "2024-08-02T00:15:10.262Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4b34eb18-5064-11ef-84c9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4b34eb18-5064-11ef-84c9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4b34eb18-5064-11ef-84c9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:15:27.397536Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4b34eb18-5064-11ef-84c9-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:15:16.3227533Z", "endExecutionTime": "2024-08-02T00:15:27.964121Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5694d879-5064-11ef-8ec6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5694d879-5064-11ef-8ec6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5694d879-5064-11ef-8ec6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:17:16.630471Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5694d879-5064-11ef-8ec6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-02T00:15:35.3482963Z", "endExecutionTime": "2024-08-02T00:17:21.006645Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-778f23d2-5064-11ef-b33d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-778f23d2-5064-11ef-b33d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-778f23d2-5064-11ef-b33d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:16:36.209176Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "778f23d2-5064-11ef-b33d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-02T00:16:30.6378096Z", "endExecutionTime": "2024-08-02T00:16:36.209949Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7f98f82c-5064-11ef-a0ec-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7f98f82c-5064-11ef-a0ec-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7f98f82c-5064-11ef-a0ec-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:16:51.996948Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7f98f82c-5064-11ef-a0ec-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:16:44.1660791Z", "endExecutionTime": "2024-08-02T00:16:52.383932Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-874ce602-5064-11ef-8ae2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-874ce602-5064-11ef-8ae2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-874ce602-5064-11ef-8ae2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:17:07.158348Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "874ce602-5064-11ef-8ae2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:16:57.0645048Z", "endExecutionTime": "2024-08-02T00:17:07.544444Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-920df384-5064-11ef-91df-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-920df384-5064-11ef-91df-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-920df384-5064-11ef-91df-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:17:22.462363Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "920df384-5064-11ef-91df-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:17:15.1782345Z", "endExecutionTime": "2024-08-02T00:17:22.804933Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9cc5517a-5064-11ef-a5e6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9cc5517a-5064-11ef-a5e6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9cc5517a-5064-11ef-a5e6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:17:47.671093Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9cc5517a-5064-11ef-a5e6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:17:33.1867272Z", "endExecutionTime": "2024-08-02T00:17:48.124971Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a8108edc-5064-11ef-8c97-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a8108edc-5064-11ef-8c97-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a8108edc-5064-11ef-8c97-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:18:02.853341Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a8108edc-5064-11ef-8c97-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:17:52.0560346Z", "endExecutionTime": "2024-08-02T00:18:03.260401Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b3df6bfe-5064-11ef-be91-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b3df6bfe-5064-11ef-be91-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-211", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-211", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b3df6bfe-5064-11ef-be91-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:18:12.8099811Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-211", "id": "b3df6bfe-5064-11ef-be91-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-02T00:18:12.3181752Z", "endExecutionTime": "2024-08-02T00:18:15.2161175Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b8b2947e-5064-11ef-848e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b8b2947e-5064-11ef-848e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-215", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-215", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b8b2947e-5064-11ef-848e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:18:30.4825757Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-215", "id": "b8b2947e-5064-11ef-848e-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-02T00:18:25.257776Z", "endExecutionTime": "2024-08-02T00:18:32.5972711Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c3dbe09b-5064-11ef-9f34-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c3dbe09b-5064-11ef-9f34-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-219", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c3dbe09b-5064-11ef-9f34-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:18:39.0140867Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-219", "id": "c3dbe09b-5064-11ef-9f34-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-02T00:18:38.6108822Z", "endExecutionTime": "2024-08-02T00:18:41.3850058Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c8651c06-5064-11ef-8e77-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c8651c06-5064-11ef-8e77-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c8651c06-5064-11ef-8e77-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:18:58.78957Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "c8651c06-5064-11ef-8e77-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-02T00:18:46.1657706Z", - "endExecutionTime": "2024-08-02T00:19:00.008181Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-da0cb6ba-5064-11ef-9994-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da0cb6ba-5064-11ef-9994-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-da0cb6ba-5064-11ef-9994-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:19:21.068Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "da0cb6ba-5064-11ef-9994-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:19:17.0674648Z", - "endExecutionTime": "2024-08-02T00:19:21.084Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e01d0ca0-5064-11ef-84d5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e01d0ca0-5064-11ef-84d5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e01d0ca0-5064-11ef-84d5-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:19:38.594095Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e01d0ca0-5064-11ef-84d5-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:19:27.2237098Z", "endExecutionTime": "2024-08-02T00:19:39.001624Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ebfb17d8-5064-11ef-bf3e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ebfb17d8-5064-11ef-bf3e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-233", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-233", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ebfb17d8-5064-11ef-bf3e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:19:49.495Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-233", "id": "ebfb17d8-5064-11ef-bf3e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:19:45.9329034Z", - "endExecutionTime": "2024-08-02T00:19:49.507Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f20413a8-5064-11ef-8fb9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f20413a8-5064-11ef-8fb9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f20413a8-5064-11ef-8fb9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:20:07.4548Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f20413a8-5064-11ef-8fb9-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-02T00:19:56.1362182Z", - "endExecutionTime": "2024-08-02T00:20:08.481477Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fd1e1e80-5064-11ef-b3b2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fd1e1e80-5064-11ef-b3b2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fd1e1e80-5064-11ef-b3b2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:20:25.024316Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fd1e1e80-5064-11ef-b3b2-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-02T00:20:14.7278678Z", - "endExecutionTime": "2024-08-02T00:20:27.004238Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-07dece58-5065-11ef-8d88-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07dece58-5065-11ef-8d88-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-07dece58-5065-11ef-8d88-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:20:43.53296Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "07dece58-5065-11ef-8d88-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-02T00:20:32.812858Z", - "endExecutionTime": "2024-08-02T00:20:44.23105Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-12c338ac-5065-11ef-b84e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12c338ac-5065-11ef-b84e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-12c338ac-5065-11ef-b84e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:20:56.1891196Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "12c338ac-5065-11ef-b84e-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-02T00:20:51.11786Z", - "endExecutionTime": "2024-08-02T00:20:57.0487144Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1ae32e70-5065-11ef-b200-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1ae32e70-5065-11ef-b200-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1ae32e70-5065-11ef-b200-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:21:10.2861565Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1ae32e70-5065-11ef-b200-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-02T00:21:04.7217229Z", - "endExecutionTime": "2024-08-02T00:21:11.1030411Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-22988de9-5065-11ef-8cdb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-22988de9-5065-11ef-8cdb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-22988de9-5065-11ef-8cdb-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:21:24.2337804Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "22988de9-5065-11ef-8cdb-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-02T00:21:18.643369Z", - "endExecutionTime": "2024-08-02T00:21:25.0424678Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2abf8ae7-5065-11ef-8f67-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2abf8ae7-5065-11ef-8f67-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2abf8ae7-5065-11ef-8f67-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:21:36.2892628Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2abf8ae7-5065-11ef-8f67-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-02T00:21:31.2761459Z", - "endExecutionTime": "2024-08-02T00:21:37.1409982Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-30358e3a-5065-11ef-a505-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-30358e3a-5065-11ef-a505-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-30358e3a-5065-11ef-a505-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:21:45.2855769Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "30358e3a-5065-11ef-a505-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-02T00:21:40.3341464Z", - "endExecutionTime": "2024-08-02T00:21:46.0951922Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a3f2b6c8-5066-11ef-8396-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3f2b6c8-5066-11ef-8396-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 50, "shots": 50, "items": - [{"entryPoint": "Single qubit random", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "Single qubit random", "num_qubits": "1", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a3f2b6c8-5066-11ef-8396-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:32:10.112884Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "a3f2b6c8-5066-11ef-8396-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1sc", "creationTime": - "2024-08-02T00:32:05.0289941Z", "endExecutionTime": "2024-08-02T00:32:10.112966Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b65c4d90-5066-11ef-bfec-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b65c4d90-5066-11ef-bfec-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 50, "count": 50, "items": - [{"entryPoint": "Single qubit random", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "Single qubit random", "num_qubits": "1", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b65c4d90-5066-11ef-bfec-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:32:39.243Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "b65c4d90-5066-11ef-bfec-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:32:34.9746483Z", - "endExecutionTime": "2024-08-02T00:32:39.261Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f9a4819f-5066-11ef-971d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f9a4819f-5066-11ef-971d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 50, "count": 50, "items": - [{"entryPoint": "HIXYZ", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "HIXYZ", "num_qubits": "6", "metadata": "{}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f9a4819f-5066-11ef-971d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:34:31.969Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "HIXYZ", "id": "f9a4819f-5066-11ef-971d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:34:27.8161976Z", - "endExecutionTime": "2024-08-02T00:34:32.002Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5542feaf-5067-11ef-8415-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5542feaf-5067-11ef-8415-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 50, "count": 50, "items": - [{"entryPoint": "Single qubit random", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "Single qubit random", "num_qubits": "1", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5542feaf-5067-11ef-8415-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:37:05.472Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "5542feaf-5067-11ef-8415-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:37:01.4739565Z", - "endExecutionTime": "2024-08-02T00:37:05.485Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-559bd77d-5067-11ef-a73c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-559bd77d-5067-11ef-a73c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 50, "shots": 50, "items": - [{"entryPoint": "HIXYZ", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "HIXYZ", "num_qubits": "6", "metadata": "{}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-559bd77d-5067-11ef-a73c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:37:14.537147Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "HIXYZ", "id": "559bd77d-5067-11ef-a73c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:37:01.9831132Z", "endExecutionTime": "2024-08-02T00:37:15.033307Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.71, "amountConsumed": - 5.71, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5999c914-5067-11ef-a0b7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5999c914-5067-11ef-a0b7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 50, "count": - 50}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-5999c914-5067-11ef-a0b7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-02T00:37:10.501Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "5999c914-5067-11ef-a0b7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:37:08.8965964Z", - "endExecutionTime": "2024-08-02T00:37:10.514Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5be1efb9-5067-11ef-b724-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5be1efb9-5067-11ef-b724-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 50, "shots": - 50}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-5be1efb9-5067-11ef-b724-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-02T00:37:19.634811Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "5be1efb9-5067-11ef-b724-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:37:12.5747067Z", "endExecutionTime": "2024-08-02T00:37:20.024896Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.11, "amountConsumed": - 5.11, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-709abb79-5067-11ef-bf9e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-709abb79-5067-11ef-bf9e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 50, "count": - 50}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-709abb79-5067-11ef-bf9e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-02T00:37:48.8Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "709abb79-5067-11ef-bf9e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:37:47.2842942Z", - "endExecutionTime": "2024-08-02T00:37:48.812Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7228ae17-5067-11ef-9288-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7228ae17-5067-11ef-9288-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 50, "shots": - 50}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-7228ae17-5067-11ef-9288-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-02T00:37:54.72651Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "7228ae17-5067-11ef-9288-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:37:49.8969208Z", "endExecutionTime": "2024-08-02T00:37:55.118022Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.11, "amountConsumed": - 5.11, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ab13bc53-5067-11ef-b8db-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ab13bc53-5067-11ef-b8db-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 50, "count": 50, "items": - [{"entryPoint": "Single qubit random", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "Single qubit random", "num_qubits": "1", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ab13bc53-5067-11ef-b8db-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:39:29.771Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "ab13bc53-5067-11ef-b8db-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:39:25.427554Z", - "endExecutionTime": "2024-08-02T00:39:29.784Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-aba4b98f-5067-11ef-82f2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-aba4b98f-5067-11ef-82f2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 50, "shots": 50, "items": - [{"entryPoint": "HIXYZ", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "HIXYZ", "num_qubits": "6", "metadata": "{}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-aba4b98f-5067-11ef-82f2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-02T00:39:39.331666Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "HIXYZ", "id": "aba4b98f-5067-11ef-82f2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:39:26.3794402Z", "endExecutionTime": "2024-08-02T00:39:39.749506Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.71, "amountConsumed": - 5.71, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ae12937b-5067-11ef-a62c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae12937b-5067-11ef-a62c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 50, "count": - 50}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ae12937b-5067-11ef-a62c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-02T00:39:31.944Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "ae12937b-5067-11ef-a62c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T00:39:30.4278011Z", - "endExecutionTime": "2024-08-02T00:39:31.958Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b0b3f915-5067-11ef-9bc7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0b3f915-5067-11ef-9bc7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 50, "shots": - 50}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-b0b3f915-5067-11ef-9bc7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-02T00:39:44.42545Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "b0b3f915-5067-11ef-9bc7-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-02T00:39:34.9596195Z", "endExecutionTime": "2024-08-02T00:39:44.743589Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.11, "amountConsumed": - 5.11, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e5e6d05e-50f4-11ef-878d-00155ddf1718?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e5e6d05e-50f4-11ef-878d-00155ddf1718/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 50, "count": - 50}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e5e6d05e-50f4-11ef-878d-00155ddf1718/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-02T17:30:27.008Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "e5e6d05e-50f4-11ef-878d-00155ddf1718", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-02T17:30:24.8582351Z", - "endExecutionTime": "2024-08-02T17:30:27.1Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-631230e1-526a-11ef-a3f3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-631230e1-526a-11ef-a3f3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-631230e1-526a-11ef-a3f3-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:04:01.487Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "631230e1-526a-11ef-a3f3-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:03:56.3038627Z", - "endExecutionTime": "2024-08-04T14:04:01.514Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6c50a8a1-526a-11ef-9b5e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6c50a8a1-526a-11ef-9b5e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6c50a8a1-526a-11ef-9b5e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:04:14.191Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6c50a8a1-526a-11ef-9b5e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:04:10.3009647Z", - "endExecutionTime": "2024-08-04T14:04:14.286Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-72a0a92f-526a-11ef-b159-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-72a0a92f-526a-11ef-b159-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-72a0a92f-526a-11ef-b159-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:04:41.068046Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "72a0a92f-526a-11ef-b159-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:04:20.9883815Z", "endExecutionTime": "2024-08-04T14:04:41.526807Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-849893a5-526a-11ef-aeb7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-849893a5-526a-11ef-aeb7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-849893a5-526a-11ef-aeb7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T14:04:53.194Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "849893a5-526a-11ef-aeb7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:04:51.3942731Z", - "endExecutionTime": "2024-08-04T14:04:53.224Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-88a3b61e-526a-11ef-94cb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-88a3b61e-526a-11ef-94cb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-88a3b61e-526a-11ef-94cb-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:05:01.723Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "88a3b61e-526a-11ef-94cb-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:04:57.7892092Z", - "endExecutionTime": "2024-08-04T14:05:01.792Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8eca06e1-526a-11ef-97f4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8eca06e1-526a-11ef-97f4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8eca06e1-526a-11ef-97f4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:05:11.951Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8eca06e1-526a-11ef-97f4-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:05:08.1437957Z", - "endExecutionTime": "2024-08-04T14:05:11.985Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-948fc56b-526a-11ef-8769-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-948fc56b-526a-11ef-8769-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-948fc56b-526a-11ef-8769-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:05:22.304Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "948fc56b-526a-11ef-8769-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:05:17.7411902Z", - "endExecutionTime": "2024-08-04T14:05:22.344Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9a46a8dc-526a-11ef-b9e5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9a46a8dc-526a-11ef-b9e5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9a46a8dc-526a-11ef-b9e5-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:05:31.794Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9a46a8dc-526a-11ef-b9e5-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:05:27.4780873Z", - "endExecutionTime": "2024-08-04T14:05:31.818Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a03f7ca4-526a-11ef-ac07-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a03f7ca4-526a-11ef-ac07-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a03f7ca4-526a-11ef-ac07-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:05:46.289766Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a03f7ca4-526a-11ef-ac07-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:05:37.3859998Z", "endExecutionTime": "2024-08-04T14:05:46.703091Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-abc99a01-526a-11ef-b683-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-abc99a01-526a-11ef-b683-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-abc99a01-526a-11ef-b683-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:07:35.017915Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "abc99a01-526a-11ef-b683-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-04T14:05:56.8476336Z", "endExecutionTime": "2024-08-04T14:07:39.338988Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f48779e9-526a-11ef-94dd-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f48779e9-526a-11ef-94dd-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f48779e9-526a-11ef-94dd-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:08:03.650282Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f48779e9-526a-11ef-94dd-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-04T14:07:59.0629072Z", "endExecutionTime": "2024-08-04T14:08:03.650932Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fd241c94-526a-11ef-95f6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fd241c94-526a-11ef-95f6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fd241c94-526a-11ef-95f6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:08:21.649011Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fd241c94-526a-11ef-95f6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:08:13.3428741Z", "endExecutionTime": "2024-08-04T14:08:22.112905Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0849e397-526b-11ef-9677-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0849e397-526b-11ef-9677-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0849e397-526b-11ef-9677-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:08:46.02539Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0849e397-526b-11ef-9677-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:08:32.0202976Z", "endExecutionTime": "2024-08-04T14:08:46.379163Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-136f43f4-526b-11ef-8938-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-136f43f4-526b-11ef-8938-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-136f43f4-526b-11ef-8938-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:09:01.134387Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "136f43f4-526b-11ef-8938-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:08:50.7968989Z", "endExecutionTime": "2024-08-04T14:09:01.422131Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1f30cae6-526b-11ef-a97b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1f30cae6-526b-11ef-a97b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1f30cae6-526b-11ef-a97b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:09:26.259627Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1f30cae6-526b-11ef-a97b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:09:11.3236485Z", "endExecutionTime": "2024-08-04T14:09:26.706249Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2f7a090c-526b-11ef-b976-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2f7a090c-526b-11ef-b976-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2f7a090c-526b-11ef-b976-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:09:51.398248Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2f7a090c-526b-11ef-b976-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:09:37.8680779Z", "endExecutionTime": "2024-08-04T14:09:51.68707Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-40a08d21-526b-11ef-9f4a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-40a08d21-526b-11ef-9f4a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-211", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-211", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-40a08d21-526b-11ef-9f4a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:10:07.2619085Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-211", "id": "40a08d21-526b-11ef-9f4a-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-04T14:10:06.7232636Z", "endExecutionTime": "2024-08-04T14:10:09.7714515Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-45c00201-526b-11ef-80c0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-45c00201-526b-11ef-80c0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-213", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-213", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-45c00201-526b-11ef-80c0-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:10:19.801596Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-213", "id": "45c00201-526b-11ef-80c0-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-04T14:10:15.0791372Z", "endExecutionTime": "2024-08-04T14:10:21.9286755Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4c1ab778-526b-11ef-8617-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4c1ab778-526b-11ef-8617-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-215", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4c1ab778-526b-11ef-8617-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:10:26.2032585Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-215", "id": "4c1ab778-526b-11ef-8617-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-04T14:10:25.8578282Z", "endExecutionTime": "2024-08-04T14:10:28.5589354Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-513cd22c-526b-11ef-ba1a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-513cd22c-526b-11ef-ba1a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-513cd22c-526b-11ef-ba1a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:10:44.076966Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "513cd22c-526b-11ef-ba1a-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T14:10:34.3294125Z", - "endExecutionTime": "2024-08-04T14:10:45.126127Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5f75fc52-526b-11ef-b945-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5f75fc52-526b-11ef-b945-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5f75fc52-526b-11ef-b945-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:11:03.582Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5f75fc52-526b-11ef-b945-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:10:59.5321759Z", - "endExecutionTime": "2024-08-04T14:11:03.609Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-65cd67f4-526b-11ef-9320-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-65cd67f4-526b-11ef-9320-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-65cd67f4-526b-11ef-9320-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:11:26.574091Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "65cd67f4-526b-11ef-9320-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:11:10.2605119Z", "endExecutionTime": "2024-08-04T14:11:26.913793Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-76d2cb89-526b-11ef-a608-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-76d2cb89-526b-11ef-a608-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-227", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-227", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-76d2cb89-526b-11ef-a608-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:11:41.498Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-227", "id": "76d2cb89-526b-11ef-a608-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:11:37.4422374Z", - "endExecutionTime": "2024-08-04T14:11:41.531Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7d224469-526b-11ef-858b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d224469-526b-11ef-858b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7d224469-526b-11ef-858b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:11:59.544774Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7d224469-526b-11ef-858b-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T14:11:47.9987215Z", - "endExecutionTime": "2024-08-04T14:12:00.599489Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8874599e-526b-11ef-b27f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8874599e-526b-11ef-b27f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8874599e-526b-11ef-b27f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:12:18.451765Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8874599e-526b-11ef-b27f-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T14:12:06.9664313Z", - "endExecutionTime": "2024-08-04T14:12:20.637922Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-933decc4-526b-11ef-a095-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-933decc4-526b-11ef-a095-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-933decc4-526b-11ef-a095-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:12:44.256532Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "933decc4-526b-11ef-a095-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T14:12:25.197505Z", - "endExecutionTime": "2024-08-04T14:12:45.044818Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a2e75764-526b-11ef-8a16-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a2e75764-526b-11ef-8a16-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a2e75764-526b-11ef-8a16-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:12:56.8388231Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a2e75764-526b-11ef-8a16-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:12:51.5099814Z", - "endExecutionTime": "2024-08-04T14:12:57.8537675Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ab50d4df-526b-11ef-a61a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ab50d4df-526b-11ef-a61a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ab50d4df-526b-11ef-a61a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:13:10.8095411Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ab50d4df-526b-11ef-a61a-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:13:05.6085783Z", - "endExecutionTime": "2024-08-04T14:13:11.6625288Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b13b789c-526b-11ef-88aa-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b13b789c-526b-11ef-88aa-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b13b789c-526b-11ef-88aa-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:13:20.8647571Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b13b789c-526b-11ef-88aa-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:13:15.3533395Z", - "endExecutionTime": "2024-08-04T14:13:21.7314788Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b8ed3e35-526b-11ef-b389-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b8ed3e35-526b-11ef-b389-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b8ed3e35-526b-11ef-b389-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:13:32.885486Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b8ed3e35-526b-11ef-b389-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:13:28.4133144Z", - "endExecutionTime": "2024-08-04T14:13:33.7881642Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-beab4db5-526b-11ef-b767-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-beab4db5-526b-11ef-b767-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-beab4db5-526b-11ef-b767-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:13:42.967472Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "beab4db5-526b-11ef-b767-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:13:37.9761552Z", - "endExecutionTime": "2024-08-04T14:13:43.849906Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-09b4568b-526c-11ef-806c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-09b4568b-526c-11ef-806c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-158", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-158", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-09b4568b-526c-11ef-806c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:15:48.975Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-158", "id": "09b4568b-526c-11ef-806c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:15:44.5391371Z", - "endExecutionTime": "2024-08-04T14:15:48.997Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-411e65b5-5270-11ef-ab47-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-411e65b5-5270-11ef-ab47-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-411e65b5-5270-11ef-ab47-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:46:01.048Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "411e65b5-5270-11ef-ab47-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:45:55.7366272Z", - "endExecutionTime": "2024-08-04T14:46:01.083Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-481f716a-5270-11ef-9cd0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-481f716a-5270-11ef-9cd0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-481f716a-5270-11ef-9cd0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:46:11.344Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "481f716a-5270-11ef-9cd0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:46:06.6264426Z", - "endExecutionTime": "2024-08-04T14:46:11.376Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4eab6c72-5270-11ef-a9b2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4eab6c72-5270-11ef-a9b2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4eab6c72-5270-11ef-a9b2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:46:36.654157Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4eab6c72-5270-11ef-a9b2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:46:17.57329Z", "endExecutionTime": "2024-08-04T14:46:37.072161Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-60a5877e-5270-11ef-ae1e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-60a5877e-5270-11ef-ae1e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-60a5877e-5270-11ef-ae1e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T14:46:49.631Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "60a5877e-5270-11ef-ae1e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:46:47.9801082Z", - "endExecutionTime": "2024-08-04T14:46:49.658Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-64920912-5270-11ef-b43a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-64920912-5270-11ef-b43a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-64920912-5270-11ef-b43a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:46:58.221Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "64920912-5270-11ef-b43a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:46:54.3153549Z", - "endExecutionTime": "2024-08-04T14:46:58.248Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6ae5dacf-5270-11ef-aefb-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6ae5dacf-5270-11ef-aefb-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6ae5dacf-5270-11ef-aefb-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:47:08.697Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6ae5dacf-5270-11ef-aefb-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:47:04.9642629Z", - "endExecutionTime": "2024-08-04T14:47:08.723Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-70c50de2-5270-11ef-b7bc-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-70c50de2-5270-11ef-b7bc-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-70c50de2-5270-11ef-b7bc-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:47:18.4Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "70c50de2-5270-11ef-b7bc-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:47:14.7617283Z", - "endExecutionTime": "2024-08-04T14:47:18.436Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7694f02a-5270-11ef-b85c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7694f02a-5270-11ef-b85c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7694f02a-5270-11ef-b85c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:47:28.451Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7694f02a-5270-11ef-b85c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:47:24.5494023Z", - "endExecutionTime": "2024-08-04T14:47:28.473Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7ca4a2c9-5270-11ef-a6b2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7ca4a2c9-5270-11ef-a6b2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7ca4a2c9-5270-11ef-a6b2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:47:51.11088Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7ca4a2c9-5270-11ef-a6b2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:47:34.76819Z", "endExecutionTime": "2024-08-04T14:47:51.540638Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8cf8a115-5270-11ef-ae7a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8cf8a115-5270-11ef-ae7a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8cf8a115-5270-11ef-ae7a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:49:39.446152Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8cf8a115-5270-11ef-ae7a-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-04T14:48:02.2107092Z", "endExecutionTime": "2024-08-04T14:49:43.798334Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d7abfba0-5270-11ef-8bfd-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d7abfba0-5270-11ef-8bfd-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d7abfba0-5270-11ef-8bfd-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:50:12.220426Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d7abfba0-5270-11ef-8bfd-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-04T14:50:07.5274475Z", "endExecutionTime": "2024-08-04T14:50:12.221074Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e051ff7e-5270-11ef-b308-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e051ff7e-5270-11ef-b308-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e051ff7e-5270-11ef-b308-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:50:36.585633Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e051ff7e-5270-11ef-b308-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:50:21.9588551Z", "endExecutionTime": "2024-08-04T14:50:36.912071Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eb529451-5270-11ef-9dfd-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eb529451-5270-11ef-9dfd-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-eb529451-5270-11ef-9dfd-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:50:51.692293Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "eb529451-5270-11ef-9dfd-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:50:40.4692653Z", "endExecutionTime": "2024-08-04T14:50:52.009374Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f71d08b4-5270-11ef-9319-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f71d08b4-5270-11ef-9319-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f71d08b4-5270-11ef-9319-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:51:16.822075Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f71d08b4-5270-11ef-9319-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:51:00.5475603Z", "endExecutionTime": "2024-08-04T14:51:17.144524Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-07384191-5271-11ef-b469-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07384191-5271-11ef-b469-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-07384191-5271-11ef-b469-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:51:41.947163Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "07384191-5271-11ef-b469-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:51:27.3786354Z", "endExecutionTime": "2024-08-04T14:51:42.359155Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-171c7fa7-5271-11ef-ac65-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-171c7fa7-5271-11ef-ac65-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-171c7fa7-5271-11ef-ac65-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:52:07.069175Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "171c7fa7-5271-11ef-ac65-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:51:53.9508552Z", "endExecutionTime": "2024-08-04T14:52:07.373947Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-234dbd04-5271-11ef-9b90-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-234dbd04-5271-11ef-9b90-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-211", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-211", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-234dbd04-5271-11ef-9b90-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:52:14.8143214Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-211", "id": "234dbd04-5271-11ef-9b90-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-04T14:52:14.387113Z", "endExecutionTime": "2024-08-04T14:52:17.2297936Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2895b72c-5271-11ef-b8e8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2895b72c-5271-11ef-b8e8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-213", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-213", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2895b72c-5271-11ef-b8e8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:52:23.5683636Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-213", "id": "2895b72c-5271-11ef-b8e8-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-04T14:52:23.1463544Z", "endExecutionTime": "2024-08-04T14:52:25.9058206Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2d7909e4-5271-11ef-a0ec-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2d7909e4-5271-11ef-a0ec-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-215", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2d7909e4-5271-11ef-a0ec-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:52:31.7897795Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-215", "id": "2d7909e4-5271-11ef-a0ec-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-04T14:52:31.4393077Z", "endExecutionTime": "2024-08-04T14:52:34.1682287Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-32607c63-5271-11ef-be99-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-32607c63-5271-11ef-be99-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-32607c63-5271-11ef-be99-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:52:48.96719Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "32607c63-5271-11ef-be99-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T14:52:39.569366Z", - "endExecutionTime": "2024-08-04T14:52:49.882119Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3f725312-5271-11ef-a9af-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3f725312-5271-11ef-a9af-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3f725312-5271-11ef-a9af-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:53:06.675Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3f725312-5271-11ef-a9af-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:53:02.625888Z", - "endExecutionTime": "2024-08-04T14:53:06.703Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-45b8dcdb-5271-11ef-8ee9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-45b8dcdb-5271-11ef-8ee9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-45b8dcdb-5271-11ef-8ee9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:53:22.309614Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "45b8dcdb-5271-11ef-8ee9-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T14:53:13.2668868Z", "endExecutionTime": "2024-08-04T14:53:22.620998Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-51d967a8-5271-11ef-9872-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-51d967a8-5271-11ef-9872-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-227", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-227", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-51d967a8-5271-11ef-9872-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:53:36.66Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-227", "id": "51d967a8-5271-11ef-9872-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:53:32.4410504Z", - "endExecutionTime": "2024-08-04T14:53:36.69Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-582ca447-5271-11ef-a624-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-582ca447-5271-11ef-a624-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-582ca447-5271-11ef-a624-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:53:54.641025Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "582ca447-5271-11ef-a624-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T14:53:43.0400586Z", - "endExecutionTime": "2024-08-04T14:53:55.624167Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-63ac9f1c-5271-11ef-b99f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-63ac9f1c-5271-11ef-b99f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-63ac9f1c-5271-11ef-b99f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:54:16.320211Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "63ac9f1c-5271-11ef-b99f-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T14:54:02.3428046Z", - "endExecutionTime": "2024-08-04T14:54:18.2218Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-734914d8-5271-11ef-b6d6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-734914d8-5271-11ef-b6d6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-734914d8-5271-11ef-b6d6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:54:40.024455Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "734914d8-5271-11ef-b6d6-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T14:54:28.7101715Z", - "endExecutionTime": "2024-08-04T14:54:40.665135Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 0.0, "amountConsumed": 0.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7e819133-5271-11ef-91aa-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7e819133-5271-11ef-91aa-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7e819133-5271-11ef-91aa-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:54:53.0291395Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7e819133-5271-11ef-91aa-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:54:47.3858401Z", - "endExecutionTime": "2024-08-04T14:54:53.8935787Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-86ed575f-5271-11ef-bcb6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-86ed575f-5271-11ef-bcb6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-86ed575f-5271-11ef-bcb6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:55:06.2317981Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "86ed575f-5271-11ef-bcb6-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:55:01.5718589Z", - "endExecutionTime": "2024-08-04T14:55:07.1136315Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8cef34a1-5271-11ef-8599-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8cef34a1-5271-11ef-8599-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8cef34a1-5271-11ef-8599-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:55:17.3414147Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8cef34a1-5271-11ef-8599-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:55:11.5507521Z", - "endExecutionTime": "2024-08-04T14:55:18.2319637Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-92d5f0d6-5271-11ef-8fd8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-92d5f0d6-5271-11ef-8fd8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-92d5f0d6-5271-11ef-8fd8-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:55:26.2646193Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "92d5f0d6-5271-11ef-8fd8-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:55:21.5246836Z", - "endExecutionTime": "2024-08-04T14:55:27.1776556Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-98b202bc-5271-11ef-bd99-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-98b202bc-5271-11ef-bd99-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-98b202bc-5271-11ef-bd99-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:55:36.3675287Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "98b202bc-5271-11ef-bd99-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T14:55:31.2494682Z", - "endExecutionTime": "2024-08-04T14:55:37.2415402Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0410a9f0-5272-11ef-a637-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0410a9f0-5272-11ef-a637-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0410a9f0-5272-11ef-a637-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T14:58:38.472Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0410a9f0-5272-11ef-a637-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T14:58:34.0775725Z", - "endExecutionTime": "2024-08-04T14:58:38.505Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5af4c8ea-5272-11ef-8af5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5af4c8ea-5272-11ef-8af5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5af4c8ea-5272-11ef-8af5-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:00:59.034Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5af4c8ea-5272-11ef-8af5-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T15:00:57.2875441Z", - "endExecutionTime": "2024-08-04T15:00:59.061Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5fe0b2c8-5272-11ef-898e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5fe0b2c8-5272-11ef-898e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5fe0b2c8-5272-11ef-898e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:01:07.057Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5fe0b2c8-5272-11ef-898e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T15:01:05.4098011Z", - "endExecutionTime": "2024-08-04T15:01:07.082Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-63a1afd6-5272-11ef-9022-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-63a1afd6-5272-11ef-9022-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-63a1afd6-5272-11ef-9022-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:01:28.496997Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "63a1afd6-5272-11ef-9022-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T15:01:11.7500925Z", "endExecutionTime": "2024-08-04T15:01:28.90731Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-75282774-5272-11ef-88a6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-75282774-5272-11ef-88a6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-75282774-5272-11ef-88a6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:01:42.853Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "75282774-5272-11ef-88a6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T15:01:41.1446908Z", - "endExecutionTime": "2024-08-04T15:01:42.892Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7903ffbe-5272-11ef-8d21-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7903ffbe-5272-11ef-8d21-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7903ffbe-5272-11ef-8d21-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:01:49.287Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7903ffbe-5272-11ef-8d21-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T15:01:47.6090021Z", - "endExecutionTime": "2024-08-04T15:01:49.316Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7c9eb952-5272-11ef-b638-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7c9eb952-5272-11ef-b638-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7c9eb952-5272-11ef-b638-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:01:55.377Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7c9eb952-5272-11ef-b638-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T15:01:53.7279543Z", - "endExecutionTime": "2024-08-04T15:01:55.471Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-80184a01-5272-11ef-97df-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-80184a01-5272-11ef-97df-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-80184a01-5272-11ef-97df-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:02:01.024Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "80184a01-5272-11ef-97df-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T15:01:59.477856Z", - "endExecutionTime": "2024-08-04T15:02:01.053Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-83717d05-5272-11ef-8e1f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-83717d05-5272-11ef-8e1f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-83717d05-5272-11ef-8e1f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:02:06.748Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "83717d05-5272-11ef-8e1f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T15:02:05.1421797Z", - "endExecutionTime": "2024-08-04T15:02:06.783Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-86e6d225-5272-11ef-bb69-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-86e6d225-5272-11ef-bb69-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-86e6d225-5272-11ef-bb69-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:02:21.222461Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "86e6d225-5272-11ef-bb69-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T15:02:10.8480879Z", "endExecutionTime": "2024-08-04T15:02:21.771416Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-922fbb06-5272-11ef-b714-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-922fbb06-5272-11ef-b714-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-922fbb06-5272-11ef-b714-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:03:59.605563Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "922fbb06-5272-11ef-b714-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-04T15:02:29.8872953Z", "endExecutionTime": "2024-08-04T15:04:03.836224Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-db919f63-5272-11ef-a9ff-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-db919f63-5272-11ef-a9ff-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-db919f63-5272-11ef-a9ff-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:04:35.301816Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "db919f63-5272-11ef-a9ff-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-04T15:04:33.0833918Z", "endExecutionTime": "2024-08-04T15:04:35.302082Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-df3bf5e5-5272-11ef-9a6f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-df3bf5e5-5272-11ef-9a6f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-df3bf5e5-5272-11ef-9a6f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:04:46.648991Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "df3bf5e5-5272-11ef-9a6f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T15:04:39.0035755Z", "endExecutionTime": "2024-08-04T15:04:47.102103Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e7166ea8-5272-11ef-b87d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e7166ea8-5272-11ef-b87d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e7166ea8-5272-11ef-b87d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:05:01.760645Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e7166ea8-5272-11ef-b87d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T15:04:52.3697878Z", "endExecutionTime": "2024-08-04T15:05:02.221728Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f22300d5-5272-11ef-b257-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f22300d5-5272-11ef-b257-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-f22300d5-5272-11ef-b257-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:05:26.88734Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f22300d5-5272-11ef-b257-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T15:05:10.9058086Z", "endExecutionTime": "2024-08-04T15:05:27.325191Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-01f9a515-5273-11ef-bb96-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-01f9a515-5273-11ef-bb96-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-01f9a515-5273-11ef-bb96-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:05:52.014574Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "01f9a515-5273-11ef-bb96-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T15:05:37.4678761Z", "endExecutionTime": "2024-08-04T15:05:52.549426Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0d22514e-5273-11ef-a4a3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0d22514e-5273-11ef-a4a3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-0d22514e-5273-11ef-a4a3-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:06:07.120688Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0d22514e-5273-11ef-a4a3-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T15:05:56.4319269Z", "endExecutionTime": "2024-08-04T15:06:07.549021Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-193decdb-5273-11ef-baf3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-193decdb-5273-11ef-baf3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-185", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-185", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-193decdb-5273-11ef-baf3-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:06:16.994108Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-185", "id": "193decdb-5273-11ef-baf3-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-04T15:06:16.5991061Z", "endExecutionTime": "2024-08-04T15:06:19.4989546Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1ed33b5f-5273-11ef-a314-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1ed33b5f-5273-11ef-a314-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-189", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-189", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1ed33b5f-5273-11ef-a314-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:06:26.5386242Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-189", "id": "1ed33b5f-5273-11ef-a314-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-04T15:06:25.9673957Z", "endExecutionTime": "2024-08-04T15:06:28.7009153Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-23ca1808-5273-11ef-9c26-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-23ca1808-5273-11ef-9c26-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-193", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-23ca1808-5273-11ef-9c26-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:06:34.6458264Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-193", "id": "23ca1808-5273-11ef-9c26-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-04T15:06:34.1411569Z", "endExecutionTime": "2024-08-04T15:06:36.8215154Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-28d438d6-5273-11ef-9e9f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-28d438d6-5273-11ef-9e9f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-28d438d6-5273-11ef-9e9f-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:06:51.361452Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "28d438d6-5273-11ef-9e9f-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T15:06:42.4945632Z", - "endExecutionTime": "2024-08-04T15:06:53.010559Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-36fa2214-5273-11ef-8260-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-36fa2214-5273-11ef-8260-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-36fa2214-5273-11ef-8260-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:07:11.648Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "36fa2214-5273-11ef-8260-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T15:07:07.5726511Z", - "endExecutionTime": "2024-08-04T15:07:11.679Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3f5feaa4-5273-11ef-944c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3f5feaa4-5273-11ef-944c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3f5feaa4-5273-11ef-944c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:07:32.384516Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3f5feaa4-5273-11ef-944c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-04T15:07:21.9860893Z", "endExecutionTime": "2024-08-04T15:07:32.850026Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4c8f016f-5273-11ef-a878-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4c8f016f-5273-11ef-a878-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-207", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4c8f016f-5273-11ef-a878-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-04T15:07:44.338Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-207", "id": "4c8f016f-5273-11ef-a878-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-04T15:07:42.579229Z", - "endExecutionTime": "2024-08-04T15:07:44.466Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-51442236-5273-11ef-9679-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-51442236-5273-11ef-9679-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-51442236-5273-11ef-9679-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:08:01.55875Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "51442236-5273-11ef-9679-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T15:07:50.3991158Z", - "endExecutionTime": "2024-08-04T15:08:02.662348Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5cc1c960-5273-11ef-bcb4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5cc1c960-5273-11ef-bcb4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5cc1c960-5273-11ef-bcb4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:08:21.621623Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5cc1c960-5273-11ef-bcb4-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T15:08:09.9840244Z", - "endExecutionTime": "2024-08-04T15:08:23.50749Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-67fc8329-5273-11ef-81bc-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-67fc8329-5273-11ef-81bc-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-67fc8329-5273-11ef-81bc-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:08:39.999828Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "67fc8329-5273-11ef-81bc-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-04T15:08:28.6648376Z", - "endExecutionTime": "2024-08-04T15:08:40.751725Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-73375188-5273-11ef-9196-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-73375188-5273-11ef-9196-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-73375188-5273-11ef-9196-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:08:52.4351994Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "73375188-5273-11ef-9196-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T15:08:47.4209768Z", - "endExecutionTime": "2024-08-04T15:08:53.3547902Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7a769200-5273-11ef-8398-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7a769200-5273-11ef-8398-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7a769200-5273-11ef-8398-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:09:04.6029907Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7a769200-5273-11ef-8398-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T15:08:59.5888486Z", - "endExecutionTime": "2024-08-04T15:09:05.4767951Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-807ebae8-5273-11ef-afe5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-807ebae8-5273-11ef-afe5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-807ebae8-5273-11ef-afe5-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:09:15.6073565Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "807ebae8-5273-11ef-afe5-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T15:09:09.7743148Z", - "endExecutionTime": "2024-08-04T15:09:16.4492145Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-88a03d65-5273-11ef-bcba-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-88a03d65-5273-11ef-bcba-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-88a03d65-5273-11ef-bcba-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:09:28.7083929Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "88a03d65-5273-11ef-bcba-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T15:09:23.4166173Z", - "endExecutionTime": "2024-08-04T15:09:29.5878962Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8ee30d62-5273-11ef-a6ee-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8ee30d62-5273-11ef-a6ee-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8ee30d62-5273-11ef-a6ee-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-04T15:09:39.7561712Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8ee30d62-5273-11ef-a6ee-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-04T15:09:34.584937Z", - "endExecutionTime": "2024-08-04T15:09:40.7411615Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d58c34f4-541c-11ef-bd09-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d58c34f4-541c-11ef-bd09-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d58c34f4-541c-11ef-bd09-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T17:53:58.45Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d58c34f4-541c-11ef-bd09-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T17:53:51.2143699Z", - "endExecutionTime": "2024-08-06T17:53:58.468Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e19db525-541c-11ef-a5e0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e19db525-541c-11ef-a5e0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e19db525-541c-11ef-a5e0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T17:54:18.385Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e19db525-541c-11ef-a5e0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T17:54:10.278043Z", - "endExecutionTime": "2024-08-06T17:54:18.404Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e9e51359-541c-11ef-94c7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e9e51359-541c-11ef-94c7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e9e51359-541c-11ef-94c7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T17:54:51.757274Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e9e51359-541c-11ef-94c7-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T17:54:24.1382027Z", "endExecutionTime": "2024-08-06T17:54:52.174734Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d9b69f11-541d-11ef-8157-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d9b69f11-541d-11ef-8157-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d9b69f11-541d-11ef-8157-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:01:10.915Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "d9b69f11-541d-11ef-8157-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:01:09.0830564Z", - "endExecutionTime": "2024-08-06T18:01:10.94Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-de516705-541d-11ef-893f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-de516705-541d-11ef-893f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-de516705-541d-11ef-893f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:01:25.390722Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "de516705-541d-11ef-893f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:01:15.851526Z", "endExecutionTime": "2024-08-06T18:01:25.960174Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea09b856-541d-11ef-8eb2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea09b856-541d-11ef-8eb2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ea09b856-541d-11ef-8eb2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:01:36.177Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "ea09b856-541d-11ef-8eb2-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:01:34.5165912Z", - "endExecutionTime": "2024-08-06T18:01:36.201Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee37275f-541d-11ef-b02a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee37275f-541d-11ef-b02a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ee37275f-541d-11ef-b02a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:01:43.167Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "ee37275f-541d-11ef-b02a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:01:41.5600967Z", - "endExecutionTime": "2024-08-06T18:01:43.239Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f1713a29-541d-11ef-9193-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f1713a29-541d-11ef-9193-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f1713a29-541d-11ef-9193-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:01:48.683Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "f1713a29-541d-11ef-9193-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:01:47.1260538Z", - "endExecutionTime": "2024-08-06T18:01:48.701Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f4bf2589-541d-11ef-94a6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f4bf2589-541d-11ef-94a6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f4bf2589-541d-11ef-94a6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:01:54.064Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "f4bf2589-541d-11ef-94a6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:01:52.5625334Z", - "endExecutionTime": "2024-08-06T18:01:54.143Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f7e55352-541d-11ef-8347-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f7e55352-541d-11ef-8347-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f7e55352-541d-11ef-8347-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:01:59.816Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "f7e55352-541d-11ef-8347-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:01:57.8686548Z", - "endExecutionTime": "2024-08-06T18:01:59.85Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fae27e25-541d-11ef-9eb5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fae27e25-541d-11ef-9eb5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fae27e25-541d-11ef-9eb5-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:02:04.386Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "fae27e25-541d-11ef-9eb5-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:02:02.8771911Z", - "endExecutionTime": "2024-08-06T18:02:04.416Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fdc59888-541d-11ef-8cb8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fdc59888-541d-11ef-8cb8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fdc59888-541d-11ef-8cb8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:02:09.949Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "fdc59888-541d-11ef-8cb8-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:02:08.4317961Z", - "endExecutionTime": "2024-08-06T18:02:09.972Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-03d71fa7-541e-11ef-8dbf-a0b339c1da8f?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-03d71fa7-541e-11ef-8dbf-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-03d71fa7-541e-11ef-8dbf-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:02:43.9998744Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "03d71fa7-541e-11ef-8dbf-a0b339c1da8f", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-06T18:02:17.9911182Z", - "endExecutionTime": "2024-08-06T18:04:17.8676209Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5e1025ae-541e-11ef-8826-a0b339c1da8f?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5e1025ae-541e-11ef-8826-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5e1025ae-541e-11ef-8826-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:04:49.8068494Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "5e1025ae-541e-11ef-8826-a0b339c1da8f", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-06T18:04:49.3191664Z", - "endExecutionTime": "2024-08-06T18:04:49.8068494Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-612a4fcc-541e-11ef-9ff6-a0b339c1da8f?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-612a4fcc-541e-11ef-9ff6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-612a4fcc-541e-11ef-9ff6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:05:20.8719749Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "612a4fcc-541e-11ef-9ff6-a0b339c1da8f", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-06T18:04:54.7469329Z", "endExecutionTime": "2024-08-06T18:05:56.7922541Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-92b1c7ac-541e-11ef-b170-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-92b1c7ac-541e-11ef-b170-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-92b1c7ac-541e-11ef-b170-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:06:23.8711145Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "92b1c7ac-541e-11ef-b170-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-06T18:06:18.3541712Z", "endExecutionTime": "2024-08-06T18:06:25.9578295Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9afd32a6-541e-11ef-b580-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9afd32a6-541e-11ef-b580-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9afd32a6-541e-11ef-b580-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:06:32.042012Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "9afd32a6-541e-11ef-b580-a0b339c1da8f", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-06T18:06:31.6100487Z", "endExecutionTime": - "2024-08-06T18:06:34.4786773Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-9eefce0b-541e-11ef-949b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9eefce0b-541e-11ef-949b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9eefce0b-541e-11ef-949b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:06:38.5323582Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "9eefce0b-541e-11ef-949b-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-06T18:06:38.1716347Z", "endExecutionTime": "2024-08-06T18:06:40.9430891Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a2e66f13-541e-11ef-a948-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a2e66f13-541e-11ef-a948-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a2e66f13-541e-11ef-a948-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:06:45.2024797Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "a2e66f13-541e-11ef-a948-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-06T18:06:44.8182041Z", "endExecutionTime": "2024-08-06T18:06:47.5248772Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a72b64e1-541e-11ef-af3b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a72b64e1-541e-11ef-af3b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a72b64e1-541e-11ef-af3b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:06:52.3715716Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "a72b64e1-541e-11ef-af3b-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-06T18:06:52.0125944Z", "endExecutionTime": "2024-08-06T18:06:54.6749472Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ab47c08a-541e-11ef-ba16-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ab47c08a-541e-11ef-ba16-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ab47c08a-541e-11ef-ba16-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:06:59.3517033Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "ab47c08a-541e-11ef-ba16-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-06T18:06:58.9750153Z", "endExecutionTime": "2024-08-06T18:07:01.6723056Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-af7119de-541e-11ef-82e5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-af7119de-541e-11ef-82e5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-af7119de-541e-11ef-82e5-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:07:11.269652Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "af7119de-541e-11ef-82e5-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-06T18:07:05.8587431Z", - "endExecutionTime": "2024-08-06T18:07:23.689283Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0034, - "amountConsumed": 0.0034, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-becb3996-541e-11ef-9d5a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-becb3996-541e-11ef-9d5a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-becb3996-541e-11ef-9d5a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:07:37.110343Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "becb3996-541e-11ef-9d5a-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-06T18:07:31.7038947Z", - "endExecutionTime": "2024-08-06T18:07:47.966353Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ce411551-541e-11ef-810f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce411551-541e-11ef-810f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ce411551-541e-11ef-810f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:08:01.946859Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "ce411551-541e-11ef-810f-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-06T18:07:57.7031639Z", - "endExecutionTime": "2024-08-06T18:08:13.234325Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ddb40db1-541e-11ef-af26-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ddb40db1-541e-11ef-af26-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ddb40db1-541e-11ef-af26-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:08:29.259604Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "ddb40db1-541e-11ef-af26-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-06T18:08:23.7979311Z", - "endExecutionTime": "2024-08-06T18:08:40.273576Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ed206233-541e-11ef-8b94-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ed206233-541e-11ef-8b94-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ed206233-541e-11ef-8b94-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:08:54.391423Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "ed206233-541e-11ef-8b94-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-06T18:08:49.4479069Z", - "endExecutionTime": "2024-08-06T18:09:05.502838Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fc652b25-541e-11ef-b46b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fc652b25-541e-11ef-b46b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fc652b25-541e-11ef-b46b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:09:20.3077Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "fc652b25-541e-11ef-b46b-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-06T18:09:15.2348749Z", - "endExecutionTime": "2024-08-06T18:09:31.810555Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-12b80429-541f-11ef-b0f3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12b80429-541f-11ef-b0f3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-12b80429-541f-11ef-b0f3-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:09:57.309Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "12b80429-541f-11ef-b0f3-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:09:51.4994733Z", - "endExecutionTime": "2024-08-06T18:09:57.328Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1ae25f0b-541f-11ef-b169-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1ae25f0b-541f-11ef-b169-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1ae25f0b-541f-11ef-b169-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:10:12.582Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1ae25f0b-541f-11ef-b169-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:10:05.252147Z", - "endExecutionTime": "2024-08-06T18:10:12.605Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-22e5a488-541f-11ef-b05d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-22e5a488-541f-11ef-b05d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-22e5a488-541f-11ef-b05d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:10:41.14328Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "22e5a488-541f-11ef-b05d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:10:18.7460414Z", "endExecutionTime": "2024-08-06T18:10:41.524996Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3c73a5b2-541f-11ef-a4a9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3c73a5b2-541f-11ef-a4a9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3c73a5b2-541f-11ef-a4a9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:11:03.819Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3c73a5b2-541f-11ef-a4a9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:11:02.102644Z", - "endExecutionTime": "2024-08-06T18:11:03.843Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-406e23b2-541f-11ef-b09b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-406e23b2-541f-11ef-b09b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-406e23b2-541f-11ef-b09b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:11:12.179Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "406e23b2-541f-11ef-b09b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:11:08.3286428Z", - "endExecutionTime": "2024-08-06T18:11:12.199Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-477cc4c5-541f-11ef-8ca6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-477cc4c5-541f-11ef-8ca6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-477cc4c5-541f-11ef-8ca6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:11:24.692Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "477cc4c5-541f-11ef-8ca6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:11:20.2802744Z", - "endExecutionTime": "2024-08-06T18:11:24.778Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4f7416cb-541f-11ef-b5a0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4f7416cb-541f-11ef-b5a0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4f7416cb-541f-11ef-b5a0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:11:37.926Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4f7416cb-541f-11ef-b5a0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:11:33.5138216Z", - "endExecutionTime": "2024-08-06T18:11:37.942Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-551b4ce4-541f-11ef-a707-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-551b4ce4-541f-11ef-a707-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-551b4ce4-541f-11ef-a707-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:11:47.157Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "551b4ce4-541f-11ef-a707-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:11:42.9104811Z", - "endExecutionTime": "2024-08-06T18:11:47.175Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5acdd579-541f-11ef-8c08-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5acdd579-541f-11ef-8c08-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5acdd579-541f-11ef-8c08-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:12:05.944071Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5acdd579-541f-11ef-8c08-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:11:52.5508395Z", "endExecutionTime": "2024-08-06T18:12:06.348318Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6605c16a-541f-11ef-9924-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6605c16a-541f-11ef-9924-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6605c16a-541f-11ef-9924-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:13:45.255111Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6605c16a-541f-11ef-9924-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-06T18:12:11.3114293Z", "endExecutionTime": "2024-08-06T18:13:49.730651Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ae0e9302-541f-11ef-be43-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae0e9302-541f-11ef-be43-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ae0e9302-541f-11ef-be43-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:14:16.881473Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ae0e9302-541f-11ef-be43-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-06T18:14:12.1312919Z", "endExecutionTime": "2024-08-06T18:14:16.882141Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b6079beb-541f-11ef-bd91-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b6079beb-541f-11ef-bd91-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b6079beb-541f-11ef-bd91-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:14:41.132122Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b6079beb-541f-11ef-bd91-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:14:25.656982Z", "endExecutionTime": "2024-08-06T18:14:41.444045Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c56ce805-541f-11ef-a28b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c56ce805-541f-11ef-a28b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c56ce805-541f-11ef-a28b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:15:06.28889Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c56ce805-541f-11ef-a28b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:14:51.5147053Z", "endExecutionTime": "2024-08-06T18:15:06.613346Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d4cae37b-541f-11ef-92de-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d4cae37b-541f-11ef-92de-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d4cae37b-541f-11ef-92de-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:15:31.451197Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d4cae37b-541f-11ef-92de-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:15:17.1996309Z", "endExecutionTime": "2024-08-06T18:15:31.751567Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e41b9ce4-541f-11ef-81c8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e41b9ce4-541f-11ef-81c8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e41b9ce4-541f-11ef-81c8-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:15:56.60265Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e41b9ce4-541f-11ef-81c8-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:15:42.9345132Z", "endExecutionTime": "2024-08-06T18:15:57.022999Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f3600416-541f-11ef-ab16-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f3600416-541f-11ef-ab16-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f3600416-541f-11ef-ab16-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:16:21.778838Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f3600416-541f-11ef-ab16-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:16:08.5930168Z", "endExecutionTime": "2024-08-06T18:16:22.108882Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ffd1e5f7-541f-11ef-8f9d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ffd1e5f7-541f-11ef-8f9d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-220", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-220", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ffd1e5f7-541f-11ef-8f9d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:16:30.0026756Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-220", "id": "ffd1e5f7-541f-11ef-8f9d-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-06T18:16:29.6463168Z", "endExecutionTime": "2024-08-06T18:16:32.4990701Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-048d07f2-5420-11ef-9a77-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-048d07f2-5420-11ef-9a77-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-222", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-222", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-048d07f2-5420-11ef-9a77-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:16:37.6180315Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-222", "id": "048d07f2-5420-11ef-9a77-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-06T18:16:37.2434515Z", "endExecutionTime": "2024-08-06T18:16:39.9433015Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0902fa3a-5420-11ef-9501-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0902fa3a-5420-11ef-9501-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-224", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0902fa3a-5420-11ef-9501-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:16:49.4193814Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-224", "id": "0902fa3a-5420-11ef-9501-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-06T18:16:44.8276719Z", "endExecutionTime": "2024-08-06T18:16:51.6491627Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0f17aea2-5420-11ef-99f7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0f17aea2-5420-11ef-99f7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0f17aea2-5420-11ef-99f7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:17:07.064161Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "0f17aea2-5420-11ef-99f7-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-06T18:16:55.0193093Z", - "endExecutionTime": "2024-08-06T18:17:08.395291Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1c31a79c-5420-11ef-8cbf-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1c31a79c-5420-11ef-8cbf-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1c31a79c-5420-11ef-8cbf-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:17:22.445Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1c31a79c-5420-11ef-8cbf-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:17:17.9425603Z", - "endExecutionTime": "2024-08-06T18:17:22.459Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-22471424-5420-11ef-ad4b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-22471424-5420-11ef-ad4b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-22471424-5420-11ef-ad4b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:17:47.198112Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "22471424-5420-11ef-ad4b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:17:28.2830631Z", "endExecutionTime": "2024-08-06T18:17:47.522139Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-32f43a79-5420-11ef-b2e9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-32f43a79-5420-11ef-b2e9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-236", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-236", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-32f43a79-5420-11ef-b2e9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:17:59.375Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-236", "id": "32f43a79-5420-11ef-b2e9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:17:55.3463144Z", - "endExecutionTime": "2024-08-06T18:17:59.391Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3930cbdb-5420-11ef-911a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3930cbdb-5420-11ef-911a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3930cbdb-5420-11ef-911a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:18:18.081705Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3930cbdb-5420-11ef-911a-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-06T18:18:05.6050096Z", - "endExecutionTime": "2024-08-06T18:18:19.177981Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4458b60c-5420-11ef-902b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4458b60c-5420-11ef-902b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4458b60c-5420-11ef-902b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:18:44.4036Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4458b60c-5420-11ef-902b-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-06T18:18:24.3747179Z", - "endExecutionTime": "2024-08-06T18:18:46.271191Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-53dd38f0-5420-11ef-8e76-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-53dd38f0-5420-11ef-8e76-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-53dd38f0-5420-11ef-8e76-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:19:02.238177Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "53dd38f0-5420-11ef-8e76-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-06T18:18:50.383402Z", - "endExecutionTime": "2024-08-06T18:19:03.013626Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5e8f5ee4-5420-11ef-af57-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5e8f5ee4-5420-11ef-af57-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5e8f5ee4-5420-11ef-af57-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:19:14.278522Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5e8f5ee4-5420-11ef-af57-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:19:08.3536024Z", - "endExecutionTime": "2024-08-06T18:19:15.1342575Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-67009867-5420-11ef-aea7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-67009867-5420-11ef-aea7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-67009867-5420-11ef-aea7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:19:27.2989155Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "67009867-5420-11ef-aea7-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:19:22.5679696Z", - "endExecutionTime": "2024-08-06T18:19:28.1574605Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6cb60262-5420-11ef-a8d7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6cb60262-5420-11ef-a8d7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6cb60262-5420-11ef-a8d7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:19:37.4262533Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6cb60262-5420-11ef-a8d7-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:19:31.9975816Z", - "endExecutionTime": "2024-08-06T18:19:38.2271163Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7447b077-5420-11ef-9b94-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7447b077-5420-11ef-9b94-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7447b077-5420-11ef-9b94-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:19:50.5566358Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7447b077-5420-11ef-9b94-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:19:44.8367955Z", - "endExecutionTime": "2024-08-06T18:19:51.4367801Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7c1dd296-5420-11ef-86c4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7c1dd296-5420-11ef-86c4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7c1dd296-5420-11ef-86c4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:20:03.8027103Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7c1dd296-5420-11ef-86c4-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:19:57.9396593Z", - "endExecutionTime": "2024-08-06T18:20:04.6925301Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8481798b-5420-11ef-ade6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8481798b-5420-11ef-ade6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8481798b-5420-11ef-ade6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:20:22.836962Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "8481798b-5420-11ef-ade6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:20:12.983675Z", "endExecutionTime": "2024-08-06T18:20:23.125643Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-90677961-5420-11ef-9db0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-90677961-5420-11ef-9db0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-90677961-5420-11ef-9db0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:20:38.7618203Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "90677961-5420-11ef-9db0-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:20:33.2107276Z", - "endExecutionTime": "2024-08-06T18:20:39.6057714Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-995216c3-5420-11ef-a20e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-995216c3-5420-11ef-a20e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-995216c3-5420-11ef-a20e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:20:58.03068Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "995216c3-5420-11ef-a20e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:20:47.9538433Z", "endExecutionTime": "2024-08-06T18:20:58.303471Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a54f4e9e-5420-11ef-b38e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a54f4e9e-5420-11ef-b38e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a54f4e9e-5420-11ef-b38e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:22:57.552315Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "a54f4e9e-5420-11ef-b38e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-06T18:21:07.9571644Z", "endExecutionTime": "2024-08-06T18:22:58.830197Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee9ebb16-5420-11ef-9c58-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee9ebb16-5420-11ef-9c58-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ee9ebb16-5420-11ef-9c58-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:23:16.6083634Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "ee9ebb16-5420-11ef-9c58-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:23:11.0163431Z", - "endExecutionTime": "2024-08-06T18:23:17.4673928Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f5162486-5420-11ef-af48-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f5162486-5420-11ef-af48-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f5162486-5420-11ef-af48-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:23:43.651279Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f5162486-5420-11ef-af48-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:23:21.7800151Z", "endExecutionTime": "2024-08-06T18:23:43.923269Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0c1073f6-5421-11ef-b3f7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0c1073f6-5421-11ef-b3f7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0c1073f6-5421-11ef-b3f7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:25:24.69506Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "0c1073f6-5421-11ef-b3f7-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-06T18:24:00.627014Z", "endExecutionTime": "2024-08-06T18:25:26.070839Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-544a628b-5421-11ef-b84d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-544a628b-5421-11ef-b84d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-544a628b-5421-11ef-b84d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:26:03.708Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "544a628b-5421-11ef-b84d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-06T18:26:01.3353539Z", "endExecutionTime": "2024-08-06T18:26:03.708058Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5a5d29b5-5421-11ef-94c9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5a5d29b5-5421-11ef-94c9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5a5d29b5-5421-11ef-94c9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:26:19.232009Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "5a5d29b5-5421-11ef-94c9-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:26:11.6513696Z", "endExecutionTime": "2024-08-06T18:26:19.541362Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-626781d4-5421-11ef-bd5c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-626781d4-5421-11ef-bd5c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-626781d4-5421-11ef-bd5c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:26:33.244029Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "626781d4-5421-11ef-bd5c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:26:25.9331859Z", "endExecutionTime": "2024-08-06T18:26:33.707878Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6b6cb8b8-5421-11ef-ac4f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6b6cb8b8-5421-11ef-ac4f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6b6cb8b8-5421-11ef-ac4f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:26:48.379402Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "6b6cb8b8-5421-11ef-ac4f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:26:40.5962769Z", "endExecutionTime": "2024-08-06T18:26:48.762314Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-73bcd2d4-5421-11ef-b726-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-73bcd2d4-5421-11ef-b726-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-73bcd2d4-5421-11ef-b726-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:27:03.512302Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "73bcd2d4-5421-11ef-b726-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:26:54.2733432Z", "endExecutionTime": "2024-08-06T18:27:03.826633Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7f158a73-5421-11ef-ab13-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7f158a73-5421-11ef-ab13-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7f158a73-5421-11ef-ab13-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:27:28.666492Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "7f158a73-5421-11ef-ab13-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:27:13.3595174Z", "endExecutionTime": "2024-08-06T18:27:29.051555Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8f013242-5421-11ef-9b8e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8f013242-5421-11ef-9b8e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8f013242-5421-11ef-9b8e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:27:53.836553Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "8f013242-5421-11ef-9b8e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:27:40.0360433Z", "endExecutionTime": "2024-08-06T18:27:54.203079Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9e400a79-5421-11ef-aa15-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9e400a79-5421-11ef-aa15-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9e400a79-5421-11ef-aa15-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:28:08.5258017Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "9e400a79-5421-11ef-aa15-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:28:05.5645118Z", - "endExecutionTime": "2024-08-06T18:28:09.4173998Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a3d85670-5421-11ef-8287-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3d85670-5421-11ef-8287-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a3d85670-5421-11ef-8287-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:28:17.4068057Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "a3d85670-5421-11ef-8287-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:28:14.8251565Z", - "endExecutionTime": "2024-08-06T18:28:18.2118768Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a8028a99-5421-11ef-ba3e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a8028a99-5421-11ef-ba3e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a8028a99-5421-11ef-ba3e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:28:24.4986123Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "a8028a99-5421-11ef-ba3e-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:28:22.1045586Z", - "endExecutionTime": "2024-08-06T18:28:25.3082118Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ac410ee2-5421-11ef-b83b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac410ee2-5421-11ef-b83b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-ac410ee2-5421-11ef-b83b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:28:31.4721609Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "ac410ee2-5421-11ef-b83b-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:28:29.0125787Z", - "endExecutionTime": "2024-08-06T18:28:32.2459235Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b06638d7-5421-11ef-bd7f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b06638d7-5421-11ef-bd7f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-b06638d7-5421-11ef-bd7f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:28:38.4533433Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "b06638d7-5421-11ef-bd7f-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:28:36.2135587Z", - "endExecutionTime": "2024-08-06T18:28:39.264542Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b4b22d7a-5421-11ef-b080-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4b22d7a-5421-11ef-b080-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b4b22d7a-5421-11ef-b080-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:28:46.7212044Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "b4b22d7a-5421-11ef-b080-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:28:43.3419616Z", - "endExecutionTime": "2024-08-06T18:28:47.539724Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b8fec5af-5421-11ef-b8ec-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b8fec5af-5421-11ef-b8ec-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b8fec5af-5421-11ef-b8ec-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:28:53.739339Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "b8fec5af-5421-11ef-b8ec-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:28:50.6941142Z", - "endExecutionTime": "2024-08-06T18:28:54.4638275Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bebed5e1-5421-11ef-bc19-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bebed5e1-5421-11ef-bc19-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-bebed5e1-5421-11ef-bc19-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:29:02.7636048Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "bebed5e1-5421-11ef-bc19-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:28:59.9992873Z", - "endExecutionTime": "2024-08-06T18:29:03.6164758Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c2e0a4c5-5421-11ef-9c4e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2e0a4c5-5421-11ef-9c4e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c2e0a4c5-5421-11ef-9c4e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:29:09.8363411Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "c2e0a4c5-5421-11ef-9c4e-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-06T18:29:07.0283421Z", - "endExecutionTime": "2024-08-06T18:29:10.2350084Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c81b7953-5421-11ef-a348-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c81b7953-5421-11ef-a348-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "c80ec6fd-5421-11ef-b2db-a0b339c1da8f", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-c81b7953-5421-11ef-a348-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:29:17.396Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "c81b7953-5421-11ef-a348-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:29:15.7436454Z", - "endExecutionTime": "2024-08-06T18:29:17.421Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c9c723f6-5421-11ef-8b41-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c9c723f6-5421-11ef-8b41-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "c80ec6fd-5421-11ef-b2db-a0b339c1da8f", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-c9c723f6-5421-11ef-8b41-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:29:19.307Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "c9c723f6-5421-11ef-8b41-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:29:17.7222868Z", - "endExecutionTime": "2024-08-06T18:29:19.327Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ce1af00d-5421-11ef-821a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce1af00d-5421-11ef-821a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "ce0e42e6-5421-11ef-8cb1-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ce1af00d-5421-11ef-821a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:29:34.368058Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "ce1af00d-5421-11ef-821a-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:29:25.7970994Z", "endExecutionTime": "2024-08-06T18:29:34.836257Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cf2b0b53-5421-11ef-8e72-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cf2b0b53-5421-11ef-8e72-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "ce0e42e6-5421-11ef-8cb1-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cf2b0b53-5421-11ef-8e72-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-06T18:29:49.479416Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "cf2b0b53-5421-11ef-8e72-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:29:26.6542845Z", "endExecutionTime": "2024-08-06T18:29:49.882283Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e22bb580-5421-11ef-8485-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e22bb580-5421-11ef-8485-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "e220b57f-5421-11ef-b2c8-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e22bb580-5421-11ef-8485-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:30:04.549Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "e22bb580-5421-11ef-8485-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-06T18:29:58.5561851Z", - "endExecutionTime": "2024-08-06T18:30:04.569Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e2b8715b-5421-11ef-8aa7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e2b8715b-5421-11ef-8aa7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "e220b57f-5421-11ef-b2c8-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e2b8715b-5421-11ef-8aa7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:30:10Z", "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": - "Job 2", "id": "e2b8715b-5421-11ef-8aa7-a0b339c1da8f", "providerId": "ionq", - "target": "ionq.simulator", "creationTime": "2024-08-06T18:29:59.4724631Z", - "endExecutionTime": "2024-08-06T18:30:10.023Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ebfd181b-5421-11ef-b156-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ebfd181b-5421-11ef-b156-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "ebe3ba2c-5421-11ef-9568-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ebfd181b-5421-11ef-b156-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:30:34.71863Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "ebfd181b-5421-11ef-b156-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:30:15.0902235Z", "endExecutionTime": "2024-08-06T18:30:35.081956Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ec8dee59-5421-11ef-8bd0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec8dee59-5421-11ef-8bd0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "ebe3ba2c-5421-11ef-9568-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ec8dee59-5421-11ef-8bd0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:30:39.808271Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "ec8dee59-5421-11ef-8bd0-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:30:15.9070465Z", "endExecutionTime": "2024-08-06T18:30:40.137757Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ff13eed2-5421-11ef-8242-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ff13eed2-5421-11ef-8242-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "fe81061a-5421-11ef-8448-a0b339c1da8f", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ff13eed2-5421-11ef-8242-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:31:04.972456Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "ff13eed2-5421-11ef-8242-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:30:47.8716348Z", "endExecutionTime": "2024-08-06T18:31:05.301243Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-00192398-5422-11ef-96a3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-00192398-5422-11ef-96a3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "fe81061a-5421-11ef-8448-a0b339c1da8f", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00192398-5422-11ef-96a3-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-06T18:31:10.058077Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "00192398-5422-11ef-96a3-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-06T18:30:49.5812754Z", "endExecutionTime": "2024-08-06T18:31:10.419742Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6cbda125-5494-11ef-a7b7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6cbda125-5494-11ef-a7b7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6cbda125-5494-11ef-a7b7-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:10:00.523Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "6cbda125-5494-11ef-a7b7-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:09:58.6273788Z", - "endExecutionTime": "2024-08-07T08:10:00.537Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7581fa53-5494-11ef-a7a8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7581fa53-5494-11ef-a7a8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-7581fa53-5494-11ef-a7a8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:10:22.111753Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "7581fa53-5494-11ef-a7a8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:10:12.0438918Z", "endExecutionTime": "2024-08-07T08:10:22.561419Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-837c27cc-5494-11ef-b0a1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-837c27cc-5494-11ef-b0a1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-837c27cc-5494-11ef-b0a1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:10:35.995Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "837c27cc-5494-11ef-b0a1-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:10:34.3846129Z", - "endExecutionTime": "2024-08-07T08:10:36.055Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-881da6de-5494-11ef-b6c3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-881da6de-5494-11ef-b6c3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-881da6de-5494-11ef-b6c3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:10:43.804Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "881da6de-5494-11ef-b6c3-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:10:42.130995Z", - "endExecutionTime": "2024-08-07T08:10:43.827Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8dba264a-5494-11ef-af57-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8dba264a-5494-11ef-af57-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8dba264a-5494-11ef-af57-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:10:53.693Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "8dba264a-5494-11ef-af57-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:10:51.9219323Z", - "endExecutionTime": "2024-08-07T08:10:53.712Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9285237b-5494-11ef-b875-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9285237b-5494-11ef-b875-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9285237b-5494-11ef-b875-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:11:01.427Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "9285237b-5494-11ef-b875-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:10:59.7955685Z", - "endExecutionTime": "2024-08-07T08:11:01.49Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9741db52-5494-11ef-8ff1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9741db52-5494-11ef-8ff1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9741db52-5494-11ef-8ff1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:11:09.415Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "9741db52-5494-11ef-8ff1-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:11:07.8464023Z", - "endExecutionTime": "2024-08-07T08:11:09.477Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9b6f4818-5494-11ef-a8f9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9b6f4818-5494-11ef-a8f9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9b6f4818-5494-11ef-a8f9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:11:16.257Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "9b6f4818-5494-11ef-a8f9-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:11:14.5901661Z", - "endExecutionTime": "2024-08-07T08:11:16.322Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9f6d5faf-5494-11ef-9daf-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9f6d5faf-5494-11ef-9daf-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9f6d5faf-5494-11ef-9daf-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:11:23.087Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "9f6d5faf-5494-11ef-9daf-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:11:21.4075694Z", - "endExecutionTime": "2024-08-07T08:11:23.152Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a5f8b865-5494-11ef-b399-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a5f8b865-5494-11ef-b399-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a5f8b865-5494-11ef-b399-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:12:04.5021847Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "a5f8b865-5494-11ef-b399-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-07T08:11:32.3659918Z", - "endExecutionTime": "2024-08-07T08:13:38.5901527Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-027528cc-5495-11ef-81d0-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-027528cc-5495-11ef-81d0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-027528cc-5495-11ef-81d0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:14:07.9308875Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "027528cc-5495-11ef-81d0-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-07T08:14:07.4676485Z", - "endExecutionTime": "2024-08-07T08:14:07.9308875Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-06d53d86-5495-11ef-aaa5-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-06d53d86-5495-11ef-aaa5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-06d53d86-5495-11ef-aaa5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:14:37.913229Z", "cancellationTime": null, - "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": - [], "name": "azure-quantum-dft-job", "id": "06d53d86-5495-11ef-aaa5-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-07T08:14:14.6892813Z", "endExecutionTime": "2024-08-07T08:15:11.8613187Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-39a2dd56-5495-11ef-a145-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-39a2dd56-5495-11ef-a145-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-39a2dd56-5495-11ef-a145-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:15:41.3135247Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "39a2dd56-5495-11ef-a145-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-07T08:15:40.5463771Z", "endExecutionTime": "2024-08-07T08:15:43.4944484Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3e96dba7-5495-11ef-aa8e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3e96dba7-5495-11ef-aa8e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3e96dba7-5495-11ef-aa8e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:15:48.8219252Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "3e96dba7-5495-11ef-aa8e-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-07T08:15:48.2339319Z", "endExecutionTime": - "2024-08-07T08:15:50.8045252Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-42967689-5495-11ef-bd14-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-42967689-5495-11ef-bd14-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-42967689-5495-11ef-bd14-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:15:55.6394299Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "42967689-5495-11ef-bd14-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-07T08:15:55.1850732Z", "endExecutionTime": "2024-08-07T08:15:58.1154207Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-47d8520d-5495-11ef-a08c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-47d8520d-5495-11ef-a08c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-47d8520d-5495-11ef-a08c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:16:04.0511432Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "47d8520d-5495-11ef-a08c-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-07T08:16:03.7240078Z", "endExecutionTime": "2024-08-07T08:16:06.430016Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4c56e443-5495-11ef-ade1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4c56e443-5495-11ef-ade1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4c56e443-5495-11ef-ade1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:16:11.8193318Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "4c56e443-5495-11ef-ade1-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-07T08:16:11.3795491Z", "endExecutionTime": "2024-08-07T08:16:14.2007273Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-50d2b004-5495-11ef-b97c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-50d2b004-5495-11ef-b97c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-50d2b004-5495-11ef-b97c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:16:19.2955475Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "50d2b004-5495-11ef-b97c-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-07T08:16:18.7668317Z", "endExecutionTime": "2024-08-07T08:16:21.29207Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-54d4cf6f-5495-11ef-ac73-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-54d4cf6f-5495-11ef-ac73-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-54d4cf6f-5495-11ef-ac73-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:16:31.077537Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "54d4cf6f-5495-11ef-ac73-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-07T08:16:25.628432Z", - "endExecutionTime": "2024-08-07T08:16:44.031969Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6604ba78-5495-11ef-a254-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6604ba78-5495-11ef-a254-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6604ba78-5495-11ef-a254-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:17:00.117088Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "6604ba78-5495-11ef-a254-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-07T08:16:54.5058779Z", - "endExecutionTime": "2024-08-07T08:17:12.925928Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-77506230-5495-11ef-bad0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-77506230-5495-11ef-bad0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-77506230-5495-11ef-bad0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:17:29.311435Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "77506230-5495-11ef-bad0-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-07T08:17:23.9564664Z", - "endExecutionTime": "2024-08-07T08:17:42.687374Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0037, - "amountConsumed": 0.0037, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-88d7f893-5495-11ef-ba65-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-88d7f893-5495-11ef-ba65-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-88d7f893-5495-11ef-ba65-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:17:58.190091Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "88d7f893-5495-11ef-ba65-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-07T08:17:53.137315Z", - "endExecutionTime": "2024-08-07T08:18:11.61213Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0037, - "amountConsumed": 0.0037, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-99dadc76-5495-11ef-993a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-99dadc76-5495-11ef-993a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-99dadc76-5495-11ef-993a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:18:26.456032Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "99dadc76-5495-11ef-993a-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-07T08:18:21.4665795Z", - "endExecutionTime": "2024-08-07T08:18:40.364001Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0039, - "amountConsumed": 0.0039, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-aab55a35-5495-11ef-9eb7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-aab55a35-5495-11ef-9eb7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-aab55a35-5495-11ef-9eb7-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:18:55.370855Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "aab55a35-5495-11ef-9eb7-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-07T08:18:49.674564Z", - "endExecutionTime": "2024-08-07T08:19:07.181114Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0033, - "amountConsumed": 0.0033, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c12cf1da-5495-11ef-b1dd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c12cf1da-5495-11ef-b1dd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c12cf1da-5495-11ef-b1dd-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:19:28.29Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c12cf1da-5495-11ef-b1dd-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:19:26.4844382Z", - "endExecutionTime": "2024-08-07T08:19:28.307Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c6a430a2-5495-11ef-901f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c6a430a2-5495-11ef-901f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c6a430a2-5495-11ef-901f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:19:37.399Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c6a430a2-5495-11ef-901f-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:19:35.7653459Z", - "endExecutionTime": "2024-08-07T08:19:37.463Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cbf1be0f-5495-11ef-a40e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cbf1be0f-5495-11ef-a40e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cbf1be0f-5495-11ef-a40e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:19:54.599262Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cbf1be0f-5495-11ef-a40e-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:19:44.5521345Z", "endExecutionTime": "2024-08-07T08:19:54.993575Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d76997e8-5495-11ef-8ca9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d76997e8-5495-11ef-8ca9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d76997e8-5495-11ef-8ca9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:20:05.479Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d76997e8-5495-11ef-8ca9-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:20:03.8952655Z", - "endExecutionTime": "2024-08-07T08:20:05.551Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dced08d0-5495-11ef-8486-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dced08d0-5495-11ef-8486-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dced08d0-5495-11ef-8486-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:20:17.774Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dced08d0-5495-11ef-8486-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:20:16.1338778Z", - "endExecutionTime": "2024-08-07T08:20:17.789Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e3e27971-5495-11ef-b2f0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e3e27971-5495-11ef-b2f0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e3e27971-5495-11ef-b2f0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:20:26.316Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e3e27971-5495-11ef-b2f0-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:20:24.7539816Z", - "endExecutionTime": "2024-08-07T08:20:26.363Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e86baa6e-5495-11ef-bc1e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e86baa6e-5495-11ef-bc1e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e86baa6e-5495-11ef-bc1e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:20:34.024Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e86baa6e-5495-11ef-bc1e-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:20:32.3644893Z", - "endExecutionTime": "2024-08-07T08:20:34.038Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ed01c30c-5495-11ef-9e6c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ed01c30c-5495-11ef-9e6c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ed01c30c-5495-11ef-9e6c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:20:42.122Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ed01c30c-5495-11ef-9e6c-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:20:40.2150533Z", - "endExecutionTime": "2024-08-07T08:20:42.204Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f1cb1ade-5495-11ef-bf48-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f1cb1ade-5495-11ef-bf48-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f1cb1ade-5495-11ef-bf48-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:20:56.236435Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f1cb1ade-5495-11ef-bf48-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:20:48.1546466Z", "endExecutionTime": "2024-08-07T08:20:56.66198Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fbd0db38-5495-11ef-a836-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fbd0db38-5495-11ef-a836-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fbd0db38-5495-11ef-a836-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:22:39.610572Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fbd0db38-5495-11ef-a836-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-07T08:21:04.9268966Z", "endExecutionTime": "2024-08-07T08:22:44.022851Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-462ac253-5496-11ef-b4e2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-462ac253-5496-11ef-b4e2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-462ac253-5496-11ef-b4e2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:23:12.138266Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "462ac253-5496-11ef-b4e2-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-07T08:23:09.709355Z", "endExecutionTime": "2024-08-07T08:23:12.138791Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4b6b2936-5496-11ef-a7df-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4b6b2936-5496-11ef-a7df-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4b6b2936-5496-11ef-a7df-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:23:26.42842Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4b6b2936-5496-11ef-a7df-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:23:18.5197306Z", "endExecutionTime": "2024-08-07T08:23:26.77532Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-54bd329b-5496-11ef-83f8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-54bd329b-5496-11ef-83f8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-54bd329b-5496-11ef-83f8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:23:47.013879Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "54bd329b-5496-11ef-83f8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:23:34.1658366Z", "endExecutionTime": "2024-08-07T08:23:47.442022Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6136cf7a-5496-11ef-a915-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6136cf7a-5496-11ef-a915-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-6136cf7a-5496-11ef-a915-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:24:01.678857Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6136cf7a-5496-11ef-a915-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:23:55.0599835Z", "endExecutionTime": "2024-08-07T08:24:01.982514Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-68627e41-5496-11ef-8d8a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-68627e41-5496-11ef-8d8a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-68627e41-5496-11ef-8d8a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:24:11.235893Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "68627e41-5496-11ef-8d8a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:24:07.0945974Z", "endExecutionTime": "2024-08-07T08:24:11.607567Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6e05fcff-5496-11ef-9128-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6e05fcff-5496-11ef-9128-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-6e05fcff-5496-11ef-9128-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:24:21.537843Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6e05fcff-5496-11ef-9128-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:24:16.4851628Z", "endExecutionTime": "2024-08-07T08:24:21.966092Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-75abd3c2-5496-11ef-b388-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-75abd3c2-5496-11ef-b388-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-75abd3c2-5496-11ef-b388-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:24:33.5942512Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-194", "id": "75abd3c2-5496-11ef-b388-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-07T08:24:29.4313006Z", "endExecutionTime": "2024-08-07T08:24:36.1096132Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7da62b01-5496-11ef-a7f8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7da62b01-5496-11ef-a7f8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-196", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-196", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7da62b01-5496-11ef-a7f8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:24:43.5592917Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-196", "id": "7da62b01-5496-11ef-a7f8-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-07T08:24:42.7530032Z", "endExecutionTime": "2024-08-07T08:24:45.6435788Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-830eb997-5496-11ef-b533-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-830eb997-5496-11ef-b533-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-198", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-830eb997-5496-11ef-b533-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:24:52.2507541Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-198", "id": "830eb997-5496-11ef-b533-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-07T08:24:51.7742528Z", "endExecutionTime": "2024-08-07T08:24:54.7217435Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-88743b39-5496-11ef-976f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-88743b39-5496-11ef-976f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-88743b39-5496-11ef-976f-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:25:10.596297Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "88743b39-5496-11ef-976f-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-07T08:25:00.8947589Z", - "endExecutionTime": "2024-08-07T08:25:11.65759Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9846636c-5496-11ef-96ce-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9846636c-5496-11ef-96ce-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9846636c-5496-11ef-96ce-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:25:33.935Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9846636c-5496-11ef-96ce-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:25:28.1679404Z", - "endExecutionTime": "2024-08-07T08:25:33.95Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a0481960-5496-11ef-95f2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a0481960-5496-11ef-95f2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a0481960-5496-11ef-95f2-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:25:56.729462Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a0481960-5496-11ef-95f2-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:25:42.1851269Z", "endExecutionTime": "2024-08-07T08:25:57.015106Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-aeae9db7-5496-11ef-bc27-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-aeae9db7-5496-11ef-bc27-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-210", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-aeae9db7-5496-11ef-bc27-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:26:06.684Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-210", "id": "aeae9db7-5496-11ef-bc27-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:26:05.0523998Z", - "endExecutionTime": "2024-08-07T08:26:06.78Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b4329094-5496-11ef-818a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4329094-5496-11ef-818a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b4329094-5496-11ef-818a-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:26:24.698112Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b4329094-5496-11ef-818a-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-07T08:26:14.2206094Z", - "endExecutionTime": "2024-08-07T08:26:25.635554Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c1bb499b-5496-11ef-a6fa-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c1bb499b-5496-11ef-a6fa-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c1bb499b-5496-11ef-a6fa-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:26:49.458723Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c1bb499b-5496-11ef-a6fa-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-07T08:26:37.0217976Z", - "endExecutionTime": "2024-08-07T08:26:51.988781Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ce526e79-5496-11ef-8a58-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce526e79-5496-11ef-8a58-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ce526e79-5496-11ef-8a58-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:27:12.4759Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ce526e79-5496-11ef-8a58-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-07T08:26:58.1979063Z", - "endExecutionTime": "2024-08-07T08:27:13.174304Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-daeba903-5496-11ef-bb30-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-daeba903-5496-11ef-bb30-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-daeba903-5496-11ef-bb30-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:27:25.2064394Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "daeba903-5496-11ef-bb30-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:27:19.2659453Z", - "endExecutionTime": "2024-08-07T08:27:25.9824256Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e5555acd-5496-11ef-a5cd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e5555acd-5496-11ef-a5cd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e5555acd-5496-11ef-a5cd-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:27:41.2416005Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e5555acd-5496-11ef-a5cd-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:27:36.7054849Z", - "endExecutionTime": "2024-08-07T08:27:41.9966325Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ec82772c-5496-11ef-b754-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec82772c-5496-11ef-b754-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ec82772c-5496-11ef-b754-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:27:53.3792874Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ec82772c-5496-11ef-b754-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:27:48.8824048Z", - "endExecutionTime": "2024-08-07T08:27:54.1753001Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f3bd5f38-5496-11ef-871b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f3bd5f38-5496-11ef-871b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f3bd5f38-5496-11ef-871b-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:28:06.5341521Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f3bd5f38-5496-11ef-871b-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:28:00.9980571Z", - "endExecutionTime": "2024-08-07T08:28:07.3563686Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fafa44b0-5496-11ef-81f4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fafa44b0-5496-11ef-81f4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fafa44b0-5496-11ef-81f4-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:28:18.4350698Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fafa44b0-5496-11ef-81f4-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:28:13.1139726Z", - "endExecutionTime": "2024-08-07T08:28:19.1636536Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0234ac46-5497-11ef-a3b8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0234ac46-5497-11ef-a3b8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0234ac46-5497-11ef-a3b8-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:28:31.740081Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "0234ac46-5497-11ef-a3b8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:28:26.2095279Z", "endExecutionTime": "2024-08-07T08:28:32.034861Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0abb6f17-5497-11ef-ab8a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0abb6f17-5497-11ef-ab8a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0abb6f17-5497-11ef-ab8a-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:28:45.6480111Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "0abb6f17-5497-11ef-ab8a-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:28:40.3696325Z", - "endExecutionTime": "2024-08-07T08:28:46.3514785Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-133166e1-5497-11ef-bdbb-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-133166e1-5497-11ef-bdbb-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-133166e1-5497-11ef-bdbb-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:29:07.723347Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "133166e1-5497-11ef-bdbb-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:28:54.6392686Z", "endExecutionTime": "2024-08-07T08:29:08.156907Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2123f886-5497-11ef-86b5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2123f886-5497-11ef-86b5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2123f886-5497-11ef-86b5-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:31:04.262787Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "2123f886-5497-11ef-86b5-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-07T08:29:18.0114112Z", "endExecutionTime": "2024-08-07T08:31:05.568114Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6df62256-5497-11ef-8a19-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6df62256-5497-11ef-8a19-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6df62256-5497-11ef-8a19-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:31:32.4414191Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "6df62256-5497-11ef-8a19-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:31:27.1514665Z", - "endExecutionTime": "2024-08-07T08:31:33.1645173Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-76abeaa8-5497-11ef-a7e5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-76abeaa8-5497-11ef-a7e5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-76abeaa8-5497-11ef-a7e5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:31:52.038909Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "76abeaa8-5497-11ef-a7e5-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:31:41.5357725Z", "endExecutionTime": "2024-08-07T08:31:52.373593Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-83cf39ee-5497-11ef-adbb-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-83cf39ee-5497-11ef-adbb-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-83cf39ee-5497-11ef-adbb-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:33:24.828164Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "83cf39ee-5497-11ef-adbb-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-07T08:32:03.5165079Z", "endExecutionTime": "2024-08-07T08:33:26.156069Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cdedf4eb-5497-11ef-972c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cdedf4eb-5497-11ef-972c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cdedf4eb-5497-11ef-972c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:34:10.251606Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "cdedf4eb-5497-11ef-972c-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-07T08:34:07.8940404Z", "endExecutionTime": "2024-08-07T08:34:10.251678Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d31a0538-5497-11ef-bf96-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d31a0538-5497-11ef-bf96-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d31a0538-5497-11ef-bf96-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:34:23.687378Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "d31a0538-5497-11ef-bf96-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:34:16.668807Z", "endExecutionTime": "2024-08-07T08:34:23.984424Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dcb10a07-5497-11ef-9e60-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dcb10a07-5497-11ef-9e60-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dcb10a07-5497-11ef-9e60-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:34:37.923775Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "dcb10a07-5497-11ef-9e60-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:34:32.7507161Z", "endExecutionTime": "2024-08-07T08:34:38.257135Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e43a4909-5497-11ef-ba0e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e43a4909-5497-11ef-ba0e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e43a4909-5497-11ef-ba0e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:34:53.053254Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "e43a4909-5497-11ef-ba0e-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:34:45.4418938Z", "endExecutionTime": "2024-08-07T08:34:53.404786Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee39c666-5497-11ef-b7ad-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee39c666-5497-11ef-b7ad-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ee39c666-5497-11ef-b7ad-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:35:08.17393Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "ee39c666-5497-11ef-b7ad-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:35:02.0372028Z", "endExecutionTime": "2024-08-07T08:35:08.436809Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f5ee93fb-5497-11ef-b1dd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f5ee93fb-5497-11ef-b1dd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f5ee93fb-5497-11ef-b1dd-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:35:23.296977Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f5ee93fb-5497-11ef-b1dd-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:35:14.8694269Z", "endExecutionTime": "2024-08-07T08:35:23.613706Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ffe138c4-5497-11ef-9f1c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ffe138c4-5497-11ef-9f1c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ffe138c4-5497-11ef-9f1c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:35:38.379127Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "ffe138c4-5497-11ef-9f1c-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:35:31.8925769Z", "endExecutionTime": "2024-08-07T08:35:38.71244Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-076aaf40-5498-11ef-a95a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-076aaf40-5498-11ef-a95a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-076aaf40-5498-11ef-a95a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:35:47.8503246Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "076aaf40-5498-11ef-a95a-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:35:44.6352901Z", - "endExecutionTime": "2024-08-07T08:35:48.571312Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0d58bfb7-5498-11ef-a9d6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0d58bfb7-5498-11ef-a9d6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0d58bfb7-5498-11ef-a9d6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:35:56.6646799Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "0d58bfb7-5498-11ef-a9d6-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:35:54.3750404Z", - "endExecutionTime": "2024-08-07T08:35:57.3622715Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-12188428-5498-11ef-8768-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12188428-5498-11ef-8768-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-12188428-5498-11ef-8768-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:36:04.7352952Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "12188428-5498-11ef-8768-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:36:02.2986276Z", - "endExecutionTime": "2024-08-07T08:36:05.4760218Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-16d4bb71-5498-11ef-be53-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-16d4bb71-5498-11ef-be53-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-16d4bb71-5498-11ef-be53-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:36:12.8383582Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "16d4bb71-5498-11ef-be53-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:36:10.3318628Z", - "endExecutionTime": "2024-08-07T08:36:13.6440273Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1ba1ba28-5498-11ef-84b3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1ba1ba28-5498-11ef-84b3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-1ba1ba28-5498-11ef-84b3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:36:20.9142115Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "1ba1ba28-5498-11ef-84b3-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:36:18.4432857Z", - "endExecutionTime": "2024-08-07T08:36:21.5909818Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-20b6d2a0-5498-11ef-9c13-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-20b6d2a0-5498-11ef-9c13-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-20b6d2a0-5498-11ef-9c13-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:36:29.9855396Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "20b6d2a0-5498-11ef-9c13-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:36:26.9483329Z", - "endExecutionTime": "2024-08-07T08:36:30.7448482Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2685cce1-5498-11ef-9e90-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2685cce1-5498-11ef-9e90-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2685cce1-5498-11ef-9e90-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:36:39.0523421Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "2685cce1-5498-11ef-9e90-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:36:36.8356737Z", - "endExecutionTime": "2024-08-07T08:36:39.7840751Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2b7765b2-5498-11ef-ad7c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2b7765b2-5498-11ef-ad7c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-2b7765b2-5498-11ef-ad7c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:36:47.0437609Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "2b7765b2-5498-11ef-ad7c-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:36:44.744307Z", - "endExecutionTime": "2024-08-07T08:36:47.7209238Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-301bdf5d-5498-11ef-a18a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-301bdf5d-5498-11ef-a18a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-301bdf5d-5498-11ef-a18a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:36:55.3294706Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "301bdf5d-5498-11ef-a18a-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-07T08:36:52.7963105Z", - "endExecutionTime": "2024-08-07T08:36:55.7226481Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-36449675-5498-11ef-957f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-36449675-5498-11ef-957f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "362567b8-5498-11ef-b9fb-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-36449675-5498-11ef-957f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:37:04.7Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "36449675-5498-11ef-957f-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:37:03.0340597Z", - "endExecutionTime": "2024-08-07T08:37:04.718Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-38c3ad42-5498-11ef-90b3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-38c3ad42-5498-11ef-90b3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "362567b8-5498-11ef-b9fb-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-38c3ad42-5498-11ef-90b3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:37:07.836Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "38c3ad42-5498-11ef-90b3-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:37:06.172143Z", - "endExecutionTime": "2024-08-07T08:37:07.849Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3d732f38-5498-11ef-88f6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3d732f38-5498-11ef-88f6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "3d52305d-5498-11ef-bbc7-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3d732f38-5498-11ef-88f6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:37:23.854825Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "3d732f38-5498-11ef-88f6-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:37:15.1254896Z", "endExecutionTime": "2024-08-07T08:37:24.221588Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3f4a75b6-5498-11ef-8bdd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3f4a75b6-5498-11ef-8bdd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "3d52305d-5498-11ef-bbc7-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3f4a75b6-5498-11ef-8bdd-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:37:28.944726Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "3f4a75b6-5498-11ef-8bdd-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:37:17.060613Z", "endExecutionTime": "2024-08-07T08:37:29.299351Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4ba2e3a4-5498-11ef-9d94-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4ba2e3a4-5498-11ef-9d94-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "4b8051bd-5498-11ef-80b0-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4ba2e3a4-5498-11ef-9d94-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:37:39.417Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "4ba2e3a4-5498-11ef-9d94-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:37:37.7965909Z", - "endExecutionTime": "2024-08-07T08:37:39.432Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4cce5f1a-5498-11ef-889a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4cce5f1a-5498-11ef-889a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "4b8051bd-5498-11ef-80b0-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4cce5f1a-5498-11ef-889a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:37:41.391Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "4cce5f1a-5498-11ef-889a-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-07T08:37:39.7199091Z", - "endExecutionTime": "2024-08-07T08:37:41.406Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-53a371cf-5498-11ef-a67b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-53a371cf-5498-11ef-a67b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "5371540e-5498-11ef-8fe9-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-53a371cf-5498-11ef-a67b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:38:04.14174Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "53a371cf-5498-11ef-a67b-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:37:51.1965695Z", "endExecutionTime": "2024-08-07T08:38:04.45653Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-54caa80c-5498-11ef-8221-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-54caa80c-5498-11ef-8221-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "5371540e-5498-11ef-8fe9-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-54caa80c-5498-11ef-8221-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-07T08:38:09.218233Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "54caa80c-5498-11ef-8221-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:37:53.1935898Z", "endExecutionTime": "2024-08-07T08:38:09.524438Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6276fcb3-5498-11ef-afca-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6276fcb3-5498-11ef-afca-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "6254d3da-5498-11ef-acc6-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6276fcb3-5498-11ef-afca-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:38:29.629079Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "6276fcb3-5498-11ef-afca-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:38:16.9714632Z", "endExecutionTime": "2024-08-07T08:38:29.885247Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6427a034-5498-11ef-aa5d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6427a034-5498-11ef-aa5d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "6254d3da-5498-11ef-acc6-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6427a034-5498-11ef-aa5d-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T08:38:34.362714Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "6427a034-5498-11ef-aa5d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T08:38:19.7926049Z", "endExecutionTime": "2024-08-07T08:38:34.661393Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-29723697-54a2-11ef-8f59-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-29723697-54a2-11ef-8f59-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-29723697-54a2-11ef-8f59-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T09:48:31.098484Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "29723697-54a2-11ef-8f59-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T09:48:17.8676832Z", "endExecutionTime": "2024-08-07T09:48:31.518204Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b26e6938-54a2-11ef-b8f9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b26e6938-54a2-11ef-b8f9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b26e6938-54a2-11ef-b8f9-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-07T09:52:21.990061Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b26e6938-54a2-11ef-b8f9-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-07T09:52:06.1840825Z", "endExecutionTime": "2024-08-07T09:52:22.453456Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1b9fb07c-5562-11ef-b54a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1b9fb07c-5562-11ef-b54a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1b9fb07c-5562-11ef-b54a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:42:21.121Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "1b9fb07c-5562-11ef-b54a-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:42:19.295532Z", - "endExecutionTime": "2024-08-08T08:42:21.134Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-23e7a19e-5562-11ef-a559-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-23e7a19e-5562-11ef-a559-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-23e7a19e-5562-11ef-a559-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:01:53.031941Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "23e7a19e-5562-11ef-a559-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T08:42:32.0719433Z", "endExecutionTime": "2024-08-09T15:01:53.442215Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-db21f802-5562-11ef-9679-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-db21f802-5562-11ef-9679-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-db21f802-5562-11ef-9679-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:47:40.003Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "db21f802-5562-11ef-9679-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:47:38.2082943Z", - "endExecutionTime": "2024-08-08T08:47:40.015Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dff40a64-5562-11ef-b8ab-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dff40a64-5562-11ef-b8ab-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dff40a64-5562-11ef-b8ab-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:47:47.934Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "dff40a64-5562-11ef-b8ab-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:47:46.4095919Z", - "endExecutionTime": "2024-08-08T08:47:47.947Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e4cc0ab3-5562-11ef-9662-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e4cc0ab3-5562-11ef-9662-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e4cc0ab3-5562-11ef-9662-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:47:55.704Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "e4cc0ab3-5562-11ef-9662-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:47:54.2305403Z", - "endExecutionTime": "2024-08-08T08:47:55.715Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e9750f01-5562-11ef-81ed-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e9750f01-5562-11ef-81ed-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e9750f01-5562-11ef-81ed-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:48:03.785Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "e9750f01-5562-11ef-81ed-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:48:02.3032424Z", - "endExecutionTime": "2024-08-08T08:48:03.797Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee3e2494-5562-11ef-85e4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee3e2494-5562-11ef-85e4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ee3e2494-5562-11ef-85e4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:48:11.617Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "ee3e2494-5562-11ef-85e4-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:48:10.1103763Z", - "endExecutionTime": "2024-08-08T08:48:11.625Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f24aec22-5562-11ef-bc99-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f24aec22-5562-11ef-bc99-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f24aec22-5562-11ef-bc99-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:48:18.481Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "f24aec22-5562-11ef-bc99-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:48:16.8872344Z", - "endExecutionTime": "2024-08-08T08:48:18.5Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f65471bd-5562-11ef-a6c7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f65471bd-5562-11ef-a6c7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f65471bd-5562-11ef-a6c7-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:48:25.079Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "f65471bd-5562-11ef-a6c7-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:48:23.5528324Z", - "endExecutionTime": "2024-08-08T08:48:25.146Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fdd51cda-5562-11ef-bc45-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fdd51cda-5562-11ef-bc45-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fdd51cda-5562-11ef-bc45-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:49:01.6719124Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "fdd51cda-5562-11ef-bc45-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T08:48:36.210903Z", - "endExecutionTime": "2024-08-08T08:50:38.4820375Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5a3de0cd-5563-11ef-8f32-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5a3de0cd-5563-11ef-8f32-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5a3de0cd-5563-11ef-8f32-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:51:11.8842699Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "5a3de0cd-5563-11ef-8f32-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T08:51:11.1237902Z", - "endExecutionTime": "2024-08-08T08:51:11.8842699Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5e7e10df-5563-11ef-bc74-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5e7e10df-5563-11ef-bc74-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5e7e10df-5563-11ef-bc74-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:51:45.958372Z", "cancellationTime": null, - "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": - [], "name": "azure-quantum-dft-job", "id": "5e7e10df-5563-11ef-bc74-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-08T08:51:18.2840618Z", "endExecutionTime": "2024-08-08T08:52:20.2312354Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-91433940-5563-11ef-8c29-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-91433940-5563-11ef-8c29-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-91433940-5563-11ef-8c29-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:52:48.2551147Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "91433940-5563-11ef-8c29-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T08:52:43.9874699Z", "endExecutionTime": "2024-08-08T08:52:50.8806167Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-98c47944-5563-11ef-a103-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-98c47944-5563-11ef-a103-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-98c47944-5563-11ef-a103-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:52:56.8735695Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "98c47944-5563-11ef-a103-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-08T08:52:56.4076269Z", "endExecutionTime": - "2024-08-08T08:52:59.3390528Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-9cf97a5a-5563-11ef-8d6d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9cf97a5a-5563-11ef-8d6d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9cf97a5a-5563-11ef-8d6d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:53:03.5288414Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "9cf97a5a-5563-11ef-8d6d-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T08:53:03.1677364Z", "endExecutionTime": "2024-08-08T08:53:05.9078589Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a23d0565-5563-11ef-9d33-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a23d0565-5563-11ef-9d33-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a23d0565-5563-11ef-9d33-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:53:12.6640146Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "a23d0565-5563-11ef-9d33-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T08:53:12.292353Z", "endExecutionTime": "2024-08-08T08:53:15.0100273Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a70d144c-5563-11ef-9da8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a70d144c-5563-11ef-9da8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a70d144c-5563-11ef-9da8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:53:25.2538662Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "a70d144c-5563-11ef-9da8-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T08:53:20.2460054Z", "endExecutionTime": "2024-08-08T08:53:27.5445804Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ae384adf-5563-11ef-9a1a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae384adf-5563-11ef-9a1a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ae384adf-5563-11ef-9a1a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:53:32.9290887Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "ae384adf-5563-11ef-9a1a-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T08:53:32.3742591Z", "endExecutionTime": "2024-08-08T08:53:35.0933741Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b295696a-5563-11ef-8740-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b295696a-5563-11ef-8740-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b295696a-5563-11ef-8740-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:53:45.092267Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "b295696a-5563-11ef-8740-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T08:53:39.5382087Z", - "endExecutionTime": "2024-08-08T08:53:58.842559Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0038, - "amountConsumed": 0.0038, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c3f4c5e0-5563-11ef-8256-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c3f4c5e0-5563-11ef-8256-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c3f4c5e0-5563-11ef-8256-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:54:14.440349Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "c3f4c5e0-5563-11ef-8256-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T08:54:09.0137018Z", - "endExecutionTime": "2024-08-08T08:54:26.940988Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0035, - "amountConsumed": 0.0035, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d56e1cc1-5563-11ef-b815-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d56e1cc1-5563-11ef-b815-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d56e1cc1-5563-11ef-b815-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:54:44.635989Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "d56e1cc1-5563-11ef-b815-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T08:54:38.0737058Z", - "endExecutionTime": "2024-08-08T08:54:57.610875Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e6bbfdba-5563-11ef-beed-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6bbfdba-5563-11ef-beed-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e6bbfdba-5563-11ef-beed-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:55:10.931038Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "e6bbfdba-5563-11ef-beed-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T08:55:06.9220471Z", - "endExecutionTime": "2024-08-08T08:55:23.371196Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0035, - "amountConsumed": 0.0035, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f794f38a-5563-11ef-ac3d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f794f38a-5563-11ef-ac3d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f794f38a-5563-11ef-ac3d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:55:40.70035Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "f794f38a-5563-11ef-ac3d-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T08:55:35.3236278Z", - "endExecutionTime": "2024-08-08T08:55:53.445246Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0035, - "amountConsumed": 0.0035, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0871c5f2-5564-11ef-b312-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0871c5f2-5564-11ef-b312-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0871c5f2-5564-11ef-b312-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T08:56:08.675783Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "0871c5f2-5564-11ef-b312-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T08:56:03.6010877Z", - "endExecutionTime": "2024-08-08T08:56:21.517231Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1f3e2cee-5564-11ef-b73b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1f3e2cee-5564-11ef-b73b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1f3e2cee-5564-11ef-b73b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:56:42.572Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1f3e2cee-5564-11ef-b73b-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:56:40.8603942Z", - "endExecutionTime": "2024-08-08T08:56:42.587Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-24a06d41-5564-11ef-b205-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-24a06d41-5564-11ef-b205-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-24a06d41-5564-11ef-b205-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T08:56:51.754Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "24a06d41-5564-11ef-b205-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T08:56:49.9898339Z", - "endExecutionTime": "2024-08-08T08:56:51.769Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-29ef3e6a-5564-11ef-a044-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-29ef3e6a-5564-11ef-a044-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-29ef3e6a-5564-11ef-a044-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:01:54.980431Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "29ef3e6a-5564-11ef-a044-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T08:56:58.8085051Z", "endExecutionTime": "2024-08-09T15:01:55.278595Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e1277aee-5564-11ef-a655-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1277aee-5564-11ef-a655-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e1277aee-5564-11ef-a655-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:02:08.474Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e1277aee-5564-11ef-a655-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:02:06.7239793Z", - "endExecutionTime": "2024-08-08T09:02:08.545Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e6a7ef75-5564-11ef-93af-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6a7ef75-5564-11ef-93af-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e6a7ef75-5564-11ef-93af-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:02:16.921Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e6a7ef75-5564-11ef-93af-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:02:15.4239652Z", - "endExecutionTime": "2024-08-08T09:02:16.938Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ebc96807-5564-11ef-b8c0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ebc96807-5564-11ef-b8c0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ebc96807-5564-11ef-b8c0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:02:25.732Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ebc96807-5564-11ef-b8c0-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:02:24.1265408Z", - "endExecutionTime": "2024-08-08T09:02:25.812Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f05d3180-5564-11ef-9991-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f05d3180-5564-11ef-9991-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f05d3180-5564-11ef-9991-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:02:33.311Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f05d3180-5564-11ef-9991-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:02:31.7337018Z", - "endExecutionTime": "2024-08-08T09:02:33.331Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f4e56fc6-5564-11ef-ae77-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f4e56fc6-5564-11ef-ae77-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f4e56fc6-5564-11ef-ae77-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:02:41.002Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f4e56fc6-5564-11ef-ae77-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:02:39.4424866Z", - "endExecutionTime": "2024-08-08T09:02:41.017Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f99db3ea-5564-11ef-8c1d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f99db3ea-5564-11ef-8c1d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f99db3ea-5564-11ef-8c1d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:01:58.111112Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f99db3ea-5564-11ef-8c1d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T09:02:47.2131651Z", "endExecutionTime": "2024-08-09T15:01:58.519523Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-af7d0b99-5565-11ef-9a81-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-af7d0b99-5565-11ef-9a81-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-af7d0b99-5565-11ef-9a81-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:09:27.074718Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "af7d0b99-5565-11ef-9a81-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-08T09:07:52.9208947Z", "endExecutionTime": "2024-08-08T09:09:31.666069Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fb47005d-5565-11ef-b57f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fb47005d-5565-11ef-b57f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fb47005d-5565-11ef-b57f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:10:02.102042Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fb47005d-5565-11ef-b57f-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-08T09:09:59.5758124Z", "endExecutionTime": "2024-08-08T09:10:02.102365Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-01cb797f-5566-11ef-9d38-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-01cb797f-5566-11ef-9d38-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-01cb797f-5566-11ef-9d38-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:01:59.516962Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "01cb797f-5566-11ef-9d38-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T09:10:10.7755236Z", "endExecutionTime": "2024-08-09T15:01:59.517111Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b7f4105d-5566-11ef-899b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b7f4105d-5566-11ef-899b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b7f4105d-5566-11ef-899b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:02:00.269513Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b7f4105d-5566-11ef-899b-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T09:15:16.6237216Z", "endExecutionTime": "2024-08-09T15:02:00.269655Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6e4c4bf1-5567-11ef-9fac-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6e4c4bf1-5567-11ef-9fac-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-6e4c4bf1-5567-11ef-9fac-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:02:00.415426Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6e4c4bf1-5567-11ef-9fac-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T09:20:22.2142971Z", "endExecutionTime": "2024-08-09T15:02:00.572756Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-00ca723d-5568-11ef-b70f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-00ca723d-5568-11ef-b70f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00ca723d-5568-11ef-b70f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:24:32.229Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "00ca723d-5568-11ef-b70f-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:24:30.4388726Z", - "endExecutionTime": "2024-08-08T09:24:32.244Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-07c5eb08-5568-11ef-a1c6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07c5eb08-5568-11ef-a1c6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-07c5eb08-5568-11ef-a1c6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:02:00.459931Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "07c5eb08-5568-11ef-a1c6-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T09:24:41.3387545Z", "endExecutionTime": "2024-08-09T15:02:00.75993Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-be68f594-5568-11ef-83d4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-be68f594-5568-11ef-83d4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-be68f594-5568-11ef-83d4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:29:48.906Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "be68f594-5568-11ef-83d4-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:29:46.9624834Z", - "endExecutionTime": "2024-08-08T09:29:48.925Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c324ed4d-5568-11ef-bc79-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c324ed4d-5568-11ef-bc79-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c324ed4d-5568-11ef-bc79-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:29:56.692Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "c324ed4d-5568-11ef-bc79-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:29:55.1141683Z", - "endExecutionTime": "2024-08-08T09:29:56.707Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c7f907ef-5568-11ef-bb0f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c7f907ef-5568-11ef-bb0f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c7f907ef-5568-11ef-bb0f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:30:04.376Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "c7f907ef-5568-11ef-bb0f-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:30:02.8352367Z", - "endExecutionTime": "2024-08-08T09:30:04.392Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cda1f59c-5568-11ef-b68e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cda1f59c-5568-11ef-b68e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cda1f59c-5568-11ef-b68e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:30:13.976Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "cda1f59c-5568-11ef-b68e-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:30:12.3835497Z", - "endExecutionTime": "2024-08-08T09:30:14.032Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d263e73b-5568-11ef-b4ce-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d263e73b-5568-11ef-b4ce-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d263e73b-5568-11ef-b4ce-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:30:22.551Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "d263e73b-5568-11ef-b4ce-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:30:20.4933593Z", - "endExecutionTime": "2024-08-08T09:30:22.724Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d68060c7-5568-11ef-a88e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d68060c7-5568-11ef-a88e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d68060c7-5568-11ef-a88e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:30:28.969Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "d68060c7-5568-11ef-a88e-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:30:27.4310582Z", - "endExecutionTime": "2024-08-08T09:30:29.036Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-daa8dac0-5568-11ef-afb3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-daa8dac0-5568-11ef-afb3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-daa8dac0-5568-11ef-afb3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:30:35.61Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "daa8dac0-5568-11ef-afb3-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:30:34.1637673Z", - "endExecutionTime": "2024-08-08T09:30:35.677Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e170bb57-5568-11ef-bf83-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e170bb57-5568-11ef-bf83-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e170bb57-5568-11ef-bf83-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:31:15.8749848Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "e170bb57-5568-11ef-bf83-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T09:30:45.652897Z", - "endExecutionTime": "2024-08-08T09:32:50.9008026Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3dfbeca2-5569-11ef-87cf-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3dfbeca2-5569-11ef-87cf-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3dfbeca2-5569-11ef-87cf-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:33:21.2931181Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "3dfbeca2-5569-11ef-87cf-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T09:33:20.8050114Z", - "endExecutionTime": "2024-08-08T09:33:21.2931181Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4270cc78-5569-11ef-a315-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4270cc78-5569-11ef-a315-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4270cc78-5569-11ef-a315-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:33:54.1042107Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "4270cc78-5569-11ef-a315-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-08T09:33:28.4120155Z", "endExecutionTime": "2024-08-08T09:34:28.2376406Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-76451211-5569-11ef-8229-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-76451211-5569-11ef-8229-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-76451211-5569-11ef-8229-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:35:00.0987763Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "76451211-5569-11ef-8229-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T09:34:55.6751472Z", "endExecutionTime": "2024-08-08T09:35:02.8118842Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7da6c8c9-5569-11ef-a751-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7da6c8c9-5569-11ef-a751-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7da6c8c9-5569-11ef-a751-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:35:08.3012339Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "7da6c8c9-5569-11ef-a751-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-08T09:35:07.8533806Z", "endExecutionTime": - "2024-08-08T09:35:10.8145181Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-81cab0a4-5569-11ef-bf5a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-81cab0a4-5569-11ef-bf5a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-81cab0a4-5569-11ef-bf5a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:35:19.400893Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "81cab0a4-5569-11ef-bf5a-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T09:35:14.688739Z", "endExecutionTime": "2024-08-08T09:35:21.702249Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-898158d6-5569-11ef-8723-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-898158d6-5569-11ef-8723-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-898158d6-5569-11ef-8723-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:35:28.0448493Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "898158d6-5569-11ef-8723-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T09:35:27.6829341Z", "endExecutionTime": "2024-08-08T09:35:30.3863852Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8e1e80ad-5569-11ef-afd5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8e1e80ad-5569-11ef-afd5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8e1e80ad-5569-11ef-afd5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:35:35.5291097Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "8e1e80ad-5569-11ef-afd5-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T09:35:35.171198Z", "endExecutionTime": "2024-08-08T09:35:37.8819749Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-928950cd-5569-11ef-972d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-928950cd-5569-11ef-972d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-928950cd-5569-11ef-972d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:35:43.1528388Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "928950cd-5569-11ef-972d-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T09:35:42.7935815Z", "endExecutionTime": "2024-08-08T09:35:45.4406419Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-96ac97e5-5569-11ef-858c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-96ac97e5-5569-11ef-858c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-96ac97e5-5569-11ef-858c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:35:54.065982Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "96ac97e5-5569-11ef-858c-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T09:35:49.5274388Z", - "endExecutionTime": "2024-08-08T09:36:07.43722Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0037, - "amountConsumed": 0.0037, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a7d15b6f-5569-11ef-8e37-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a7d15b6f-5569-11ef-8e37-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a7d15b6f-5569-11ef-8e37-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:36:23.614904Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "a7d15b6f-5569-11ef-8e37-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T09:36:18.4226318Z", - "endExecutionTime": "2024-08-08T09:36:36.6105Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b90e40a7-5569-11ef-a478-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b90e40a7-5569-11ef-a478-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b90e40a7-5569-11ef-a478-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:36:52.127458Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "b90e40a7-5569-11ef-a478-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T09:36:47.3062928Z", - "endExecutionTime": "2024-08-08T09:37:03.829752Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0033, - "amountConsumed": 0.0033, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ca3c5161-5569-11ef-ad9c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ca3c5161-5569-11ef-ad9c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ca3c5161-5569-11ef-ad9c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:37:22.29291Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "ca3c5161-5569-11ef-ad9c-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T09:37:16.2388558Z", - "endExecutionTime": "2024-08-08T09:37:33.963505Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-db259ece-5569-11ef-99a6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-db259ece-5569-11ef-99a6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-db259ece-5569-11ef-99a6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:37:49.283633Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "db259ece-5569-11ef-99a6-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T09:37:44.5484698Z", - "endExecutionTime": "2024-08-08T09:38:00.835567Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ebfc2af5-5569-11ef-97d8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ebfc2af5-5569-11ef-97d8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ebfc2af5-5569-11ef-97d8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T09:38:17.234942Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "ebfc2af5-5569-11ef-97d8-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T09:38:12.7040717Z", - "endExecutionTime": "2024-08-08T09:38:28.466423Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-028b94b9-556a-11ef-95ec-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-028b94b9-556a-11ef-95ec-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-028b94b9-556a-11ef-95ec-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:38:51.429Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "028b94b9-556a-11ef-95ec-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:38:49.696964Z", - "endExecutionTime": "2024-08-08T09:38:51.446Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-07f4c04b-556a-11ef-a1c9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07f4c04b-556a-11ef-a1c9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-07f4c04b-556a-11ef-a1c9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:39:00.635Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "07f4c04b-556a-11ef-a1c9-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:38:58.8669399Z", - "endExecutionTime": "2024-08-08T09:39:00.689Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0d516fda-556a-11ef-90de-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0d516fda-556a-11ef-90de-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0d516fda-556a-11ef-90de-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:02:00.54594Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0d516fda-556a-11ef-90de-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T09:39:07.781676Z", "endExecutionTime": "2024-08-09T15:02:00.991961Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c5b472a1-556a-11ef-830c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c5b472a1-556a-11ef-830c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c5b472a1-556a-11ef-830c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:44:19.922Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c5b472a1-556a-11ef-830c-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:44:17.7715013Z", - "endExecutionTime": "2024-08-08T09:44:19.939Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cc5255b0-556a-11ef-bd7b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cc5255b0-556a-11ef-bd7b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cc5255b0-556a-11ef-bd7b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:44:30.002Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cc5255b0-556a-11ef-bd7b-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:44:28.4142918Z", - "endExecutionTime": "2024-08-08T09:44:30.018Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d1a0a652-556a-11ef-b92d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d1a0a652-556a-11ef-b92d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d1a0a652-556a-11ef-b92d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:44:38.681Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d1a0a652-556a-11ef-b92d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:44:37.1285566Z", - "endExecutionTime": "2024-08-08T09:44:38.696Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d7490ea1-556a-11ef-9d2a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d7490ea1-556a-11ef-9d2a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d7490ea1-556a-11ef-9d2a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:44:48.327Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d7490ea1-556a-11ef-9d2a-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:44:46.7033088Z", - "endExecutionTime": "2024-08-08T09:44:48.346Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dbed0101-556a-11ef-b60d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dbed0101-556a-11ef-b60d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dbed0101-556a-11ef-b60d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:44:56.266Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dbed0101-556a-11ef-b60d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T09:44:54.4355225Z", - "endExecutionTime": "2024-08-08T09:44:56.347Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e0afeb7d-556a-11ef-9b68-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e0afeb7d-556a-11ef-9b68-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e0afeb7d-556a-11ef-9b68-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:02.182189Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e0afeb7d-556a-11ef-9b68-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T09:45:02.4880025Z", "endExecutionTime": "2024-08-09T15:19:03.537962Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-96d18bb0-556b-11ef-b10b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-96d18bb0-556b-11ef-b10b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-96d18bb0-556b-11ef-b10b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:51:44.360971Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "96d18bb0-556b-11ef-b10b-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-08T09:50:09.0767181Z", "endExecutionTime": "2024-08-08T09:51:48.889589Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e1c634db-556b-11ef-8626-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1c634db-556b-11ef-8626-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e1c634db-556b-11ef-8626-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T09:52:17.436287Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e1c634db-556b-11ef-8626-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-08T09:52:13.7482399Z", "endExecutionTime": "2024-08-08T09:52:17.436573Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eef15fa0-556b-11ef-b8df-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eef15fa0-556b-11ef-b8df-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-eef15fa0-556b-11ef-b8df-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:02.669635Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "eef15fa0-556b-11ef-b8df-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T09:52:35.8928167Z", "endExecutionTime": "2024-08-09T15:19:03.795632Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a56e6a3f-556c-11ef-8deb-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a56e6a3f-556c-11ef-8deb-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-a56e6a3f-556c-11ef-8deb-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:07.33117Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a56e6a3f-556c-11ef-8deb-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T09:57:42.5630361Z", "endExecutionTime": "2024-08-09T15:19:07.703549Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5c0f7e97-556d-11ef-9f2b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5c0f7e97-556d-11ef-9f2b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-5c0f7e97-556d-11ef-9f2b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:07.882223Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5c0f7e97-556d-11ef-9f2b-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T10:02:49.6571316Z", "endExecutionTime": "2024-08-09T15:19:08.707776Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-12b071c6-556e-11ef-a3f2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12b071c6-556e-11ef-a3f2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-12b071c6-556e-11ef-a3f2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:12.450147Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "12b071c6-556e-11ef-a3f2-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T10:07:55.2899794Z", "endExecutionTime": "2024-08-09T15:19:12.876755Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c8e9791b-556e-11ef-aaeb-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c8e9791b-556e-11ef-aaeb-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c8e9791b-556e-11ef-aaeb-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:13.081506Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c8e9791b-556e-11ef-aaeb-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T10:13:01.3169724Z", "endExecutionTime": "2024-08-09T15:19:13.814942Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-806b8b58-556f-11ef-8680-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-806b8b58-556f-11ef-8680-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-806b8b58-556f-11ef-8680-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:18:15.3893014Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-194", "id": "806b8b58-556f-11ef-8680-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T10:18:08.98291Z", "endExecutionTime": "2024-08-08T10:18:17.7808825Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8afbf6fc-556f-11ef-b6d8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8afbf6fc-556f-11ef-b6d8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-196", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-196", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8afbf6fc-556f-11ef-b6d8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:18:30.4763657Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-196", "id": "8afbf6fc-556f-11ef-b6d8-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T10:18:26.2230495Z", "endExecutionTime": "2024-08-08T10:18:32.9084403Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-93068712-556f-11ef-ab2c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-93068712-556f-11ef-ab2c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-198", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-93068712-556f-11ef-ab2c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:18:40.1479352Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-198", "id": "93068712-556f-11ef-ab2c-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T10:18:39.71142Z", "endExecutionTime": "2024-08-08T10:18:42.6999582Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-98a0bf4f-556f-11ef-b340-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-98a0bf4f-556f-11ef-b340-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-98a0bf4f-556f-11ef-b340-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:18:59.958551Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "98a0bf4f-556f-11ef-b340-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-08T10:18:49.0001137Z", - "endExecutionTime": "2024-08-08T10:19:01.201192Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a893f45d-556f-11ef-88b6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a893f45d-556f-11ef-88b6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a893f45d-556f-11ef-88b6-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:19:21.237Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a893f45d-556f-11ef-88b6-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:19:16.6733178Z", - "endExecutionTime": "2024-08-08T10:19:21.258Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b0b1ddb6-556f-11ef-acd5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0b1ddb6-556f-11ef-acd5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b0b1ddb6-556f-11ef-acd5-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T15:19:13.31306Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b0b1ddb6-556f-11ef-acd5-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T10:19:30.4497235Z", "endExecutionTime": "2024-08-09T15:19:14.129951Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-67807d07-5570-11ef-9359-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-67807d07-5570-11ef-9359-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-210", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-67807d07-5570-11ef-9359-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:24:38.178Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-210", "id": "67807d07-5570-11ef-9359-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:24:36.4320466Z", - "endExecutionTime": "2024-08-08T10:24:38.195Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6cef49d3-5570-11ef-918c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6cef49d3-5570-11ef-918c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6cef49d3-5570-11ef-918c-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:25:00.136015Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6cef49d3-5570-11ef-918c-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-08T10:24:45.2640041Z", - "endExecutionTime": "2024-08-08T10:25:01.102786Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7f31aa6a-5570-11ef-9edd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7f31aa6a-5570-11ef-9edd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7f31aa6a-5570-11ef-9edd-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:25:27.821547Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7f31aa6a-5570-11ef-9edd-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-08T10:25:15.9402153Z", - "endExecutionTime": "2024-08-08T10:25:29.730515Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8bada09e-5570-11ef-b3f0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8bada09e-5570-11ef-b3f0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8bada09e-5570-11ef-b3f0-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:25:49.794445Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8bada09e-5570-11ef-b3f0-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-08T10:25:36.8700319Z", - "endExecutionTime": "2024-08-08T10:25:50.473333Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-986e6c30-5570-11ef-b790-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-986e6c30-5570-11ef-b790-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-986e6c30-5570-11ef-b790-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:26:04.7936989Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "986e6c30-5570-11ef-b790-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T10:25:58.2475541Z", - "endExecutionTime": "2024-08-08T10:26:05.7031835Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a2c76c9e-5570-11ef-b8df-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a2c76c9e-5570-11ef-b8df-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a2c76c9e-5570-11ef-b8df-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:26:20.7901954Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a2c76c9e-5570-11ef-b8df-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T10:26:15.637021Z", - "endExecutionTime": "2024-08-08T10:26:21.6596224Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a9f3567d-5570-11ef-be9e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9f3567d-5570-11ef-be9e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a9f3567d-5570-11ef-be9e-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:26:32.8036608Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a9f3567d-5570-11ef-be9e-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T10:26:27.6428301Z", - "endExecutionTime": "2024-08-08T10:26:33.6974293Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b19eb414-5570-11ef-a325-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b19eb414-5570-11ef-a325-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b19eb414-5570-11ef-a325-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:26:45.8530876Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b19eb414-5570-11ef-a325-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T10:26:40.4591443Z", - "endExecutionTime": "2024-08-08T10:26:46.7208508Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b8d9a382-5570-11ef-8af3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b8d9a382-5570-11ef-8af3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b8d9a382-5570-11ef-8af3-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:26:57.8741072Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b8d9a382-5570-11ef-8af3-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T10:26:52.6603865Z", - "endExecutionTime": "2024-08-08T10:26:58.7260415Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c00aacbb-5570-11ef-ac41-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c00aacbb-5570-11ef-ac41-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c00aacbb-5570-11ef-ac41-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T15:19:17.516006Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "c00aacbb-5570-11ef-ac41-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T10:27:05.4496793Z", "endExecutionTime": "2024-08-09T15:19:18.176219Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-766230d5-5571-11ef-ab7b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-766230d5-5571-11ef-ab7b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-766230d5-5571-11ef-ab7b-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:32:17.3436342Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "766230d5-5571-11ef-ab7b-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T10:32:11.8148196Z", - "endExecutionTime": "2024-08-08T10:32:18.1983577Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7efc7141-5571-11ef-b915-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7efc7141-5571-11ef-b915-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7efc7141-5571-11ef-b915-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T15:19:17.558959Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "7efc7141-5571-11ef-b915-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T10:32:25.9222058Z", "endExecutionTime": "2024-08-09T15:19:18.269291Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4233a0d8-5572-11ef-83fc-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4233a0d8-5572-11ef-83fc-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4233a0d8-5572-11ef-83fc-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:37:57.159Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "4233a0d8-5572-11ef-83fc-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:37:55.2306181Z", - "endExecutionTime": "2024-08-08T10:37:57.175Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-493b9ff5-5572-11ef-8773-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-493b9ff5-5572-11ef-8773-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-493b9ff5-5572-11ef-8773-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:18.245986Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "493b9ff5-5572-11ef-8773-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T10:38:06.7725057Z", "endExecutionTime": "2024-08-09T15:19:18.867058Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0028aedc-5573-11ef-8774-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0028aedc-5573-11ef-8774-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0028aedc-5573-11ef-8774-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:43:14.317Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "0028aedc-5573-11ef-8774-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:43:12.3885109Z", - "endExecutionTime": "2024-08-08T10:43:14.336Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-04ee9645-5573-11ef-a6df-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-04ee9645-5573-11ef-a6df-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-04ee9645-5573-11ef-a6df-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:43:21.789Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "04ee9645-5573-11ef-a6df-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:43:20.1041144Z", - "endExecutionTime": "2024-08-08T10:43:21.806Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0ab166fb-5573-11ef-8a51-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0ab166fb-5573-11ef-8a51-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0ab166fb-5573-11ef-8a51-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:43:31.741Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "0ab166fb-5573-11ef-8a51-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:43:30.0200221Z", - "endExecutionTime": "2024-08-08T10:43:31.757Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0f7f6c7a-5573-11ef-a552-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0f7f6c7a-5573-11ef-a552-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0f7f6c7a-5573-11ef-a552-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:43:39.395Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "0f7f6c7a-5573-11ef-a552-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:43:37.7039491Z", - "endExecutionTime": "2024-08-08T10:43:39.414Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-15166814-5573-11ef-ba59-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-15166814-5573-11ef-ba59-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-15166814-5573-11ef-ba59-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:43:48.863Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "15166814-5573-11ef-ba59-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:43:47.2150846Z", - "endExecutionTime": "2024-08-08T10:43:48.881Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-191c0389-5573-11ef-ada1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-191c0389-5573-11ef-ada1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-191c0389-5573-11ef-ada1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:43:55.672Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "191c0389-5573-11ef-ada1-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:43:53.971713Z", - "endExecutionTime": "2024-08-08T10:43:55.74Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1d3ad622-5573-11ef-8570-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1d3ad622-5573-11ef-8570-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1d3ad622-5573-11ef-8570-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:44:02.44Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "1d3ad622-5573-11ef-8570-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:44:00.8369427Z", - "endExecutionTime": "2024-08-08T10:44:02.458Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2395567d-5573-11ef-9d8e-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2395567d-5573-11ef-9d8e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2395567d-5573-11ef-9d8e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:44:40.3727261Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "2395567d-5573-11ef-9d8e-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T10:44:11.7392478Z", - "endExecutionTime": "2024-08-08T10:46:15.7908986Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9b73dbe9-5573-11ef-97e6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9b73dbe9-5573-11ef-97e6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9b73dbe9-5573-11ef-97e6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:47:35.697Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "9b73dbe9-5573-11ef-97e6-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:47:33.8428255Z", - "endExecutionTime": "2024-08-08T10:47:35.763Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a222381c-5573-11ef-b8f4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a222381c-5573-11ef-b8f4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-a222381c-5573-11ef-b8f4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:22.641411Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "a222381c-5573-11ef-b8f4-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T10:47:45.057449Z", "endExecutionTime": "2024-08-09T15:19:24.529503Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-591a5ce8-5574-11ef-86da-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-591a5ce8-5574-11ef-86da-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-591a5ce8-5574-11ef-86da-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:52:53.237Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "591a5ce8-5574-11ef-86da-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:52:51.4358426Z", - "endExecutionTime": "2024-08-08T10:52:53.248Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5f1ebc8b-5574-11ef-a455-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5f1ebc8b-5574-11ef-a455-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5f1ebc8b-5574-11ef-a455-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:53:02.558Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "5f1ebc8b-5574-11ef-a455-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:53:00.9414251Z", - "endExecutionTime": "2024-08-08T10:53:02.581Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-63c3d40d-5574-11ef-9aac-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-63c3d40d-5574-11ef-9aac-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-63c3d40d-5574-11ef-9aac-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:53:10.061Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "63c3d40d-5574-11ef-9aac-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:53:08.540212Z", - "endExecutionTime": "2024-08-08T10:53:10.126Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-68f6d542-5574-11ef-94d1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-68f6d542-5574-11ef-94d1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-68f6d542-5574-11ef-94d1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:53:18.886Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "68f6d542-5574-11ef-94d1-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:53:17.4025304Z", - "endExecutionTime": "2024-08-08T10:53:18.905Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6d8c0298-5574-11ef-9fef-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6d8c0298-5574-11ef-9fef-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6d8c0298-5574-11ef-9fef-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:53:26.459Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "6d8c0298-5574-11ef-9fef-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:53:24.9244593Z", - "endExecutionTime": "2024-08-08T10:53:26.526Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-717534ef-5574-11ef-8011-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-717534ef-5574-11ef-8011-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-717534ef-5574-11ef-8011-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:53:33.231Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "717534ef-5574-11ef-8011-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:53:31.6319507Z", - "endExecutionTime": "2024-08-08T10:53:33.247Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-75741fa2-5574-11ef-9f61-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-75741fa2-5574-11ef-9f61-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-75741fa2-5574-11ef-9f61-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T10:53:50.629Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "75741fa2-5574-11ef-9f61-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T10:53:38.248884Z", - "endExecutionTime": "2024-08-08T10:53:50.655Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-83be5926-5574-11ef-a285-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-83be5926-5574-11ef-a285-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-83be5926-5574-11ef-a285-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:54:37.8214021Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "83be5926-5574-11ef-a285-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T10:54:02.3075235Z", - "endExecutionTime": "2024-08-08T10:56:14.2144529Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e03d13eb-5574-11ef-84f4-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e03d13eb-5574-11ef-84f4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e03d13eb-5574-11ef-84f4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:56:37.9549802Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "e03d13eb-5574-11ef-84f4-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T10:56:37.4556147Z", - "endExecutionTime": "2024-08-08T10:56:37.9549802Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e3aa3ead-5574-11ef-a184-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e3aa3ead-5574-11ef-a184-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e3aa3ead-5574-11ef-a184-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:57:19.5707969Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "e3aa3ead-5574-11ef-a184-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-08T10:56:43.2051956Z", "endExecutionTime": "2024-08-08T10:57:54.2862026Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-15ba11ff-5575-11ef-8521-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-15ba11ff-5575-11ef-8521-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-15ba11ff-5575-11ef-8521-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:58:08.5415676Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "15ba11ff-5575-11ef-8521-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T10:58:07.9415223Z", "endExecutionTime": "2024-08-08T10:58:11.1496965Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1adb2784-5575-11ef-bc23-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1adb2784-5575-11ef-bc23-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1adb2784-5575-11ef-bc23-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:58:23.636172Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "1adb2784-5575-11ef-bc23-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-08T10:58:17.4343077Z", "endExecutionTime": - "2024-08-08T10:58:25.7223436Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-2475db07-5575-11ef-a7bc-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2475db07-5575-11ef-a7bc-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2475db07-5575-11ef-a7bc-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:58:32.5830512Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "2475db07-5575-11ef-a7bc-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T10:58:32.1569001Z", "endExecutionTime": "2024-08-08T10:58:34.9506384Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-29a57f75-5575-11ef-aef8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-29a57f75-5575-11ef-aef8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-29a57f75-5575-11ef-aef8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:58:41.032408Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "29a57f75-5575-11ef-aef8-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T10:58:40.6757864Z", "endExecutionTime": "2024-08-08T10:58:43.3227172Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2e23ef33-5575-11ef-8375-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2e23ef33-5575-11ef-8375-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2e23ef33-5575-11ef-8375-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:58:48.948079Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "2e23ef33-5575-11ef-8375-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T10:58:48.3485494Z", "endExecutionTime": "2024-08-08T10:58:51.0159647Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-32a9de0f-5575-11ef-9707-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-32a9de0f-5575-11ef-9707-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-32a9de0f-5575-11ef-9707-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:58:56.1043152Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "32a9de0f-5575-11ef-9707-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T10:58:55.774468Z", "endExecutionTime": "2024-08-08T10:58:58.3784606Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-36b1ffe4-5575-11ef-88d2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-36b1ffe4-5575-11ef-88d2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-36b1ffe4-5575-11ef-88d2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:59:07.956026Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "36b1ffe4-5575-11ef-88d2-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T10:59:02.6633028Z", - "endExecutionTime": "2024-08-08T10:59:20.610069Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0035, - "amountConsumed": 0.0035, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-47eafc88-5575-11ef-8d92-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-47eafc88-5575-11ef-8d92-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-47eafc88-5575-11ef-8d92-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T10:59:37.696685Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "47eafc88-5575-11ef-8d92-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T10:59:31.5014179Z", - "endExecutionTime": "2024-08-08T10:59:50.073203Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0034, - "amountConsumed": 0.0034, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-591a020d-5575-11ef-a14d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-591a020d-5575-11ef-a14d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-591a020d-5575-11ef-a14d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T11:00:05.819269Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "591a020d-5575-11ef-a14d-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T11:00:00.3203341Z", - "endExecutionTime": "2024-08-08T11:00:18.221321Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0034, - "amountConsumed": 0.0034, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6a4b5f98-5575-11ef-b3d6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6a4b5f98-5575-11ef-b3d6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6a4b5f98-5575-11ef-b3d6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T11:00:35.659919Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "6a4b5f98-5575-11ef-b3d6-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T11:00:29.2486027Z", - "endExecutionTime": "2024-08-08T11:00:49.944204Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.004, - "amountConsumed": 0.004, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7b26ab8e-5575-11ef-a4fd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7b26ab8e-5575-11ef-a4fd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7b26ab8e-5575-11ef-a4fd-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T11:01:02.822941Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "7b26ab8e-5575-11ef-a4fd-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T11:00:57.5464787Z", - "endExecutionTime": "2024-08-08T11:01:15.720301Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8c108d5b-5575-11ef-a0c3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8c108d5b-5575-11ef-a0c3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8c108d5b-5575-11ef-a0c3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T11:01:31.94561Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "8c108d5b-5575-11ef-a0c3-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T11:01:25.9064654Z", - "endExecutionTime": "2024-08-08T11:01:44.840822Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a9c92f37-5588-11ef-a01d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9c92f37-5588-11ef-a01d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a9c92f37-5588-11ef-a01d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:18:17.537Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a9c92f37-5588-11ef-a01d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:18:15.7266886Z", - "endExecutionTime": "2024-08-08T13:18:17.549Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b4340980-5588-11ef-b674-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4340980-5588-11ef-b674-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b4340980-5588-11ef-b674-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:18:34.304Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b4340980-5588-11ef-b674-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:18:32.7573603Z", - "endExecutionTime": "2024-08-08T13:18:34.318Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b98a9872-5588-11ef-af64-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b98a9872-5588-11ef-af64-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b98a9872-5588-11ef-af64-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:22.681374Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b98a9872-5588-11ef-af64-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T13:18:41.7009565Z", "endExecutionTime": "2024-08-09T15:19:23.143207Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-70d7fe34-5589-11ef-b2e5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-70d7fe34-5589-11ef-b2e5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-70d7fe34-5589-11ef-b2e5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:23:51.191Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "70d7fe34-5589-11ef-b2e5-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:23:49.4951716Z", - "endExecutionTime": "2024-08-08T13:23:51.203Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-76314183-5589-11ef-9682-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-76314183-5589-11ef-9682-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-76314183-5589-11ef-9682-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:23:59.59Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "76314183-5589-11ef-9682-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:23:58.1023018Z", - "endExecutionTime": "2024-08-08T13:23:59.605Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7b4778a7-5589-11ef-9a11-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7b4778a7-5589-11ef-9a11-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7b4778a7-5589-11ef-9a11-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:24:08.181Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7b4778a7-5589-11ef-9a11-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:24:06.7448993Z", - "endExecutionTime": "2024-08-08T13:24:08.196Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7fdd0639-5589-11ef-a3e1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7fdd0639-5589-11ef-a3e1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7fdd0639-5589-11ef-a3e1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:24:15.812Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7fdd0639-5589-11ef-a3e1-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:24:14.3518853Z", - "endExecutionTime": "2024-08-08T13:24:15.891Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-846ac715-5589-11ef-9365-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-846ac715-5589-11ef-9365-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-846ac715-5589-11ef-9365-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:24:23.725Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "846ac715-5589-11ef-9365-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:24:22.0906556Z", - "endExecutionTime": "2024-08-08T13:24:23.736Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8929ab3f-5589-11ef-aa87-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8929ab3f-5589-11ef-aa87-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8929ab3f-5589-11ef-aa87-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:23.38991Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8929ab3f-5589-11ef-aa87-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T13:24:29.9858901Z", "endExecutionTime": "2024-08-09T15:19:23.99398Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3f2a8b29-558a-11ef-b0f3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3f2a8b29-558a-11ef-b0f3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3f2a8b29-558a-11ef-b0f3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:31:12.318193Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3f2a8b29-558a-11ef-b0f3-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-08T13:29:35.6329729Z", "endExecutionTime": "2024-08-08T13:31:16.557474Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9bb648ed-558a-11ef-ab79-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9bb648ed-558a-11ef-ab79-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9bb648ed-558a-11ef-ab79-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:32:13.092653Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9bb648ed-558a-11ef-ab79-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-08T13:32:10.601005Z", "endExecutionTime": "2024-08-08T13:32:13.092963Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-adc825e2-558a-11ef-9430-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-adc825e2-558a-11ef-9430-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-adc825e2-558a-11ef-9430-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:27.813104Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "adc825e2-558a-11ef-9430-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T13:32:40.9262891Z", "endExecutionTime": "2024-08-09T15:19:28.101398Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2c2ed283-558d-11ef-a14d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2c2ed283-558d-11ef-a14d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2c2ed283-558d-11ef-a14d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:50:37.315Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "2c2ed283-558d-11ef-a14d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:50:35.5344879Z", - "endExecutionTime": "2024-08-08T13:50:37.328Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3337d1cd-558d-11ef-a102-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3337d1cd-558d-11ef-a102-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-3337d1cd-558d-11ef-a102-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:19:28.582733Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "3337d1cd-558d-11ef-a102-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T13:50:46.6568386Z", "endExecutionTime": "2024-08-09T15:19:30.537572Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea427c4a-558d-11ef-a96f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea427c4a-558d-11ef-a96f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ea427c4a-558d-11ef-a96f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:55:54.655Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "ea427c4a-558d-11ef-a96f-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:55:52.7438653Z", - "endExecutionTime": "2024-08-08T13:55:54.67Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eefc8246-558d-11ef-8bf0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eefc8246-558d-11ef-8bf0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-eefc8246-558d-11ef-8bf0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:56:01.937Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "eefc8246-558d-11ef-8bf0-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:56:00.4692728Z", - "endExecutionTime": "2024-08-08T13:56:01.953Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f3c963d5-558d-11ef-b924-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f3c963d5-558d-11ef-b924-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f3c963d5-558d-11ef-b924-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:56:10.099Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "f3c963d5-558d-11ef-b924-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:56:08.5280678Z", - "endExecutionTime": "2024-08-08T13:56:10.163Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f90845a2-558d-11ef-a9dd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f90845a2-558d-11ef-a9dd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f90845a2-558d-11ef-a9dd-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:56:18.874Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "f90845a2-558d-11ef-a9dd-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:56:17.3557438Z", - "endExecutionTime": "2024-08-08T13:56:18.889Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fda260f4-558d-11ef-8480-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fda260f4-558d-11ef-8480-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fda260f4-558d-11ef-8480-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:56:26.605Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "fda260f4-558d-11ef-8480-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:56:25.0350347Z", - "endExecutionTime": "2024-08-08T13:56:26.664Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-01a61187-558e-11ef-945c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-01a61187-558e-11ef-945c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-01a61187-558e-11ef-945c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:56:33.647Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "01a61187-558e-11ef-945c-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:56:31.8395865Z", - "endExecutionTime": "2024-08-08T13:56:33.714Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-05b1c053-558e-11ef-a048-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-05b1c053-558e-11ef-a048-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-05b1c053-558e-11ef-a048-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T13:56:40.121Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "05b1c053-558e-11ef-a048-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T13:56:38.5718193Z", - "endExecutionTime": "2024-08-08T13:56:40.135Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0c2f76e1-558e-11ef-862c-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0c2f76e1-558e-11ef-862c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0c2f76e1-558e-11ef-862c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T13:57:14.6038693Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "0c2f76e1-558e-11ef-862c-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T13:56:49.3781157Z", - "endExecutionTime": "2024-08-08T13:58:49.2196604Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-68998100-558e-11ef-87c1-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-68998100-558e-11ef-87c1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-68998100-558e-11ef-87c1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T13:59:24.9830314Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "68998100-558e-11ef-87c1-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T13:59:24.4858408Z", - "endExecutionTime": "2024-08-08T13:59:24.9830314Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6c6b9b39-558e-11ef-adcf-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6c6b9b39-558e-11ef-adcf-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6c6b9b39-558e-11ef-adcf-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:00:00.0137239Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "6c6b9b39-558e-11ef-adcf-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-08T13:59:30.8382992Z", "endExecutionTime": "2024-08-08T14:00:34.1721156Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9f1e9d26-558e-11ef-92e3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9f1e9d26-558e-11ef-92e3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9f1e9d26-558e-11ef-92e3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:01:01.5504457Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "9f1e9d26-558e-11ef-92e3-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T14:00:56.3823993Z", "endExecutionTime": "2024-08-08T14:01:03.6630439Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a6807461-558e-11ef-904d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6807461-558e-11ef-904d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a6807461-558e-11ef-904d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:01:09.0449972Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "a6807461-558e-11ef-904d-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-08T14:01:08.6269409Z", "endExecutionTime": - "2024-08-08T14:01:11.5298906Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-aaa78b26-558e-11ef-8896-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-aaa78b26-558e-11ef-8896-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-aaa78b26-558e-11ef-8896-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:01:15.7850314Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "aaa78b26-558e-11ef-8896-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T14:01:15.3222147Z", "endExecutionTime": "2024-08-08T14:01:18.147606Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-afc01e3b-558e-11ef-964b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-afc01e3b-558e-11ef-964b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-afc01e3b-558e-11ef-964b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:01:24.3690785Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "afc01e3b-558e-11ef-964b-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T14:01:23.9957798Z", "endExecutionTime": "2024-08-08T14:01:26.7429383Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b4589814-558e-11ef-8292-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4589814-558e-11ef-8292-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b4589814-558e-11ef-8292-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:01:31.9138373Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "b4589814-558e-11ef-8292-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T14:01:31.5386079Z", "endExecutionTime": "2024-08-08T14:01:34.2928023Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b8cf7f9e-558e-11ef-a923-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b8cf7f9e-558e-11ef-a923-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b8cf7f9e-558e-11ef-a923-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:01:39.4617741Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "b8cf7f9e-558e-11ef-a923-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T14:01:39.0893572Z", "endExecutionTime": "2024-08-08T14:01:41.8517916Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bce064d2-558e-11ef-beea-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bce064d2-558e-11ef-beea-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bce064d2-558e-11ef-beea-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:01:50.423105Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "bce064d2-558e-11ef-beea-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T14:01:45.79375Z", - "endExecutionTime": "2024-08-08T14:02:03.546814Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cdfce5fd-558e-11ef-a70d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cdfce5fd-558e-11ef-a70d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cdfce5fd-558e-11ef-a70d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:02:18.774079Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "cdfce5fd-558e-11ef-a70d-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T14:02:14.6361444Z", - "endExecutionTime": "2024-08-08T14:02:29.340367Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0029, - "amountConsumed": 0.0029, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-da6dab94-558e-11ef-84ef-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da6dab94-558e-11ef-84ef-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-da6dab94-558e-11ef-84ef-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:02:39.774809Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "da6dab94-558e-11ef-84ef-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T14:02:35.4461681Z", - "endExecutionTime": "2024-08-08T14:02:50.127587Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0029, - "amountConsumed": 0.0029, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e6dcb5a2-558e-11ef-ba11-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6dcb5a2-558e-11ef-ba11-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e6dcb5a2-558e-11ef-ba11-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:02:59.823409Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "e6dcb5a2-558e-11ef-ba11-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T14:02:56.4177069Z", - "endExecutionTime": "2024-08-08T14:03:10.176312Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0029, - "amountConsumed": 0.0029, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f3022b36-558e-11ef-9882-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f3022b36-558e-11ef-9882-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f3022b36-558e-11ef-9882-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:03:20.703937Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "f3022b36-558e-11ef-9882-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T14:03:16.8624218Z", - "endExecutionTime": "2024-08-08T14:03:31.060044Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0029, - "amountConsumed": 0.0029, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ff2633a8-558e-11ef-881c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ff2633a8-558e-11ef-881c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ff2633a8-558e-11ef-881c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T14:03:42.714011Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "ff2633a8-558e-11ef-881c-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T14:03:37.2048338Z", - "endExecutionTime": "2024-08-08T14:03:53.105916Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0029, - "amountConsumed": 0.0029, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-161daa75-558f-11ef-bf8a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-161daa75-558f-11ef-bf8a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-161daa75-558f-11ef-bf8a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T14:04:16.402Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "161daa75-558f-11ef-bf8a-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T14:04:14.7814768Z", - "endExecutionTime": "2024-08-08T14:04:16.478Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1bbe7661-558f-11ef-b7a2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1bbe7661-558f-11ef-b7a2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1bbe7661-558f-11ef-b7a2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T14:04:25.92Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1bbe7661-558f-11ef-b7a2-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T14:04:24.3024898Z", - "endExecutionTime": "2024-08-08T14:04:25.997Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-215352a4-558f-11ef-8547-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-215352a4-558f-11ef-8547-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-215352a4-558f-11ef-8547-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:26:18.476018Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "215352a4-558f-11ef-8547-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T14:04:33.597995Z", "endExecutionTime": "2024-08-09T15:26:19.500686Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d8d0ba85-558f-11ef-8c7a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8d0ba85-558f-11ef-8c7a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d8d0ba85-558f-11ef-8c7a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T14:09:44.15Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d8d0ba85-558f-11ef-8c7a-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T14:09:42.2465304Z", - "endExecutionTime": "2024-08-08T14:09:44.165Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dea0297b-558f-11ef-a046-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dea0297b-558f-11ef-a046-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dea0297b-558f-11ef-a046-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T14:09:52.792Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dea0297b-558f-11ef-a046-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T14:09:51.2414928Z", - "endExecutionTime": "2024-08-08T14:09:52.813Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e400bd58-558f-11ef-8b48-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e400bd58-558f-11ef-8b48-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e400bd58-558f-11ef-8b48-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T14:10:02.026Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e400bd58-558f-11ef-8b48-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T14:10:00.4385621Z", - "endExecutionTime": "2024-08-08T14:10:02.042Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e8d5db9d-558f-11ef-84df-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e8d5db9d-558f-11ef-84df-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e8d5db9d-558f-11ef-84df-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T14:10:09.76Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e8d5db9d-558f-11ef-84df-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T14:10:08.2741824Z", - "endExecutionTime": "2024-08-08T14:10:09.78Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ed6feba5-558f-11ef-8ef7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ed6feba5-558f-11ef-8ef7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ed6feba5-558f-11ef-8ef7-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T14:10:17.817Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ed6feba5-558f-11ef-8ef7-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T14:10:16.0980982Z", - "endExecutionTime": "2024-08-08T14:10:17.832Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f23f3996-558f-11ef-8d7f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f23f3996-558f-11ef-8d7f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f23f3996-558f-11ef-8d7f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:26:23.615525Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f23f3996-558f-11ef-8d7f-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T14:10:24.0918802Z", "endExecutionTime": "2024-08-09T15:26:24.381089Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a8594eff-5590-11ef-8e3d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a8594eff-5590-11ef-8e3d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a8594eff-5590-11ef-8e3d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T14:17:10.32721Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a8594eff-5590-11ef-8e3d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-08T14:15:30.0992629Z", "endExecutionTime": "2024-08-08T14:17:14.522155Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f39b828f-5590-11ef-b877-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f39b828f-5590-11ef-b877-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f39b828f-5590-11ef-b877-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T14:17:38.374502Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f39b828f-5590-11ef-b877-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-08T14:17:35.9260294Z", "endExecutionTime": "2024-08-08T14:17:38.374974Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c46b5408-55ab-11ef-90e8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c46b5408-55ab-11ef-90e8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c46b5408-55ab-11ef-90e8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T17:29:37.195Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "c46b5408-55ab-11ef-90e8-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T17:29:35.3840752Z", - "endExecutionTime": "2024-08-08T17:29:37.215Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ca029b06-55ab-11ef-87ea-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ca029b06-55ab-11ef-87ea-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ca029b06-55ab-11ef-87ea-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:26:28.717731Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "ca029b06-55ab-11ef-87ea-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T17:29:42.719849Z", "endExecutionTime": "2024-08-09T15:26:29.401467Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2c39f07d-55ac-11ef-8ee5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2c39f07d-55ac-11ef-8ee5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2c39f07d-55ac-11ef-8ee5-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T15:26:33.821828Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2c39f07d-55ac-11ef-8ee5-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T17:32:25.2038011Z", "endExecutionTime": "2024-08-09T15:26:34.354291Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a53a717d-55b6-11ef-9767-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a53a717d-55b6-11ef-9767-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-a53a717d-55b6-11ef-9767-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:26:44.049442Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a53a717d-55b6-11ef-9767-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T18:47:25.6734765Z", "endExecutionTime": "2024-08-09T15:26:44.694009Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-61b1ac8f-55b7-11ef-ab06-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-61b1ac8f-55b7-11ef-ab06-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-61b1ac8f-55b7-11ef-ab06-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T18:52:45.689Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "61b1ac8f-55b7-11ef-ab06-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T18:52:43.8362461Z", - "endExecutionTime": "2024-08-08T18:52:45.763Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-69ab80e7-55b7-11ef-9b85-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-69ab80e7-55b7-11ef-9b85-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-69ab80e7-55b7-11ef-9b85-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:26:54.342933Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "69ab80e7-55b7-11ef-9b85-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T18:52:56.8573532Z", "endExecutionTime": "2024-08-09T15:26:55.259719Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-204b231c-55b8-11ef-9bfb-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-204b231c-55b8-11ef-9bfb-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-204b231c-55b8-11ef-9bfb-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T18:58:05.586Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "204b231c-55b8-11ef-9bfb-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T18:58:03.6634657Z", - "endExecutionTime": "2024-08-08T18:58:05.654Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-25c2c4b2-55b8-11ef-a9f9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-25c2c4b2-55b8-11ef-a9f9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-25c2c4b2-55b8-11ef-a9f9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T18:58:13.149Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "25c2c4b2-55b8-11ef-a9f9-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T18:58:11.5049539Z", - "endExecutionTime": "2024-08-08T18:58:13.178Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2a821eb1-55b8-11ef-ae97-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2a821eb1-55b8-11ef-ae97-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2a821eb1-55b8-11ef-ae97-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T18:58:21.055Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "2a821eb1-55b8-11ef-ae97-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T18:58:19.4179035Z", - "endExecutionTime": "2024-08-08T18:58:21.088Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2f37e70a-55b8-11ef-b15d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2f37e70a-55b8-11ef-b15d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2f37e70a-55b8-11ef-b15d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T18:58:28.784Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "2f37e70a-55b8-11ef-b15d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T18:58:27.2102379Z", - "endExecutionTime": "2024-08-08T18:58:28.805Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-33d37a39-55b8-11ef-b577-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-33d37a39-55b8-11ef-b577-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-33d37a39-55b8-11ef-b577-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T18:58:36.675Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "33d37a39-55b8-11ef-b577-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T18:58:35.0112615Z", - "endExecutionTime": "2024-08-08T18:58:36.693Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-37e1c621-55b8-11ef-a475-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-37e1c621-55b8-11ef-a475-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-37e1c621-55b8-11ef-a475-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T18:58:43.319Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "37e1c621-55b8-11ef-a475-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T18:58:41.8107624Z", - "endExecutionTime": "2024-08-08T18:58:43.337Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3bedd8b0-55b8-11ef-bb34-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3bedd8b0-55b8-11ef-bb34-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3bedd8b0-55b8-11ef-bb34-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T18:58:50.263Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "3bedd8b0-55b8-11ef-bb34-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T18:58:48.6424363Z", - "endExecutionTime": "2024-08-08T18:58:50.282Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-42871d1c-55b8-11ef-b765-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-42871d1c-55b8-11ef-b765-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-42871d1c-55b8-11ef-b765-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T18:59:33.1013896Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "42871d1c-55b8-11ef-b765-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T18:58:59.6645223Z", - "endExecutionTime": "2024-08-08T19:01:07.3199726Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9f145be5-55b8-11ef-8241-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9f145be5-55b8-11ef-8241-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9f145be5-55b8-11ef-8241-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:01:35.5580168Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "9f145be5-55b8-11ef-8241-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-08T19:01:34.993174Z", - "endExecutionTime": "2024-08-08T19:01:35.5580168Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a3908b23-55b8-11ef-be43-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3908b23-55b8-11ef-be43-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a3908b23-55b8-11ef-be43-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:02:07.7511982Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "a3908b23-55b8-11ef-be43-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-08T19:01:42.4007118Z", "endExecutionTime": "2024-08-08T19:02:42.1270682Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d676f1d2-55b8-11ef-a065-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d676f1d2-55b8-11ef-a065-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d676f1d2-55b8-11ef-a065-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:03:09.2924409Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "d676f1d2-55b8-11ef-a065-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T19:03:08.2050885Z", "endExecutionTime": "2024-08-08T19:03:11.3653934Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-db57525d-55b8-11ef-b1ad-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-db57525d-55b8-11ef-b1ad-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-db57525d-55b8-11ef-b1ad-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:03:20.022616Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "db57525d-55b8-11ef-b1ad-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-08T19:03:15.9919852Z", "endExecutionTime": - "2024-08-08T19:03:22.4882809Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-e1ebc4f5-55b8-11ef-aebd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1ebc4f5-55b8-11ef-aebd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e1ebc4f5-55b8-11ef-aebd-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:03:27.6857425Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "e1ebc4f5-55b8-11ef-aebd-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T19:03:27.0516352Z", "endExecutionTime": "2024-08-08T19:03:29.6403548Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e81c00c2-55b8-11ef-a419-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e81c00c2-55b8-11ef-a419-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e81c00c2-55b8-11ef-a419-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:03:38.2211739Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "e81c00c2-55b8-11ef-a419-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T19:03:37.6656369Z", "endExecutionTime": "2024-08-08T19:03:40.6467061Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ed00ff20-55b8-11ef-bcbf-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ed00ff20-55b8-11ef-bcbf-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ed00ff20-55b8-11ef-bcbf-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:03:46.0015064Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "ed00ff20-55b8-11ef-bcbf-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T19:03:45.6020945Z", "endExecutionTime": "2024-08-08T19:03:48.311973Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f1830d1f-55b8-11ef-b244-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f1830d1f-55b8-11ef-b244-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f1830d1f-55b8-11ef-b244-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:03:53.6775802Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "f1830d1f-55b8-11ef-b244-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T19:03:53.2990603Z", "endExecutionTime": "2024-08-08T19:03:55.9801914Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f5a9bcd3-55b8-11ef-a5e4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f5a9bcd3-55b8-11ef-a5e4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f5a9bcd3-55b8-11ef-a5e4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:04:06.244085Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "f5a9bcd3-55b8-11ef-a5e4-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T19:04:00.1945288Z", - "endExecutionTime": "2024-08-08T19:04:19.850562Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0038, - "amountConsumed": 0.0038, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-07086ca2-55b9-11ef-a955-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07086ca2-55b9-11ef-a955-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-07086ca2-55b9-11ef-a955-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:04:33.468861Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "07086ca2-55b9-11ef-a955-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T19:04:29.5834014Z", - "endExecutionTime": "2024-08-08T19:04:44.39049Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-13ad8905-55b9-11ef-93ba-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-13ad8905-55b9-11ef-93ba-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-13ad8905-55b9-11ef-93ba-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:04:54.418265Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "13ad8905-55b9-11ef-93ba-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T19:04:50.7256162Z", - "endExecutionTime": "2024-08-08T19:05:04.87902Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0029, - "amountConsumed": 0.0029, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-20441c4a-55b9-11ef-94d5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-20441c4a-55b9-11ef-94d5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-20441c4a-55b9-11ef-94d5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:05:16.628309Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "20441c4a-55b9-11ef-94d5-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T19:05:12.0882411Z", - "endExecutionTime": "2024-08-08T19:05:27.475873Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-315e0997-55b9-11ef-abf0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-315e0997-55b9-11ef-abf0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-315e0997-55b9-11ef-abf0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:05:45.531118Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "315e0997-55b9-11ef-abf0-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T19:05:40.4821015Z", - "endExecutionTime": "2024-08-08T19:05:56.580511Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-42639ea4-55b9-11ef-870d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-42639ea4-55b9-11ef-870d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-42639ea4-55b9-11ef-870d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:06:12.11399Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "42639ea4-55b9-11ef-870d-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-08T19:06:09.0713256Z", - "endExecutionTime": "2024-08-08T19:06:21.878175Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0027, - "amountConsumed": 0.0027, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-54d88bb8-55b9-11ef-82e1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-54d88bb8-55b9-11ef-82e1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-54d88bb8-55b9-11ef-82e1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:06:40.783Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "54d88bb8-55b9-11ef-82e1-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T19:06:39.1062557Z", - "endExecutionTime": "2024-08-08T19:06:40.804Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5a71c3c7-55b9-11ef-9111-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5a71c3c7-55b9-11ef-9111-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5a71c3c7-55b9-11ef-9111-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:06:49.957Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5a71c3c7-55b9-11ef-9111-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T19:06:48.3771777Z", - "endExecutionTime": "2024-08-08T19:06:49.979Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5fc59400-55b9-11ef-a5ba-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5fc59400-55b9-11ef-a5ba-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5fc59400-55b9-11ef-a5ba-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:26:59.503959Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5fc59400-55b9-11ef-a5ba-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T19:06:57.43717Z", "endExecutionTime": "2024-08-09T15:27:00.543912Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-176b21a5-55ba-11ef-bcb8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-176b21a5-55ba-11ef-bcb8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-176b21a5-55ba-11ef-bcb8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:12:08.617Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "176b21a5-55ba-11ef-bcb8-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T19:12:06.769496Z", - "endExecutionTime": "2024-08-08T19:12:08.637Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1d691cb0-55ba-11ef-98a6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1d691cb0-55ba-11ef-98a6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1d691cb0-55ba-11ef-98a6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:12:17.087Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1d691cb0-55ba-11ef-98a6-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T19:12:15.5203509Z", - "endExecutionTime": "2024-08-08T19:12:17.109Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-22a90a1d-55ba-11ef-b799-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-22a90a1d-55ba-11ef-b799-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-22a90a1d-55ba-11ef-b799-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:12:25.983Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "22a90a1d-55ba-11ef-b799-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T19:12:24.3079598Z", - "endExecutionTime": "2024-08-08T19:12:26.069Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-27748f91-55ba-11ef-ad20-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-27748f91-55ba-11ef-ad20-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-27748f91-55ba-11ef-ad20-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:12:34.083Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "27748f91-55ba-11ef-ad20-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T19:12:32.4143489Z", - "endExecutionTime": "2024-08-08T19:12:34.105Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2c2a3c87-55ba-11ef-9682-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2c2a3c87-55ba-11ef-9682-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2c2a3c87-55ba-11ef-9682-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:12:41.865Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2c2a3c87-55ba-11ef-9682-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T19:12:40.2679172Z", - "endExecutionTime": "2024-08-08T19:12:41.883Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-30fa5bc6-55ba-11ef-8a71-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-30fa5bc6-55ba-11ef-8a71-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-30fa5bc6-55ba-11ef-8a71-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:27:04.704617Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "30fa5bc6-55ba-11ef-8a71-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T19:12:48.352147Z", "endExecutionTime": "2024-08-09T15:27:05.789596Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e743262a-55ba-11ef-b8d8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e743262a-55ba-11ef-b8d8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e743262a-55ba-11ef-b8d8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:19:36.480268Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e743262a-55ba-11ef-b8d8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-08T19:17:55.3599526Z", "endExecutionTime": "2024-08-08T19:19:40.891065Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-32e0a01f-55bb-11ef-8a3c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-32e0a01f-55bb-11ef-8a3c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-32e0a01f-55bb-11ef-8a3c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:20:03.462965Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "32e0a01f-55bb-11ef-8a3c-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-08T19:20:00.992551Z", "endExecutionTime": "2024-08-08T19:20:03.463464Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4bba381a-55bb-11ef-98c3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4bba381a-55bb-11ef-98c3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4bba381a-55bb-11ef-98c3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:27:09.840585Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4bba381a-55bb-11ef-98c3-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T19:20:42.6410344Z", "endExecutionTime": "2024-08-09T15:27:10.516305Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-019b782b-55bc-11ef-bcbd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-019b782b-55bc-11ef-bcbd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-019b782b-55bc-11ef-bcbd-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:27:14.966285Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "019b782b-55bc-11ef-bcbd-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T19:25:48.0453482Z", "endExecutionTime": "2024-08-09T15:27:15.736083Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b79237af-55bc-11ef-a1a0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b79237af-55bc-11ef-a1a0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b79237af-55bc-11ef-a1a0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:27:20.086208Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b79237af-55bc-11ef-a1a0-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T19:30:53.3792081Z", "endExecutionTime": "2024-08-09T15:27:20.71837Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6defa56c-55bd-11ef-93b8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6defa56c-55bd-11ef-93b8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-6defa56c-55bd-11ef-93b8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:27:25.230119Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6defa56c-55bd-11ef-93b8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T19:35:59.268682Z", "endExecutionTime": "2024-08-09T15:27:26.085429Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-23d0f33d-55be-11ef-b18e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-23d0f33d-55be-11ef-b18e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-23d0f33d-55be-11ef-b18e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:27:30.376365Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "23d0f33d-55be-11ef-b18e-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T19:41:04.5885757Z", "endExecutionTime": "2024-08-09T15:27:31.038972Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dabe061b-55be-11ef-aad4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dabe061b-55be-11ef-aad4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dabe061b-55be-11ef-aad4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:46:11.8735075Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-194", "id": "dabe061b-55be-11ef-aad4-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T19:46:11.2663554Z", "endExecutionTime": "2024-08-08T19:46:14.3775395Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e05e4a22-55be-11ef-9f34-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e05e4a22-55be-11ef-9f34-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-196", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-196", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e05e4a22-55be-11ef-9f34-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:46:20.9294506Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-196", "id": "e05e4a22-55be-11ef-9f34-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T19:46:20.5724369Z", "endExecutionTime": "2024-08-08T19:46:23.3061473Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e62269c6-55be-11ef-b099-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e62269c6-55be-11ef-b099-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-198", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e62269c6-55be-11ef-b099-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:46:30.5947134Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-198", "id": "e62269c6-55be-11ef-b099-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-08T19:46:30.2329554Z", "endExecutionTime": "2024-08-08T19:46:33.0387251Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ebc6645c-55be-11ef-881e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ebc6645c-55be-11ef-881e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ebc6645c-55be-11ef-881e-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:46:56.445004Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "ebc6645c-55be-11ef-881e-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-08T19:46:39.757235Z", - "endExecutionTime": "2024-08-08T19:46:57.535131Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0060ac3a-55bf-11ef-827a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0060ac3a-55bf-11ef-827a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0060ac3a-55bf-11ef-827a-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:47:19.471Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0060ac3a-55bf-11ef-827a-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T19:47:15.0876914Z", - "endExecutionTime": "2024-08-08T19:47:19.492Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-08923ef6-55bf-11ef-aee7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-08923ef6-55bf-11ef-aee7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-08923ef6-55bf-11ef-aee7-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T15:27:36.285629Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "08923ef6-55bf-11ef-aee7-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T19:47:29.115014Z", "endExecutionTime": "2024-08-09T15:27:36.286354Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bff7f061-55bf-11ef-babb-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bff7f061-55bf-11ef-babb-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-210", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bff7f061-55bf-11ef-babb-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T19:52:39.173Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-210", "id": "bff7f061-55bf-11ef-babb-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T19:52:36.881929Z", - "endExecutionTime": "2024-08-08T19:52:39.193Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c603f10e-55bf-11ef-8a2c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c603f10e-55bf-11ef-8a2c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c603f10e-55bf-11ef-8a2c-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:53:00.621488Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c603f10e-55bf-11ef-8a2c-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-08T19:52:46.2312951Z", - "endExecutionTime": "2024-08-08T19:53:01.676792Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d3f0cd98-55bf-11ef-bdfe-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d3f0cd98-55bf-11ef-bdfe-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d3f0cd98-55bf-11ef-bdfe-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:53:20.365612Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d3f0cd98-55bf-11ef-bdfe-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-08T19:53:09.3642042Z", - "endExecutionTime": "2024-08-08T19:53:22.258657Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e0a8dcd5-55bf-11ef-b8a7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e0a8dcd5-55bf-11ef-b8a7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e0a8dcd5-55bf-11ef-b8a7-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:53:41.215321Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e0a8dcd5-55bf-11ef-b8a7-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-08T19:53:30.6726973Z", - "endExecutionTime": "2024-08-08T19:53:41.879941Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 0.0, "amountConsumed": 0.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ed4e2e0b-55bf-11ef-a98f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ed4e2e0b-55bf-11ef-a98f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ed4e2e0b-55bf-11ef-a98f-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:53:58.7669073Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ed4e2e0b-55bf-11ef-a98f-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T19:53:51.8430332Z", - "endExecutionTime": "2024-08-08T19:53:59.593292Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f7c80872-55bf-11ef-921d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f7c80872-55bf-11ef-921d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f7c80872-55bf-11ef-921d-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:54:14.7066615Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f7c80872-55bf-11ef-921d-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T19:54:09.4070952Z", - "endExecutionTime": "2024-08-08T19:54:15.4931175Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ff2c73c7-55bf-11ef-8a0a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ff2c73c7-55bf-11ef-8a0a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ff2c73c7-55bf-11ef-8a0a-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:54:26.7535812Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ff2c73c7-55bf-11ef-8a0a-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T19:54:21.8472897Z", - "endExecutionTime": "2024-08-08T19:54:27.5231622Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-07b02140-55c0-11ef-95e8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07b02140-55c0-11ef-95e8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-07b02140-55c0-11ef-95e8-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:54:40.9513154Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "07b02140-55c0-11ef-95e8-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T19:54:36.1322197Z", - "endExecutionTime": "2024-08-08T19:54:41.7230802Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0efcba06-55c0-11ef-9fff-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0efcba06-55c0-11ef-9fff-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0efcba06-55c0-11ef-9fff-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T19:54:54.03299Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0efcba06-55c0-11ef-9fff-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T19:54:48.3802873Z", - "endExecutionTime": "2024-08-08T19:54:54.793877Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1644b25a-55c0-11ef-a49d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1644b25a-55c0-11ef-a49d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1644b25a-55c0-11ef-a49d-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T15:27:40.63627Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "1644b25a-55c0-11ef-a49d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T19:55:01.4462563Z", "endExecutionTime": "2024-08-09T15:27:41.215625Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cd717b34-55c0-11ef-8749-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd717b34-55c0-11ef-8749-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd717b34-55c0-11ef-8749-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:00:14.2798396Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "cd717b34-55c0-11ef-8749-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:00:08.8440771Z", - "endExecutionTime": "2024-08-08T20:00:15.1392011Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d62332d6-55c0-11ef-b30b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d62332d6-55c0-11ef-b30b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d62332d6-55c0-11ef-b30b-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T15:27:44.322289Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "d62332d6-55c0-11ef-b30b-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:00:23.6142964Z", "endExecutionTime": "2024-08-09T15:27:45.004744Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8d1057f3-55c1-11ef-a7f1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8d1057f3-55c1-11ef-a7f1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8d1057f3-55c1-11ef-a7f1-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:07:33.604513Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "8d1057f3-55c1-11ef-a7f1-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-08T20:05:30.2729919Z", "endExecutionTime": "2024-08-08T20:07:34.886573Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea28755a-55c1-11ef-a595-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea28755a-55c1-11ef-a595-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ea28755a-55c1-11ef-a595-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:08:12.5960577Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "ea28755a-55c1-11ef-a595-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:08:06.3644104Z", - "endExecutionTime": "2024-08-08T20:08:13.3375404Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f2ac2da1-55c1-11ef-82e7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f2ac2da1-55c1-11ef-82e7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f2ac2da1-55c1-11ef-82e7-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:27:45.753382Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f2ac2da1-55c1-11ef-82e7-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:08:20.877129Z", "endExecutionTime": "2024-08-09T15:27:46.340107Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a9bbc333-55c2-11ef-b204-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9bbc333-55c2-11ef-b204-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a9bbc333-55c2-11ef-b204-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T20:15:01.975383Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "a9bbc333-55c2-11ef-b204-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-08T20:13:28.8889134Z", "endExecutionTime": "2024-08-08T20:15:03.170976Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0720d3af-55c3-11ef-ab72-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0720d3af-55c3-11ef-ab72-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0720d3af-55c3-11ef-ab72-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T20:16:06.631294Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "0720d3af-55c3-11ef-ab72-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-08T20:16:04.3873305Z", "endExecutionTime": "2024-08-08T20:16:06.631348Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2a5ba204-55c3-11ef-b827-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2a5ba204-55c3-11ef-b827-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2a5ba204-55c3-11ef-b827-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:27:49.473148Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "2a5ba204-55c3-11ef-b827-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:17:03.5236105Z", "endExecutionTime": "2024-08-09T15:27:50.144284Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e14ecf7e-55c3-11ef-ba08-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e14ecf7e-55c3-11ef-ba08-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e14ecf7e-55c3-11ef-ba08-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:27:50.868299Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "e14ecf7e-55c3-11ef-ba08-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:22:10.5513241Z", "endExecutionTime": "2024-08-09T15:27:51.366343Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-97dac321-55c4-11ef-8701-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-97dac321-55c4-11ef-8701-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-97dac321-55c4-11ef-8701-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:28:35.613028Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "97dac321-55c4-11ef-8701-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:27:16.9345652Z", "endExecutionTime": "2024-08-09T15:28:36.076264Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4ee44dc4-55c5-11ef-bc74-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4ee44dc4-55c5-11ef-bc74-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4ee44dc4-55c5-11ef-bc74-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:28:36.825961Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "4ee44dc4-55c5-11ef-bc74-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:32:25.2478099Z", "endExecutionTime": "2024-08-09T15:28:37.407594Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-06be57c4-55c6-11ef-93cc-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-06be57c4-55c6-11ef-93cc-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-06be57c4-55c6-11ef-93cc-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:28:38.218563Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "06be57c4-55c6-11ef-93cc-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:37:32.6898934Z", "endExecutionTime": "2024-08-09T15:28:38.973381Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-be0dad25-55c6-11ef-a4ef-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-be0dad25-55c6-11ef-a4ef-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-be0dad25-55c6-11ef-a4ef-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:28:38.558313Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "be0dad25-55c6-11ef-a4ef-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:42:40.1678997Z", "endExecutionTime": "2024-08-09T15:28:39.412975Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-742d25a0-55c7-11ef-a003-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-742d25a0-55c7-11ef-a003-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-742d25a0-55c7-11ef-a003-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:47:48.4277241Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "742d25a0-55c7-11ef-a003-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:47:45.5755987Z", - "endExecutionTime": "2024-08-08T20:47:49.1869813Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-78fdbd27-55c7-11ef-8193-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-78fdbd27-55c7-11ef-8193-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-78fdbd27-55c7-11ef-8193-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:47:56.5264894Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "78fdbd27-55c7-11ef-8193-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:47:53.7002077Z", - "endExecutionTime": "2024-08-08T20:47:57.23603Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7dc3fa90-55c7-11ef-a70b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7dc3fa90-55c7-11ef-a70b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7dc3fa90-55c7-11ef-a70b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:48:04.5492602Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "7dc3fa90-55c7-11ef-a70b-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:48:01.3396189Z", - "endExecutionTime": "2024-08-08T20:48:05.2721891Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-836dbde1-55c7-11ef-b5b9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-836dbde1-55c7-11ef-b5b9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-836dbde1-55c7-11ef-b5b9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:48:13.5206765Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "836dbde1-55c7-11ef-b5b9-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:48:11.0468659Z", - "endExecutionTime": "2024-08-08T20:48:14.2666142Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-88343af9-55c7-11ef-85f0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-88343af9-55c7-11ef-85f0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-88343af9-55c7-11ef-85f0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:48:21.4820587Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "88343af9-55c7-11ef-85f0-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:48:19.0329189Z", - "endExecutionTime": "2024-08-08T20:48:22.2493722Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8d17a352-55c7-11ef-ac11-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8d17a352-55c7-11ef-ac11-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8d17a352-55c7-11ef-ac11-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:48:30.5933321Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "8d17a352-55c7-11ef-ac11-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:48:27.3986441Z", - "endExecutionTime": "2024-08-08T20:48:31.3158967Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-92f166ca-55c7-11ef-ab3e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-92f166ca-55c7-11ef-ab3e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-92f166ca-55c7-11ef-ab3e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:48:39.5373445Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "92f166ca-55c7-11ef-ab3e-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:48:37.3404452Z", - "endExecutionTime": "2024-08-08T20:48:40.3504112Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-97c8b7db-55c7-11ef-8b11-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-97c8b7db-55c7-11ef-8b11-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-97c8b7db-55c7-11ef-8b11-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:48:47.5635176Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "97c8b7db-55c7-11ef-8b11-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:48:45.1103071Z", - "endExecutionTime": "2024-08-08T20:48:48.4232165Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9c7e7423-55c7-11ef-a909-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9c7e7423-55c7-11ef-a909-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9c7e7423-55c7-11ef-a909-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-08T20:48:55.6211281Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "9c7e7423-55c7-11ef-a909-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-08T20:48:52.9981917Z", - "endExecutionTime": "2024-08-08T20:48:56.0356966Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a349d12a-55c7-11ef-9f53-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a349d12a-55c7-11ef-9f53-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "a326a4a8-55c7-11ef-8dc0-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-a349d12a-55c7-11ef-9f53-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T20:49:06.362Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "a349d12a-55c7-11ef-9f53-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T20:49:04.5083912Z", - "endExecutionTime": "2024-08-08T20:49:06.417Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a5a00a36-55c7-11ef-b84f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a5a00a36-55c7-11ef-b84f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "a326a4a8-55c7-11ef-8dc0-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-a5a00a36-55c7-11ef-b84f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T20:49:09.305Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "a5a00a36-55c7-11ef-b84f-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T20:49:07.5424273Z", - "endExecutionTime": "2024-08-08T20:49:09.358Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a9be1258-55c7-11ef-81f3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9be1258-55c7-11ef-81f3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "a98f41ad-55c7-11ef-b0b1-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a9be1258-55c7-11ef-81f3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:28:40.007425Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "a9be1258-55c7-11ef-81f3-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:49:15.1361274Z", "endExecutionTime": "2024-08-09T15:28:40.382824Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ab5f7d15-55c7-11ef-a60f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ab5f7d15-55c7-11ef-a60f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "a98f41ad-55c7-11ef-b0b1-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ab5f7d15-55c7-11ef-a60f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:28:41.035026Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "ab5f7d15-55c7-11ef-a60f-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:49:17.1155026Z", "endExecutionTime": "2024-08-09T15:28:41.035924Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-647552d4-55c8-11ef-a29f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-647552d4-55c8-11ef-a29f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "6453c94c-55c8-11ef-bb24-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-647552d4-55c8-11ef-a29f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T20:54:29.64Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "647552d4-55c8-11ef-a29f-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T20:54:27.753647Z", - "endExecutionTime": "2024-08-08T20:54:29.688Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-65b12c7b-55c8-11ef-a48d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-65b12c7b-55c8-11ef-a48d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "6453c94c-55c8-11ef-bb24-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-65b12c7b-55c8-11ef-a48d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-08T20:54:31.218Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "65b12c7b-55c8-11ef-a48d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-08T20:54:29.6910212Z", - "endExecutionTime": "2024-08-08T20:54:31.258Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6c43205c-55c8-11ef-913d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6c43205c-55c8-11ef-913d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "6c1402a5-55c8-11ef-9ac7-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6c43205c-55c8-11ef-913d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:28:42.504816Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "6c43205c-55c8-11ef-913d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:54:40.7290268Z", "endExecutionTime": "2024-08-09T15:28:42.505276Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6d8110ec-55c8-11ef-acd7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6d8110ec-55c8-11ef-acd7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "6c1402a5-55c8-11ef-9ac7-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6d8110ec-55c8-11ef-acd7-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:28:45.759694Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "6d8110ec-55c8-11ef-acd7-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-08T20:54:42.800302Z", "endExecutionTime": "2024-08-09T15:28:46.186017Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a5d684fd-5623-11ef-82e8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a5d684fd-5623-11ef-82e8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a5d684fd-5623-11ef-82e8-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T15:28:59.831271Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a5d684fd-5623-11ef-82e8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-09T07:47:42.0673422Z", "endExecutionTime": "2024-08-09T15:29:00.160927Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f0db59bc-563a-11ef-82c2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f0db59bc-563a-11ef-82c2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f0db59bc-563a-11ef-82c2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T10:34:27.985Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "f0db59bc-563a-11ef-82c2-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-09T10:34:26.1594727Z", - "endExecutionTime": "2024-08-09T10:34:28.019Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f850924d-563a-11ef-bd19-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f850924d-563a-11ef-bd19-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-f850924d-563a-11ef-bd19-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:29:00.87832Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "f850924d-563a-11ef-bd19-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-09T10:34:38.5826073Z", "endExecutionTime": "2024-08-09T15:29:01.206327Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e815aa6c-563b-11ef-86ae-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e815aa6c-563b-11ef-86ae-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e815aa6c-563b-11ef-86ae-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T10:41:22.675Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "e815aa6c-563b-11ef-86ae-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-09T10:41:20.7638998Z", - "endExecutionTime": "2024-08-09T10:41:22.698Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eeb3be7a-563b-11ef-bc92-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eeb3be7a-563b-11ef-bc92-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-eeb3be7a-563b-11ef-bc92-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T15:29:03.420625Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "eeb3be7a-563b-11ef-bc92-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-09T10:41:31.7816492Z", "endExecutionTime": "2024-08-09T15:29:04.652457Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a54bcd9d-563c-11ef-a6c2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a54bcd9d-563c-11ef-a6c2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a54bcd9d-563c-11ef-a6c2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T10:46:39.189Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "a54bcd9d-563c-11ef-a6c2-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-09T10:46:37.3177186Z", - "endExecutionTime": "2024-08-09T10:46:39.266Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-aa29ddbf-563c-11ef-95b1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-aa29ddbf-563c-11ef-95b1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-aa29ddbf-563c-11ef-95b1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T10:46:47.097Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "aa29ddbf-563c-11ef-95b1-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-09T10:46:45.548475Z", - "endExecutionTime": "2024-08-09T10:46:47.134Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-af002ace-563c-11ef-95b6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-af002ace-563c-11ef-95b6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-af002ace-563c-11ef-95b6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T10:46:54.958Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "af002ace-563c-11ef-95b6-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-09T10:46:53.4525425Z", - "endExecutionTime": "2024-08-09T10:46:55.031Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b3b2d751-563c-11ef-bcfc-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b3b2d751-563c-11ef-bcfc-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b3b2d751-563c-11ef-bcfc-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T10:47:02.873Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "b3b2d751-563c-11ef-bcfc-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-09T10:47:01.28529Z", - "endExecutionTime": "2024-08-09T10:47:02.911Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b8566058-563c-11ef-8adc-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b8566058-563c-11ef-8adc-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b8566058-563c-11ef-8adc-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T10:47:10.675Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "b8566058-563c-11ef-8adc-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-09T10:47:09.0231092Z", - "endExecutionTime": "2024-08-09T10:47:10.702Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bc6b3bcb-563c-11ef-a837-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc6b3bcb-563c-11ef-a837-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bc6b3bcb-563c-11ef-a837-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T10:47:17.696Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "bc6b3bcb-563c-11ef-a837-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-09T10:47:15.979323Z", - "endExecutionTime": "2024-08-09T10:47:17.849Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c087c5a1-563c-11ef-867b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c087c5a1-563c-11ef-867b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c087c5a1-563c-11ef-867b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-09T10:47:24.326Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "c087c5a1-563c-11ef-867b-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-09T10:47:22.8133454Z", - "endExecutionTime": "2024-08-09T10:47:24.472Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c7b3393f-563c-11ef-9035-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c7b3393f-563c-11ef-9035-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c7b3393f-563c-11ef-9035-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T10:48:09.5428806Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "c7b3393f-563c-11ef-9035-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-09T10:47:34.8353244Z", - "endExecutionTime": "2024-08-09T10:49:47.782213Z", "costEstimate": null, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-24517e66-563d-11ef-bc41-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-24517e66-563d-11ef-bc41-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-24517e66-563d-11ef-bc41-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T10:50:10.7087189Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "24517e66-563d-11ef-bc41-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-09T10:50:10.232898Z", - "endExecutionTime": "2024-08-09T10:50:10.7087189Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-27dff996-563d-11ef-b0d0-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-27dff996-563d-11ef-b0d0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-27dff996-563d-11ef-b0d0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-09T10:50:47.9984976Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "27dff996-563d-11ef-b0d0-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-09T10:50:16.1418095Z", "endExecutionTime": "2024-08-09T10:51:24.1908974Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8b8166de-56b5-11ef-b973-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8b8166de-56b5-11ef-b973-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8b8166de-56b5-11ef-b973-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:12:06.393Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "8b8166de-56b5-11ef-b973-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:12:04.3519761Z", - "endExecutionTime": "2024-08-10T01:12:06.464Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-90fb6aba-56b5-11ef-a880-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-90fb6aba-56b5-11ef-a880-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-90fb6aba-56b5-11ef-a880-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:13:26.535794Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "90fb6aba-56b5-11ef-a880-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:12:12.4503237Z", "endExecutionTime": "2024-08-10T01:13:26.536706Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c1e4c6f0-56b5-11ef-a6e3-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c1e4c6f0-56b5-11ef-a6e3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c1e4c6f0-56b5-11ef-a6e3-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:13:35.257Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "c1e4c6f0-56b5-11ef-a6e3-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:13:33.4710598Z", - "endExecutionTime": "2024-08-10T01:13:35.276Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c5c4792c-56b5-11ef-9d35-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c5c4792c-56b5-11ef-9d35-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c5c4792c-56b5-11ef-9d35-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:13:41.48Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "c5c4792c-56b5-11ef-9d35-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:13:39.855548Z", - "endExecutionTime": "2024-08-10T01:13:41.544Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c8b4139e-56b5-11ef-a98f-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c8b4139e-56b5-11ef-a98f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c8b4139e-56b5-11ef-a98f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:13:47.005Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "c8b4139e-56b5-11ef-a98f-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:13:45.4300259Z", - "endExecutionTime": "2024-08-10T01:13:47.069Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ccfbe45f-56b5-11ef-9b16-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ccfbe45f-56b5-11ef-9b16-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ccfbe45f-56b5-11ef-9b16-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:13:53.87Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "ccfbe45f-56b5-11ef-9b16-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:13:52.3780356Z", - "endExecutionTime": "2024-08-10T01:13:53.935Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d02dc797-56b5-11ef-918a-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d02dc797-56b5-11ef-918a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d02dc797-56b5-11ef-918a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:13:59.637Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "d02dc797-56b5-11ef-918a-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:13:57.6601716Z", - "endExecutionTime": "2024-08-10T01:13:59.68Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d3ffaffc-56b5-11ef-8483-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d3ffaffc-56b5-11ef-8483-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d3ffaffc-56b5-11ef-8483-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:14:05.589Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "d3ffaffc-56b5-11ef-8483-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:14:03.7784191Z", - "endExecutionTime": "2024-08-10T01:14:05.679Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d7987171-56b5-11ef-9acf-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d7987171-56b5-11ef-9acf-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d7987171-56b5-11ef-9acf-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:14:11.707Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "d7987171-56b5-11ef-9acf-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:14:09.9177325Z", - "endExecutionTime": "2024-08-10T01:14:11.763Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dc100016-56b5-11ef-beeb-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dc100016-56b5-11ef-beeb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dc100016-56b5-11ef-beeb-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:14:46.3981778Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "dc100016-56b5-11ef-beeb-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-10T01:14:17.9776998Z", - "endExecutionTime": "2024-08-10T01:16:20.3431678Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-36363bdd-56b6-11ef-b390-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-36363bdd-56b6-11ef-b390-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-36363bdd-56b6-11ef-b390-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:16:48.9754153Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "36363bdd-56b6-11ef-b390-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-10T01:16:48.471165Z", - "endExecutionTime": "2024-08-10T01:16:48.9754153Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-39761923-56b6-11ef-94eb-f8e4e3ddcdd5?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-39761923-56b6-11ef-94eb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-39761923-56b6-11ef-94eb-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:17:18.5127512Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "39761923-56b6-11ef-94eb-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-10T01:16:53.8902824Z", "endExecutionTime": "2024-08-10T01:17:54.5875185Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-69ccf98a-56b6-11ef-bfad-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-69ccf98a-56b6-11ef-bfad-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-69ccf98a-56b6-11ef-bfad-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:18:19.9146783Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "69ccf98a-56b6-11ef-bfad-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-10T01:18:15.3695334Z", "endExecutionTime": "2024-08-10T01:18:22.3424161Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-715b055b-56b6-11ef-88a9-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-715b055b-56b6-11ef-88a9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-715b055b-56b6-11ef-88a9-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:18:28.2255791Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "715b055b-56b6-11ef-88a9-f8e4e3ddcdd5", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-10T01:18:27.8490002Z", "endExecutionTime": - "2024-08-10T01:18:30.3798845Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-7504eed2-56b6-11ef-8075-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7504eed2-56b6-11ef-8075-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7504eed2-56b6-11ef-8075-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:18:34.2436539Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "7504eed2-56b6-11ef-8075-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-10T01:18:33.905234Z", "endExecutionTime": "2024-08-10T01:18:36.3977572Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-79208442-56b6-11ef-97c9-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-79208442-56b6-11ef-97c9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-79208442-56b6-11ef-97c9-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:18:41.2443928Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "79208442-56b6-11ef-97c9-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-10T01:18:40.8676459Z", "endExecutionTime": "2024-08-10T01:18:43.3590128Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7d53cfae-56b6-11ef-a311-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d53cfae-56b6-11ef-a311-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7d53cfae-56b6-11ef-a311-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:18:53.0669941Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "7d53cfae-56b6-11ef-a311-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-10T01:18:48.0341182Z", "endExecutionTime": "2024-08-10T01:18:55.1268183Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-84ac0248-56b6-11ef-b459-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-84ac0248-56b6-11ef-b459-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-84ac0248-56b6-11ef-b459-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:19:00.6369743Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "84ac0248-56b6-11ef-b459-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-10T01:19:00.2442154Z", "endExecutionTime": "2024-08-10T01:19:02.7800418Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-886fb3c3-56b6-11ef-bca6-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-886fb3c3-56b6-11ef-bca6-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-886fb3c3-56b6-11ef-bca6-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:19:11.26708Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "886fb3c3-56b6-11ef-bca6-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-10T01:19:06.3801558Z", - "endExecutionTime": "2024-08-10T01:19:23.54296Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0034, - "amountConsumed": 0.0034, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-976d6198-56b6-11ef-8f7a-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-976d6198-56b6-11ef-8f7a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-976d6198-56b6-11ef-8f7a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:19:36.340124Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "976d6198-56b6-11ef-8f7a-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-10T01:19:31.6887291Z", - "endExecutionTime": "2024-08-10T01:19:47.41271Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a6733204-56b6-11ef-9b3c-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6733204-56b6-11ef-9b3c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a6733204-56b6-11ef-9b3c-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:20:02.322418Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "a6733204-56b6-11ef-9b3c-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-10T01:19:56.7884676Z", - "endExecutionTime": "2024-08-10T01:20:13.462082Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b56e01d5-56b6-11ef-81f9-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b56e01d5-56b6-11ef-81f9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b56e01d5-56b6-11ef-81f9-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:20:26.338197Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "b56e01d5-56b6-11ef-81f9-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-10T01:20:22.10865Z", - "endExecutionTime": "2024-08-10T01:20:36.458619Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0028, - "amountConsumed": 0.0028, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c4670523-56b6-11ef-bc14-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c4670523-56b6-11ef-bc14-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c4670523-56b6-11ef-bc14-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:20:51.381096Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "c4670523-56b6-11ef-bc14-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-10T01:20:47.015735Z", - "endExecutionTime": "2024-08-10T01:21:02.892884Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d330df7d-56b6-11ef-86af-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d330df7d-56b6-11ef-86af-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d330df7d-56b6-11ef-86af-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:21:16.611133Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "d330df7d-56b6-11ef-86af-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-10T01:21:11.8957971Z", - "endExecutionTime": "2024-08-10T01:21:27.752067Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e4d73087-56b6-11ef-9a04-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e4d73087-56b6-11ef-9a04-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e4d73087-56b6-11ef-9a04-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:21:42.751Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e4d73087-56b6-11ef-9a04-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:21:40.8651416Z", - "endExecutionTime": "2024-08-10T01:21:42.788Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e8f52d60-56b6-11ef-ac19-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e8f52d60-56b6-11ef-ac19-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e8f52d60-56b6-11ef-ac19-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:21:49.539Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e8f52d60-56b6-11ef-ac19-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:21:47.700465Z", - "endExecutionTime": "2024-08-10T01:21:49.573Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ecdbcf36-56b6-11ef-986d-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ecdbcf36-56b6-11ef-986d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ecdbcf36-56b6-11ef-986d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:22:01.111492Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ecdbcf36-56b6-11ef-986d-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:21:54.2749225Z", "endExecutionTime": "2024-08-10T01:22:01.929152Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f5035164-56b6-11ef-b13e-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f5035164-56b6-11ef-b13e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f5035164-56b6-11ef-b13e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:22:10.473Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f5035164-56b6-11ef-b13e-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:22:08.6959378Z", - "endExecutionTime": "2024-08-10T01:22:10.574Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f9ab3bbc-56b6-11ef-a358-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f9ab3bbc-56b6-11ef-a358-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f9ab3bbc-56b6-11ef-a358-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:22:17.7Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f9ab3bbc-56b6-11ef-a358-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:22:15.8802845Z", - "endExecutionTime": "2024-08-10T01:22:17.715Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fd9fbbbb-56b6-11ef-b031-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fd9fbbbb-56b6-11ef-b031-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fd9fbbbb-56b6-11ef-b031-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:22:24.237Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fd9fbbbb-56b6-11ef-b031-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:22:22.4739991Z", - "endExecutionTime": "2024-08-10T01:22:24.334Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-00685ec4-56b7-11ef-b5dc-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-00685ec4-56b7-11ef-b5dc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-00685ec4-56b7-11ef-b5dc-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:22:28.653Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "00685ec4-56b7-11ef-b5dc-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:22:27.0288326Z", - "endExecutionTime": "2024-08-10T01:22:28.687Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0419b99f-56b7-11ef-bb64-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0419b99f-56b7-11ef-bb64-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0419b99f-56b7-11ef-bb64-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:22:34.925Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0419b99f-56b7-11ef-bb64-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:22:33.3720501Z", - "endExecutionTime": "2024-08-10T01:22:35.028Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-07cb0d21-56b7-11ef-8a7f-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07cb0d21-56b7-11ef-8a7f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-07cb0d21-56b7-11ef-8a7f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:22:54.938333Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "07cb0d21-56b7-11ef-8a7f-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:22:39.4455875Z", "endExecutionTime": "2024-08-10T01:22:56.17263Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-16dc720f-56b7-11ef-8dba-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-16dc720f-56b7-11ef-8dba-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-16dc720f-56b7-11ef-8dba-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:24:38.713597Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "16dc720f-56b7-11ef-8dba-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-10T01:23:04.7143209Z", "endExecutionTime": "2024-08-10T01:24:43.538234Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5e4f7909-56b7-11ef-8859-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5e4f7909-56b7-11ef-8859-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5e4f7909-56b7-11ef-8859-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:25:08.116779Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5e4f7909-56b7-11ef-8859-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-10T01:25:04.7210772Z", "endExecutionTime": "2024-08-10T01:25:08.11707Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-625f85d9-56b7-11ef-99b7-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-625f85d9-56b7-11ef-99b7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-625f85d9-56b7-11ef-99b7-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:25:46.682298Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "625f85d9-56b7-11ef-99b7-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:25:11.3611828Z", "endExecutionTime": "2024-08-10T01:25:46.682626Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-82f33ea2-56b7-11ef-b485-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-82f33ea2-56b7-11ef-b485-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-82f33ea2-56b7-11ef-b485-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:26:11.28394Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "82f33ea2-56b7-11ef-b485-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:26:06.166326Z", "endExecutionTime": "2024-08-10T01:26:12.240635Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8827212d-56b7-11ef-9bf1-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8827212d-56b7-11ef-9bf1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-8827212d-56b7-11ef-9bf1-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:27:51.689328Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8827212d-56b7-11ef-9bf1-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:26:14.8603967Z", "endExecutionTime": "2024-08-10T01:27:52.493524Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cfcbde68-56b7-11ef-b59d-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cfcbde68-56b7-11ef-b59d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-cfcbde68-56b7-11ef-b59d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:28:27.890871Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cfcbde68-56b7-11ef-b59d-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:28:14.9589779Z", "endExecutionTime": "2024-08-10T01:28:28.307168Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-da1dd48c-56b7-11ef-8228-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da1dd48c-56b7-11ef-8228-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-da1dd48c-56b7-11ef-8228-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:29:20.55619Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "da1dd48c-56b7-11ef-8228-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:28:32.4311202Z", "endExecutionTime": "2024-08-10T01:29:20.943754Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fb072b3a-56b7-11ef-955a-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fb072b3a-56b7-11ef-955a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fb072b3a-56b7-11ef-955a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:29:31.5234171Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-194", "id": "fb072b3a-56b7-11ef-955a-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-10T01:29:27.5197352Z", "endExecutionTime": "2024-08-10T01:29:33.8452735Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-006cabaf-56b8-11ef-8861-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-006cabaf-56b8-11ef-8861-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-196", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-196", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-006cabaf-56b8-11ef-8861-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:29:36.9775988Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-196", "id": "006cabaf-56b8-11ef-8861-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-10T01:29:36.6389904Z", "endExecutionTime": "2024-08-10T01:29:39.1826502Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-046e4a22-56b8-11ef-8de5-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-046e4a22-56b8-11ef-8de5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-198", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-046e4a22-56b8-11ef-8de5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:29:43.6876376Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-198", "id": "046e4a22-56b8-11ef-8de5-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-10T01:29:43.2619152Z", "endExecutionTime": "2024-08-10T01:29:45.9487097Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-087532ba-56b8-11ef-98be-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-087532ba-56b8-11ef-98be-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-087532ba-56b8-11ef-98be-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:29:59.58966Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "087532ba-56b8-11ef-98be-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-10T01:29:50.1304212Z", - "endExecutionTime": "2024-08-10T01:30:00.773148Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-145566a9-56b8-11ef-b215-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-145566a9-56b8-11ef-b215-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-145566a9-56b8-11ef-b215-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:30:16.755Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "145566a9-56b8-11ef-b215-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:30:10.715055Z", - "endExecutionTime": "2024-08-10T01:30:16.866Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1beac940-56b8-11ef-9db4-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1beac940-56b8-11ef-9db4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1beac940-56b8-11ef-9db4-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:30:36.036354Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1beac940-56b8-11ef-9db4-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:30:23.338277Z", "endExecutionTime": "2024-08-10T01:30:36.311187Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2707038f-56b8-11ef-af80-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2707038f-56b8-11ef-af80-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-210", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2707038f-56b8-11ef-af80-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:30:43.129Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-210", "id": "2707038f-56b8-11ef-af80-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:30:41.4035008Z", - "endExecutionTime": "2024-08-10T01:30:43.173Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2a0a4e12-56b8-11ef-9fe4-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2a0a4e12-56b8-11ef-9fe4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2a0a4e12-56b8-11ef-9fe4-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:30:59.933314Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2a0a4e12-56b8-11ef-9fe4-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-10T01:30:46.3544489Z", - "endExecutionTime": "2024-08-10T01:31:02.030487Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 3.0, "amountConsumed": 3.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-394dc18a-56b8-11ef-88d2-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-394dc18a-56b8-11ef-88d2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-394dc18a-56b8-11ef-88d2-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:31:22.619729Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "394dc18a-56b8-11ef-88d2-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-10T01:31:12.1865081Z", - "endExecutionTime": "2024-08-10T01:31:24.852586Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-43ad03ec-56b8-11ef-83ed-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-43ad03ec-56b8-11ef-83ed-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-43ad03ec-56b8-11ef-83ed-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:31:39.694844Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "43ad03ec-56b8-11ef-83ed-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-10T01:31:29.4702436Z", - "endExecutionTime": "2024-08-10T01:31:40.311172Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4dfa8ca1-56b8-11ef-8c77-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4dfa8ca1-56b8-11ef-8c77-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4dfa8ca1-56b8-11ef-8c77-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:31:52.5776146Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4dfa8ca1-56b8-11ef-8c77-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:31:46.7503707Z", - "endExecutionTime": "2024-08-10T01:31:53.5479291Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5574fdbb-56b8-11ef-9e77-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5574fdbb-56b8-11ef-9e77-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5574fdbb-56b8-11ef-9e77-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:32:04.6209064Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5574fdbb-56b8-11ef-9e77-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:31:59.3019995Z", - "endExecutionTime": "2024-08-10T01:32:05.4836611Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5cae4cca-56b8-11ef-ace9-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5cae4cca-56b8-11ef-ace9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5cae4cca-56b8-11ef-ace9-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:32:16.6601986Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5cae4cca-56b8-11ef-ace9-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:32:11.5178749Z", - "endExecutionTime": "2024-08-10T01:32:17.4540569Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-61ea8b19-56b8-11ef-baf0-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-61ea8b19-56b8-11ef-baf0-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-61ea8b19-56b8-11ef-baf0-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:32:24.680991Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "61ea8b19-56b8-11ef-baf0-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:32:20.1768828Z", - "endExecutionTime": "2024-08-10T01:32:25.5345576Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-66f3f796-56b8-11ef-abdc-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-66f3f796-56b8-11ef-abdc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-66f3f796-56b8-11ef-abdc-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:32:33.7105154Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "66f3f796-56b8-11ef-abdc-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:32:28.6793267Z", - "endExecutionTime": "2024-08-10T01:32:34.5889454Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6eaa2daa-56b8-11ef-9cba-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6eaa2daa-56b8-11ef-9cba-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6eaa2daa-56b8-11ef-9cba-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:33:02.587466Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "6eaa2daa-56b8-11ef-9cba-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:32:42.1025356Z", "endExecutionTime": "2024-08-10T01:33:03.087358Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7e35c555-56b8-11ef-8219-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7e35c555-56b8-11ef-8219-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7e35c555-56b8-11ef-8219-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:33:14.5053569Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "7e35c555-56b8-11ef-8219-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:33:08.2607475Z", - "endExecutionTime": "2024-08-10T01:33:15.3338313Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-863ff6e7-56b8-11ef-880e-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-863ff6e7-56b8-11ef-880e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-863ff6e7-56b8-11ef-880e-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:35:32.12508Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "863ff6e7-56b8-11ef-880e-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:33:21.9104476Z", "endExecutionTime": "2024-08-10T01:35:32.799717Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e034b938-56b8-11ef-86fc-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e034b938-56b8-11ef-86fc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e034b938-56b8-11ef-86fc-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:37:48.034727Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "e034b938-56b8-11ef-86fc-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-10T01:35:53.1815611Z", "endExecutionTime": "2024-08-10T01:37:49.227509Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3b84c692-56b9-11ef-856f-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3b84c692-56b9-11ef-856f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3b84c692-56b9-11ef-856f-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:38:31.7645649Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "3b84c692-56b9-11ef-856f-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:38:25.7633603Z", - "endExecutionTime": "2024-08-10T01:38:32.5273198Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-434c095c-56b9-11ef-a779-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-434c095c-56b9-11ef-a779-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-434c095c-56b9-11ef-a779-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:38:49.197645Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "434c095c-56b9-11ef-a779-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:38:38.7884808Z", "endExecutionTime": "2024-08-10T01:38:49.889105Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4dfa881d-56b9-11ef-8984-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4dfa881d-56b9-11ef-8984-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4dfa881d-56b9-11ef-8984-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:40:28.484042Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "4dfa881d-56b9-11ef-8984-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-10T01:38:56.9520116Z", "endExecutionTime": "2024-08-10T01:40:29.993779Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-95b70c49-56b9-11ef-aa28-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-95b70c49-56b9-11ef-aa28-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-95b70c49-56b9-11ef-aa28-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:41:00.174528Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "95b70c49-56b9-11ef-aa28-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-10T01:40:57.1488899Z", "endExecutionTime": "2024-08-10T01:41:00.174604Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-99d4b13f-56b9-11ef-9f3b-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-99d4b13f-56b9-11ef-9f3b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-99d4b13f-56b9-11ef-9f3b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:41:40.745889Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "99d4b13f-56b9-11ef-9f3b-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:41:04.065646Z", "endExecutionTime": "2024-08-10T01:41:41.441958Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ba42f273-56b9-11ef-9ed8-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba42f273-56b9-11ef-9ed8-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ba42f273-56b9-11ef-9ed8-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:42:21.285964Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "ba42f273-56b9-11ef-9ed8-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:41:58.333009Z", "endExecutionTime": "2024-08-10T01:42:22.231114Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d03aede2-56b9-11ef-9b0f-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d03aede2-56b9-11ef-9b0f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d03aede2-56b9-11ef-9b0f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:42:41.698032Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "d03aede2-56b9-11ef-9b0f-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:42:36.2581404Z", "endExecutionTime": "2024-08-10T01:42:42.307156Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d8575cd8-56b9-11ef-9bfe-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8575cd8-56b9-11ef-9bfe-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d8575cd8-56b9-11ef-9bfe-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:43:37.923319Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "d8575cd8-56b9-11ef-9bfe-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:42:49.0923993Z", "endExecutionTime": "2024-08-10T01:43:39.56734Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f9857f42-56b9-11ef-bec3-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f9857f42-56b9-11ef-bec3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f9857f42-56b9-11ef-bec3-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:44:40.559531Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f9857f42-56b9-11ef-bec3-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:43:44.73135Z", "endExecutionTime": "2024-08-10T01:44:41.680345Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2a10e117-56ba-11ef-99ec-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2a10e117-56ba-11ef-99ec-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2a10e117-56ba-11ef-99ec-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:46:29.614551Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "2a10e117-56ba-11ef-99ec-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:45:06.2267014Z", "endExecutionTime": "2024-08-10T01:46:30.425817Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-70e7fd44-56ba-11ef-b862-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-70e7fd44-56ba-11ef-b862-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-70e7fd44-56ba-11ef-b862-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:47:08.0921595Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "70e7fd44-56ba-11ef-b862-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:47:05.2220028Z", - "endExecutionTime": "2024-08-10T01:47:08.8461166Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-74d8e0d8-56ba-11ef-a9a2-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-74d8e0d8-56ba-11ef-a9a2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-74d8e0d8-56ba-11ef-a9a2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:47:14.2399976Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "74d8e0d8-56ba-11ef-a9a2-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:47:11.5590176Z", - "endExecutionTime": "2024-08-10T01:47:14.9950575Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-78b1876b-56ba-11ef-aca6-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-78b1876b-56ba-11ef-aca6-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-78b1876b-56ba-11ef-aca6-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:47:21.1579795Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "78b1876b-56ba-11ef-aca6-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:47:18.2065964Z", - "endExecutionTime": "2024-08-10T01:47:21.8943789Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7dfc5df8-56ba-11ef-b87b-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7dfc5df8-56ba-11ef-b87b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-7dfc5df8-56ba-11ef-b87b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:47:29.1737306Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "7dfc5df8-56ba-11ef-b87b-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:47:26.870118Z", - "endExecutionTime": "2024-08-10T01:47:29.9377452Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-81c4b3f9-56ba-11ef-8cee-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-81c4b3f9-56ba-11ef-8cee-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-81c4b3f9-56ba-11ef-8cee-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:47:36.1171337Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "81c4b3f9-56ba-11ef-8cee-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:47:33.3388428Z", - "endExecutionTime": "2024-08-10T01:47:36.8401575Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-859ba33a-56ba-11ef-a8ce-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-859ba33a-56ba-11ef-a8ce-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-859ba33a-56ba-11ef-a8ce-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:47:42.1547771Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "859ba33a-56ba-11ef-a8ce-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:47:39.7584132Z", - "endExecutionTime": "2024-08-10T01:47:42.9427773Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-897a3ba6-56ba-11ef-b255-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-897a3ba6-56ba-11ef-b255-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-897a3ba6-56ba-11ef-b255-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:47:49.2894942Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "897a3ba6-56ba-11ef-b255-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:47:46.3531502Z", - "endExecutionTime": "2024-08-10T01:47:50.0355084Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8ecb062d-56ba-11ef-8fb0-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8ecb062d-56ba-11ef-8fb0-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-8ecb062d-56ba-11ef-8fb0-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:47:58.2000836Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "8ecb062d-56ba-11ef-8fb0-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:47:55.0666643Z", - "endExecutionTime": "2024-08-10T01:47:59.0028314Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-930fca02-56ba-11ef-aa78-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-930fca02-56ba-11ef-aa78-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-930fca02-56ba-11ef-aa78-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:48:05.3379832Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "930fca02-56ba-11ef-aa78-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-10T01:48:02.3858247Z", - "endExecutionTime": "2024-08-10T01:48:05.7466049Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-97e5ade2-56ba-11ef-b696-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-97e5ade2-56ba-11ef-b696-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "97dba016-56ba-11ef-bba1-f8e4e3ddcdd5", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-97e5ade2-56ba-11ef-b696-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:48:12.21Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "97e5ade2-56ba-11ef-b696-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:48:10.3886664Z", - "endExecutionTime": "2024-08-10T01:48:12.245Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-99285a5e-56ba-11ef-83ef-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-99285a5e-56ba-11ef-83ef-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "97dba016-56ba-11ef-bba1-f8e4e3ddcdd5", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-99285a5e-56ba-11ef-83ef-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:48:13.684Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "99285a5e-56ba-11ef-83ef-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:48:11.7616612Z", - "endExecutionTime": "2024-08-10T01:48:13.722Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9c1df8d3-56ba-11ef-8c19-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9c1df8d3-56ba-11ef-8c19-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "9c0b0fec-56ba-11ef-b8ea-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9c1df8d3-56ba-11ef-8c19-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:49:49.136733Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "9c1df8d3-56ba-11ef-8c19-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:48:17.3109627Z", "endExecutionTime": "2024-08-10T01:49:50.507065Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9ce322f4-56ba-11ef-8ca1-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9ce322f4-56ba-11ef-8ca1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "9c0b0fec-56ba-11ef-b8ea-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9ce322f4-56ba-11ef-8ca1-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:49:54.314441Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "9ce322f4-56ba-11ef-8ca1-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:48:18.0297251Z", "endExecutionTime": "2024-08-10T01:49:56.006835Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e5585c96-56ba-11ef-83c4-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e5585c96-56ba-11ef-83c4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "e54dbee8-56ba-11ef-99b5-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e5585c96-56ba-11ef-83c4-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:50:21.507Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "e5585c96-56ba-11ef-83c4-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:50:19.6330802Z", - "endExecutionTime": "2024-08-10T01:50:21.573Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e5cc47c6-56ba-11ef-a3d6-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e5cc47c6-56ba-11ef-a3d6-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "e54dbee8-56ba-11ef-99b5-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e5cc47c6-56ba-11ef-a3d6-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:50:23.199Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "e5cc47c6-56ba-11ef-a3d6-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-10T01:50:20.3902952Z", - "endExecutionTime": "2024-08-10T01:50:23.261Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea6e7be9-56ba-11ef-a837-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea6e7be9-56ba-11ef-a837-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "ea551421-56ba-11ef-af02-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ea6e7be9-56ba-11ef-a837-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:50:49.006083Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "ea6e7be9-56ba-11ef-a837-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:50:28.1507085Z", "endExecutionTime": "2024-08-10T01:50:50.242727Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eae0c00f-56ba-11ef-a231-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eae0c00f-56ba-11ef-a231-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "ea551421-56ba-11ef-af02-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-eae0c00f-56ba-11ef-a231-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-10T01:50:54.236367Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "eae0c00f-56ba-11ef-a231-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:50:28.8857528Z", "endExecutionTime": "2024-08-10T01:50:55.325273Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fde2cd19-56ba-11ef-9c64-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fde2cd19-56ba-11ef-9c64-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "fc8767e7-56ba-11ef-a368-f8e4e3ddcdd5", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fde2cd19-56ba-11ef-9c64-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:52:04.921596Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "fde2cd19-56ba-11ef-9c64-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:51:01.3019379Z", "endExecutionTime": "2024-08-10T01:52:05.760845Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fea48b14-56ba-11ef-b1f5-f8e4e3ddcdd5?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fea48b14-56ba-11ef-b1f5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "fc8767e7-56ba-11ef-a368-f8e4e3ddcdd5", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fea48b14-56ba-11ef-b1f5-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-10T01:52:10.051908Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "fea48b14-56ba-11ef-b1f5-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-10T01:51:02.4967638Z", "endExecutionTime": "2024-08-10T01:52:10.8138Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5cb6f905-58a4-11ef-8be0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5cb6f905-58a4-11ef-8be0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5cb6f905-58a4-11ef-8be0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:14:10.63Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "5cb6f905-58a4-11ef-8be0-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:14:08.4122876Z", - "endExecutionTime": "2024-08-12T12:14:10.702Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-64c2583b-58a4-11ef-87d2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-64c2583b-58a4-11ef-87d2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-64c2583b-58a4-11ef-87d2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:14:56.5591Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "64c2583b-58a4-11ef-87d2-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:14:20.6323087Z", "endExecutionTime": "2024-08-12T12:14:57.600911Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8901804f-58a4-11ef-a05c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8901804f-58a4-11ef-a05c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8901804f-58a4-11ef-a05c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:15:27.392Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "8901804f-58a4-11ef-a05c-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:15:20.2159758Z", - "endExecutionTime": "2024-08-12T12:15:28.505Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9239cf54-58a4-11ef-ac03-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9239cf54-58a4-11ef-ac03-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9239cf54-58a4-11ef-ac03-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:15:37.658Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "9239cf54-58a4-11ef-ac03-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:15:35.8088442Z", - "endExecutionTime": "2024-08-12T12:15:37.709Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-97dfd4c6-58a4-11ef-8db0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-97dfd4c6-58a4-11ef-8db0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-97dfd4c6-58a4-11ef-8db0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:15:46.855Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "97dfd4c6-58a4-11ef-8db0-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:15:45.1621048Z", - "endExecutionTime": "2024-08-12T12:15:46.946Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9c689836-58a4-11ef-933b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9c689836-58a4-11ef-933b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9c689836-58a4-11ef-933b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:15:54.859Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "9c689836-58a4-11ef-933b-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:15:53.0921543Z", - "endExecutionTime": "2024-08-12T12:15:54.904Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a22b01c7-58a4-11ef-b756-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a22b01c7-58a4-11ef-b756-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a22b01c7-58a4-11ef-b756-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:16:04.168Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "a22b01c7-58a4-11ef-b756-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:16:02.4323741Z", - "endExecutionTime": "2024-08-12T12:16:04.216Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a72904f0-58a4-11ef-bfab-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a72904f0-58a4-11ef-bfab-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a72904f0-58a4-11ef-bfab-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:16:12.738Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "a72904f0-58a4-11ef-bfab-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:16:10.9675929Z", - "endExecutionTime": "2024-08-12T12:16:12.783Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ac40ac40-58a4-11ef-a004-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac40ac40-58a4-11ef-a004-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ac40ac40-58a4-11ef-a004-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:16:21.243Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "ac40ac40-58a4-11ef-a004-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:16:19.3260668Z", - "endExecutionTime": "2024-08-12T12:16:21.29Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b304720e-58a4-11ef-b418-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b304720e-58a4-11ef-b418-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b304720e-58a4-11ef-b418-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:17:02.1032148Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "b304720e-58a4-11ef-b418-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T12:16:30.7273637Z", - "endExecutionTime": "2024-08-12T12:18:39.4695934Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0fd0bc8c-58a5-11ef-a360-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0fd0bc8c-58a5-11ef-a360-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0fd0bc8c-58a5-11ef-a360-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:19:08.5285532Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "0fd0bc8c-58a5-11ef-a360-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T12:19:07.9731332Z", - "endExecutionTime": "2024-08-12T12:19:08.5285532Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-14b3b71a-58a5-11ef-bfe4-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-14b3b71a-58a5-11ef-bfe4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-14b3b71a-58a5-11ef-bfe4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:19:49.4826204Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "14b3b71a-58a5-11ef-bfe4-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-12T12:19:15.1550994Z", "endExecutionTime": "2024-08-12T12:20:23.7333363Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-47233064-58a5-11ef-8c96-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-47233064-58a5-11ef-8c96-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-47233064-58a5-11ef-8c96-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:20:44.2424173Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "47233064-58a5-11ef-8c96-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:20:39.4234671Z", "endExecutionTime": "2024-08-12T12:20:46.7852651Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4e5558a1-58a5-11ef-8fba-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4e5558a1-58a5-11ef-8fba-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4e5558a1-58a5-11ef-8fba-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:20:51.9043339Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "4e5558a1-58a5-11ef-8fba-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-12T12:20:51.4939323Z", "endExecutionTime": - "2024-08-12T12:20:54.2723577Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-526bed6d-58a5-11ef-996f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-526bed6d-58a5-11ef-996f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-526bed6d-58a5-11ef-996f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:21:03.3762646Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "526bed6d-58a5-11ef-996f-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:20:58.2415065Z", "endExecutionTime": "2024-08-12T12:21:05.6160958Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5a1931e4-58a5-11ef-b245-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5a1931e4-58a5-11ef-b245-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5a1931e4-58a5-11ef-b245-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:21:11.709743Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "5a1931e4-58a5-11ef-b245-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:21:11.2030171Z", "endExecutionTime": "2024-08-12T12:21:13.8293735Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5ea81d70-58a5-11ef-a6df-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5ea81d70-58a5-11ef-a6df-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5ea81d70-58a5-11ef-a6df-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:21:19.230051Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "5ea81d70-58a5-11ef-a6df-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:21:18.7908455Z", "endExecutionTime": "2024-08-12T12:21:21.5343766Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6322fc6e-58a5-11ef-8646-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6322fc6e-58a5-11ef-8646-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6322fc6e-58a5-11ef-8646-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:21:26.9138226Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "6322fc6e-58a5-11ef-8646-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:21:26.5353527Z", "endExecutionTime": "2024-08-12T12:21:29.1855545Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6756a7c9-58a5-11ef-9656-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6756a7c9-58a5-11ef-9656-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6756a7c9-58a5-11ef-9656-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:21:38.703711Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "6756a7c9-58a5-11ef-9656-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:21:33.5710537Z", - "endExecutionTime": "2024-08-12T12:21:51.395265Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0035, - "amountConsumed": 0.0035, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-78a6b322-58a5-11ef-a789-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-78a6b322-58a5-11ef-a789-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-78a6b322-58a5-11ef-a789-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:22:07.90061Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "78a6b322-58a5-11ef-a789-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:22:02.5835821Z", - "endExecutionTime": "2024-08-12T12:22:19.426203Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-89f547fc-58a5-11ef-bfac-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-89f547fc-58a5-11ef-bfac-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-89f547fc-58a5-11ef-bfac-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:22:36.734993Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "89f547fc-58a5-11ef-bfac-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:22:31.8915726Z", - "endExecutionTime": "2024-08-12T12:22:48.11771Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9b731b01-58a5-11ef-87c5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9b731b01-58a5-11ef-87c5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9b731b01-58a5-11ef-87c5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:23:06.846668Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "9b731b01-58a5-11ef-87c5-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:23:01.2456491Z", - "endExecutionTime": "2024-08-12T12:23:19.146122Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0034, - "amountConsumed": 0.0034, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ac923f1f-58a5-11ef-8aac-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac923f1f-58a5-11ef-8aac-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ac923f1f-58a5-11ef-8aac-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:23:34.955003Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "ac923f1f-58a5-11ef-8aac-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:23:29.896615Z", - "endExecutionTime": "2024-08-12T12:23:46.242374Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bda53ec6-58a5-11ef-a706-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bda53ec6-58a5-11ef-a706-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bda53ec6-58a5-11ef-a706-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:24:03.04244Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "bda53ec6-58a5-11ef-a706-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:23:58.3872054Z", - "endExecutionTime": "2024-08-12T12:24:14.466959Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d088a5cf-58a5-11ef-92bf-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d088a5cf-58a5-11ef-92bf-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d088a5cf-58a5-11ef-92bf-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:24:31.313Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d088a5cf-58a5-11ef-92bf-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:24:29.4603989Z", - "endExecutionTime": "2024-08-12T12:24:31.368Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d647d22a-58a5-11ef-a03a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d647d22a-58a5-11ef-a03a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d647d22a-58a5-11ef-a03a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:24:40.412Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d647d22a-58a5-11ef-a03a-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:24:38.5892816Z", - "endExecutionTime": "2024-08-12T12:24:40.49Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dbcea1fd-58a5-11ef-9922-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dbcea1fd-58a5-11ef-9922-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dbcea1fd-58a5-11ef-9922-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:28:21.190606Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dbcea1fd-58a5-11ef-9922-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:24:48.0114648Z", "endExecutionTime": "2024-08-12T12:28:22.168808Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-895ab316-58a6-11ef-8759-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-895ab316-58a6-11ef-8759-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-895ab316-58a6-11ef-8759-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:29:41.348Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "895ab316-58a6-11ef-8759-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:29:39.3096028Z", - "endExecutionTime": "2024-08-12T12:29:41.414Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8ecaac33-58a6-11ef-ab6c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8ecaac33-58a6-11ef-ab6c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8ecaac33-58a6-11ef-ab6c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:29:49.915Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8ecaac33-58a6-11ef-ab6c-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:29:48.1411627Z", - "endExecutionTime": "2024-08-12T12:29:49.956Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9408c35c-58a6-11ef-9b70-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9408c35c-58a6-11ef-9b70-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9408c35c-58a6-11ef-9b70-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:29:58.854Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9408c35c-58a6-11ef-9b70-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:29:57.0750286Z", - "endExecutionTime": "2024-08-12T12:29:58.9Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-98cab1d4-58a6-11ef-a5cb-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-98cab1d4-58a6-11ef-a5cb-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-98cab1d4-58a6-11ef-a5cb-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:30:06.704Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "98cab1d4-58a6-11ef-a5cb-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:30:04.9359935Z", - "endExecutionTime": "2024-08-12T12:30:06.82Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9d75f411-58a6-11ef-af76-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9d75f411-58a6-11ef-af76-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9d75f411-58a6-11ef-af76-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:30:15.106Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9d75f411-58a6-11ef-af76-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:30:12.8619771Z", - "endExecutionTime": "2024-08-12T12:30:15.17Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a24cc6ed-58a6-11ef-a180-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a24cc6ed-58a6-11ef-a180-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a24cc6ed-58a6-11ef-a180-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:33:13.340019Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a24cc6ed-58a6-11ef-a180-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:30:20.8974757Z", "endExecutionTime": "2024-08-12T12:33:14.545778Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0fa152f0-58a7-11ef-8009-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0fa152f0-58a7-11ef-8009-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0fa152f0-58a7-11ef-8009-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:34:58.207121Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0fa152f0-58a7-11ef-8009-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T12:33:24.334805Z", "endExecutionTime": "2024-08-12T12:35:02.443061Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5aa77644-58a7-11ef-b1d0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5aa77644-58a7-11ef-b1d0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5aa77644-58a7-11ef-b1d0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:35:34.124039Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5aa77644-58a7-11ef-b1d0-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T12:35:30.3502038Z", "endExecutionTime": "2024-08-12T12:35:34.124319Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-61073f87-58a7-11ef-8f67-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-61073f87-58a7-11ef-8f67-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-61073f87-58a7-11ef-8f67-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:36:39.37506Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "61073f87-58a7-11ef-8f67-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:35:41.0520888Z", "endExecutionTime": "2024-08-12T12:36:40.264589Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9351fdee-58a7-11ef-b535-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9351fdee-58a7-11ef-b535-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-9351fdee-58a7-11ef-b535-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:38:01.472869Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9351fdee-58a7-11ef-b535-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:37:05.4299185Z", "endExecutionTime": "2024-08-12T12:38:02.703362Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c5db0273-58a7-11ef-be92-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c5db0273-58a7-11ef-be92-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c5db0273-58a7-11ef-be92-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:38:41.819282Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c5db0273-58a7-11ef-be92-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:38:30.0091028Z", "endExecutionTime": "2024-08-12T12:38:42.823639Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d2516c8c-58a7-11ef-b170-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d2516c8c-58a7-11ef-b170-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-d2516c8c-58a7-11ef-b170-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:41:49.397278Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d2516c8c-58a7-11ef-b170-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:38:51.0341615Z", "endExecutionTime": "2024-08-12T12:41:49.398831Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3faef9e9-58a8-11ef-ba6c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3faef9e9-58a8-11ef-ba6c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-3faef9e9-58a8-11ef-ba6c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:43:31.525272Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3faef9e9-58a8-11ef-ba6c-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:41:54.851735Z", "endExecutionTime": "2024-08-12T12:43:33.032979Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b52245af-58a8-11ef-ab6c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b52245af-58a8-11ef-ab6c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b52245af-58a8-11ef-ab6c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:45:16.6875215Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-194", "id": "b52245af-58a8-11ef-ab6c-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:45:11.5131137Z", "endExecutionTime": "2024-08-12T12:45:18.9270204Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fc7be2b5-58a8-11ef-a1e5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fc7be2b5-58a8-11ef-a1e5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fc7be2b5-58a8-11ef-a1e5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:47:15.44Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "fc7be2b5-58a8-11ef-a1e5-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:47:13.3364947Z", - "endExecutionTime": "2024-08-12T12:47:15.574Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0327750e-58a9-11ef-aa6d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0327750e-58a9-11ef-aa6d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-0327750e-58a9-11ef-aa6d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:47:37.410145Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "0327750e-58a9-11ef-aa6d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:47:24.3264965Z", "endExecutionTime": "2024-08-12T12:47:38.33402Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1119609b-58a9-11ef-86ec-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1119609b-58a9-11ef-86ec-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1119609b-58a9-11ef-86ec-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:47:48.602Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "1119609b-58a9-11ef-86ec-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:47:46.7530014Z", - "endExecutionTime": "2024-08-12T12:47:48.672Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-15d07ec0-58a9-11ef-8081-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-15d07ec0-58a9-11ef-8081-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-15d07ec0-58a9-11ef-8081-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:47:56.315Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "15d07ec0-58a9-11ef-8081-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:47:54.4361217Z", - "endExecutionTime": "2024-08-12T12:47:56.407Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1a63caa4-58a9-11ef-ac43-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1a63caa4-58a9-11ef-ac43-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1a63caa4-58a9-11ef-ac43-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:48:04.146Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "1a63caa4-58a9-11ef-ac43-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:48:02.3365526Z", - "endExecutionTime": "2024-08-12T12:48:04.195Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1f1a3efe-58a9-11ef-89c9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1f1a3efe-58a9-11ef-89c9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1f1a3efe-58a9-11ef-89c9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:48:11.86Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "1f1a3efe-58a9-11ef-89c9-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:48:10.0570867Z", - "endExecutionTime": "2024-08-12T12:48:11.908Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-23b5e882-58a9-11ef-b042-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-23b5e882-58a9-11ef-b042-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-23b5e882-58a9-11ef-b042-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:48:19.901Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "23b5e882-58a9-11ef-b042-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:48:18.1172913Z", - "endExecutionTime": "2024-08-12T12:48:19.95Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-27e81b03-58a9-11ef-9d57-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-27e81b03-58a9-11ef-9d57-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-27e81b03-58a9-11ef-9d57-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:48:26.717Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "27e81b03-58a9-11ef-9d57-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:48:24.8939957Z", - "endExecutionTime": "2024-08-12T12:48:26.802Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2bf62301-58a9-11ef-b0ce-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2bf62301-58a9-11ef-b0ce-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2bf62301-58a9-11ef-b0ce-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:48:33.455Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "2bf62301-58a9-11ef-b0ce-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:48:31.7506346Z", - "endExecutionTime": "2024-08-12T12:48:33.5Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-32bc11b2-58a9-11ef-9b07-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-32bc11b2-58a9-11ef-9b07-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-32bc11b2-58a9-11ef-9b07-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:49:13.0848625Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "32bc11b2-58a9-11ef-9b07-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T12:48:43.1304709Z", - "endExecutionTime": "2024-08-12T12:50:49.3357161Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9045a71b-58a9-11ef-9fd0-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9045a71b-58a9-11ef-9fd0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9045a71b-58a9-11ef-9fd0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:51:20.5224Z", "cancellationTime": null, - "quantumComputingData": null, "errorData": {"code": "InvalidInputData", "message": - "Invalid job params.\nValue \"invlidTask\" is not defined in enum. Path: tasks[0].taskType."}, - "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", "id": - "9045a71b-58a9-11ef-9fd0-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T12:51:20.0218368Z", - "endExecutionTime": "2024-08-12T12:51:20.5224Z", "costEstimate": null, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-93c56c1f-58a9-11ef-93ef-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-93c56c1f-58a9-11ef-93ef-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-93c56c1f-58a9-11ef-93ef-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:51:54.6436064Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "93c56c1f-58a9-11ef-93ef-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-12T12:51:25.819967Z", "endExecutionTime": "2024-08-12T12:52:29.4247511Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c5e611ee-58a9-11ef-a567-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c5e611ee-58a9-11ef-a567-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c5e611ee-58a9-11ef-a567-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:52:54.4738436Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "c5e611ee-58a9-11ef-a567-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:52:50.3166413Z", "endExecutionTime": "2024-08-12T12:52:56.9380413Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cd444f7e-58a9-11ef-8e0e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd444f7e-58a9-11ef-8e0e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd444f7e-58a9-11ef-8e0e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:53:03.5513784Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "cd444f7e-58a9-11ef-8e0e-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-12T12:53:02.7090634Z", "endExecutionTime": - "2024-08-12T12:53:05.6617139Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-d18766b2-58a9-11ef-a700-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d18766b2-58a9-11ef-a700-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d18766b2-58a9-11ef-a700-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:53:09.724645Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "d18766b2-58a9-11ef-a700-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:53:09.3713519Z", "endExecutionTime": "2024-08-12T12:53:12.0990817Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d68ffb7d-58a9-11ef-bfb2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d68ffb7d-58a9-11ef-bfb2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d68ffb7d-58a9-11ef-bfb2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:53:18.5377242Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "d68ffb7d-58a9-11ef-bfb2-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:53:18.0255912Z", "endExecutionTime": "2024-08-12T12:53:20.5121638Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-db2a4a90-58a9-11ef-b419-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-db2a4a90-58a9-11ef-b419-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-db2a4a90-58a9-11ef-b419-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:53:25.9556723Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "db2a4a90-58a9-11ef-b419-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:53:25.6165421Z", "endExecutionTime": "2024-08-12T12:53:28.1999435Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-dfa3a9dc-58a9-11ef-9d93-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dfa3a9dc-58a9-11ef-9d93-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dfa3a9dc-58a9-11ef-9d93-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:53:33.5825176Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "dfa3a9dc-58a9-11ef-9d93-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T12:53:33.2052898Z", "endExecutionTime": "2024-08-12T12:53:35.8773705Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e3bc27a6-58a9-11ef-b3c2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e3bc27a6-58a9-11ef-b3c2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e3bc27a6-58a9-11ef-b3c2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:53:44.326965Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "e3bc27a6-58a9-11ef-b3c2-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:53:39.974207Z", - "endExecutionTime": "2024-08-12T12:53:56.727678Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0034, - "amountConsumed": 0.0034, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f4e91465-58a9-11ef-9cca-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f4e91465-58a9-11ef-9cca-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f4e91465-58a9-11ef-9cca-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:54:13.473773Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "f4e91465-58a9-11ef-9cca-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:54:08.8769826Z", - "endExecutionTime": "2024-08-12T12:54:26.141858Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0035, - "amountConsumed": 0.0035, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0628d87b-58aa-11ef-a13a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0628d87b-58aa-11ef-a13a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0628d87b-58aa-11ef-a13a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:54:43.419325Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "0628d87b-58aa-11ef-a13a-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:54:38.9426913Z", - "endExecutionTime": "2024-08-12T12:54:55.347367Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0033, - "amountConsumed": 0.0033, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-181b29d2-58aa-11ef-902e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-181b29d2-58aa-11ef-902e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-181b29d2-58aa-11ef-902e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:55:15.006179Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "181b29d2-58aa-11ef-902e-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:55:08.7352889Z", - "endExecutionTime": "2024-08-12T12:55:27.820672Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2978b2e4-58aa-11ef-950b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2978b2e4-58aa-11ef-950b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2978b2e4-58aa-11ef-950b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:55:43.400028Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "2978b2e4-58aa-11ef-950b-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:55:37.4217431Z", - "endExecutionTime": "2024-08-12T12:55:56.271019Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3b697de3-58aa-11ef-bd5a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3b697de3-58aa-11ef-bd5a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3b697de3-58aa-11ef-bd5a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T12:56:12.704504Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "3b697de3-58aa-11ef-bd5a-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T12:56:07.2718213Z", - "endExecutionTime": "2024-08-12T12:56:25.799336Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-52bb3d8a-58aa-11ef-ae4c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-52bb3d8a-58aa-11ef-ae4c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-52bb3d8a-58aa-11ef-ae4c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:56:47.375Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "52bb3d8a-58aa-11ef-ae4c-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:56:45.4298242Z", - "endExecutionTime": "2024-08-12T12:56:47.428Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5859b7e8-58aa-11ef-b69b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5859b7e8-58aa-11ef-b69b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5859b7e8-58aa-11ef-b69b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:56:56.96Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5859b7e8-58aa-11ef-b69b-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:56:54.9511255Z", - "endExecutionTime": "2024-08-12T12:56:57.028Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5dd32721-58aa-11ef-8760-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5dd32721-58aa-11ef-8760-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5dd32721-58aa-11ef-8760-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:58:18.370337Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5dd32721-58aa-11ef-8760-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:57:04.0435362Z", "endExecutionTime": "2024-08-12T12:58:20.198646Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-92598740-58aa-11ef-b5d4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-92598740-58aa-11ef-b5d4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-92598740-58aa-11ef-b5d4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:58:34.893Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "92598740-58aa-11ef-b5d4-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:58:32.7038345Z", - "endExecutionTime": "2024-08-12T12:58:34.969Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-97ecf3aa-58aa-11ef-9b63-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-97ecf3aa-58aa-11ef-9b63-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-97ecf3aa-58aa-11ef-9b63-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:58:43.47Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "97ecf3aa-58aa-11ef-9b63-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:58:41.5422506Z", - "endExecutionTime": "2024-08-12T12:58:43.538Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9d25bac5-58aa-11ef-a087-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9d25bac5-58aa-11ef-a087-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9d25bac5-58aa-11ef-a087-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:58:52.04Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9d25bac5-58aa-11ef-a087-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:58:50.2116967Z", - "endExecutionTime": "2024-08-12T12:58:52.095Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a1b4efa8-58aa-11ef-9caa-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a1b4efa8-58aa-11ef-9caa-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a1b4efa8-58aa-11ef-9caa-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:58:59.871Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a1b4efa8-58aa-11ef-9caa-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:58:57.9726527Z", - "endExecutionTime": "2024-08-12T12:58:59.916Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a7a4cd60-58aa-11ef-97d2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a7a4cd60-58aa-11ef-97d2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a7a4cd60-58aa-11ef-97d2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T12:59:09.774Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a7a4cd60-58aa-11ef-97d2-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T12:59:07.8464026Z", - "endExecutionTime": "2024-08-12T12:59:09.849Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ac67346b-58aa-11ef-adde-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac67346b-58aa-11ef-adde-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ac67346b-58aa-11ef-adde-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:00:52.419571Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ac67346b-58aa-11ef-adde-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T12:59:15.934554Z", "endExecutionTime": "2024-08-12T13:00:52.97343Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f78cee52-58aa-11ef-823f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f78cee52-58aa-11ef-823f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f78cee52-58aa-11ef-823f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:03:09.901635Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f78cee52-58aa-11ef-823f-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T13:01:21.8643016Z", "endExecutionTime": "2024-08-12T13:03:14.065555Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-41f7e980-58ab-11ef-8437-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-41f7e980-58ab-11ef-8437-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-41f7e980-58ab-11ef-8437-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:03:29.902754Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "41f7e980-58ab-11ef-8437-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T13:03:26.7140849Z", "endExecutionTime": "2024-08-12T13:03:29.903032Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4825e251-58ab-11ef-a49c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4825e251-58ab-11ef-a49c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4825e251-58ab-11ef-a49c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:04:19.457582Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4825e251-58ab-11ef-a49c-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:03:37.4326104Z", "endExecutionTime": "2024-08-12T13:04:20.598508Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6b21d707-58ab-11ef-a332-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6b21d707-58ab-11ef-a332-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-6b21d707-58ab-11ef-a332-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:05:32.075705Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6b21d707-58ab-11ef-a332-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:04:35.8204688Z", "endExecutionTime": "2024-08-12T13:05:32.978448Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9d72cb60-58ab-11ef-b1a3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9d72cb60-58ab-11ef-b1a3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-9d72cb60-58ab-11ef-b1a3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:07:12.833202Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9d72cb60-58ab-11ef-b1a3-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:06:00.3856261Z", "endExecutionTime": "2024-08-12T13:07:13.58136Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d07aaf62-58ab-11ef-8e10-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d07aaf62-58ab-11ef-8e10-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-d07aaf62-58ab-11ef-8e10-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:08:10.404174Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d07aaf62-58ab-11ef-8e10-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:07:25.8983938Z", "endExecutionTime": "2024-08-12T13:08:11.36287Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f35c55f5-58ab-11ef-8a89-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f35c55f5-58ab-11ef-8a89-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-f35c55f5-58ab-11ef-8a89-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:08:45.16048Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f35c55f5-58ab-11ef-8a89-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:08:24.5200284Z", "endExecutionTime": "2024-08-12T13:08:46.683526Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-05640e5b-58ac-11ef-8b42-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-05640e5b-58ac-11ef-8b42-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-05640e5b-58ac-11ef-8b42-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:09:00.2935026Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-194", "id": "05640e5b-58ac-11ef-8b42-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T13:08:55.074595Z", "endExecutionTime": "2024-08-12T13:09:02.625896Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0daf6020-58ac-11ef-971e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0daf6020-58ac-11ef-971e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-196", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-196", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0daf6020-58ac-11ef-971e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:09:12.4867041Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-196", "id": "0daf6020-58ac-11ef-971e-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T13:09:08.6334413Z", "endExecutionTime": "2024-08-12T13:09:14.7901751Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-15c08488-58ac-11ef-8df6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-15c08488-58ac-11ef-8df6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-198", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-15c08488-58ac-11ef-8df6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:09:22.5926383Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-198", "id": "15c08488-58ac-11ef-8df6-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T13:09:22.1765448Z", "endExecutionTime": "2024-08-12T13:09:24.9431466Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1b518451-58ac-11ef-895c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1b518451-58ac-11ef-895c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1b518451-58ac-11ef-895c-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:09:41.456957Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "1b518451-58ac-11ef-895c-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T13:09:31.4672893Z", - "endExecutionTime": "2024-08-12T13:09:42.561088Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2b83e77c-58ac-11ef-9d1f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2b83e77c-58ac-11ef-9d1f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2b83e77c-58ac-11ef-9d1f-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:10:05.635Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2b83e77c-58ac-11ef-9d1f-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T13:09:59.4355564Z", - "endExecutionTime": "2024-08-12T13:10:05.718Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-35d7b160-58ac-11ef-981f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-35d7b160-58ac-11ef-981f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-35d7b160-58ac-11ef-981f-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:10:41.440562Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "35d7b160-58ac-11ef-981f-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:10:17.2137352Z", "endExecutionTime": "2024-08-12T13:10:41.974773Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-50136645-58ac-11ef-906b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-50136645-58ac-11ef-906b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-210", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-50136645-58ac-11ef-906b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:11:02.002Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-210", "id": "50136645-58ac-11ef-906b-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T13:10:59.9318866Z", - "endExecutionTime": "2024-08-12T13:11:02.069Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-556ae1f9-58ac-11ef-9624-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-556ae1f9-58ac-11ef-9624-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-556ae1f9-58ac-11ef-9624-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:11:28.266295Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "556ae1f9-58ac-11ef-9624-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T13:11:09.0081101Z", - "endExecutionTime": "2024-08-12T13:11:29.378037Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-685fb8a7-58ac-11ef-9f8a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-685fb8a7-58ac-11ef-9f8a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-685fb8a7-58ac-11ef-9f8a-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:11:52.484229Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "685fb8a7-58ac-11ef-9f8a-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T13:11:40.7347247Z", - "endExecutionTime": "2024-08-12T13:11:54.770963Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-74e4074c-58ac-11ef-82ce-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-74e4074c-58ac-11ef-82ce-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-74e4074c-58ac-11ef-82ce-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:12:12.972639Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "74e4074c-58ac-11ef-82ce-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T13:12:01.7875222Z", - "endExecutionTime": "2024-08-12T13:12:13.708591Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8175106b-58ac-11ef-9e95-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8175106b-58ac-11ef-9e95-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8175106b-58ac-11ef-9e95-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:12:41.2246679Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8175106b-58ac-11ef-9e95-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:12:22.8625135Z", - "endExecutionTime": "2024-08-12T13:12:42.0523466Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-93c40cc6-58ac-11ef-9a15-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-93c40cc6-58ac-11ef-9a15-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-93c40cc6-58ac-11ef-9a15-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:12:58.9685129Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "93c40cc6-58ac-11ef-9a15-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:12:53.5522784Z", - "endExecutionTime": "2024-08-12T13:12:59.7540174Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9b06c2f9-58ac-11ef-a9e9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9b06c2f9-58ac-11ef-a9e9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9b06c2f9-58ac-11ef-a9e9-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:13:11.0587579Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9b06c2f9-58ac-11ef-a9e9-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:13:05.7578252Z", - "endExecutionTime": "2024-08-12T13:13:11.9328589Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a2420664-58ac-11ef-8c8c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a2420664-58ac-11ef-8c8c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a2420664-58ac-11ef-8c8c-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:13:22.9721264Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a2420664-58ac-11ef-8c8c-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:13:17.9008546Z", - "endExecutionTime": "2024-08-12T13:13:23.7751482Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a973c1e7-58ac-11ef-9292-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a973c1e7-58ac-11ef-9292-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a973c1e7-58ac-11ef-9292-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:13:35.0729811Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a973c1e7-58ac-11ef-9292-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:13:29.9822258Z", - "endExecutionTime": "2024-08-12T13:13:35.9239722Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b0b98e0a-58ac-11ef-9a94-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0b98e0a-58ac-11ef-9a94-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b0b98e0a-58ac-11ef-9a94-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:13:59.121053Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "b0b98e0a-58ac-11ef-9a94-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:13:43.061182Z", "endExecutionTime": "2024-08-12T13:13:59.400664Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c341f7e9-58ac-11ef-8dae-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c341f7e9-58ac-11ef-8dae-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c341f7e9-58ac-11ef-8dae-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:14:21.5657136Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "c341f7e9-58ac-11ef-8dae-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:14:14.6449506Z", - "endExecutionTime": "2024-08-12T13:14:22.2490876Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cc00bebf-58ac-11ef-89e0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cc00bebf-58ac-11ef-89e0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cc00bebf-58ac-11ef-89e0-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:15:50.828468Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "cc00bebf-58ac-11ef-89e0-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:14:28.8386936Z", "endExecutionTime": "2024-08-12T13:15:52.324143Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-16db3edc-58ad-11ef-939d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-16db3edc-58ad-11ef-939d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-16db3edc-58ad-11ef-939d-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:18:23.313515Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "16db3edc-58ad-11ef-939d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T13:16:34.4007492Z", "endExecutionTime": "2024-08-12T13:18:24.629032Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-620e870b-58ad-11ef-8b9d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-620e870b-58ad-11ef-8b9d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-620e870b-58ad-11ef-8b9d-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:18:45.8191432Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "620e870b-58ad-11ef-8b9d-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:18:40.4475166Z", - "endExecutionTime": "2024-08-12T13:18:46.8150382Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6a72f8ff-58ad-11ef-8e9d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6a72f8ff-58ad-11ef-8e9d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6a72f8ff-58ad-11ef-8e9d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:19:06.263248Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "6a72f8ff-58ad-11ef-8e9d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:18:54.7421269Z", "endExecutionTime": "2024-08-12T13:19:07.102582Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-779d2aad-58ad-11ef-9a2a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-779d2aad-58ad-11ef-9a2a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-779d2aad-58ad-11ef-9a2a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:20:53.928634Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "779d2aad-58ad-11ef-9a2a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T13:19:17.8923122Z", "endExecutionTime": "2024-08-12T13:20:55.28808Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c299863f-58ad-11ef-836a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c299863f-58ad-11ef-836a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c299863f-58ad-11ef-836a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:21:25.542928Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "c299863f-58ad-11ef-836a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T13:21:22.4944219Z", "endExecutionTime": "2024-08-12T13:21:25.543005Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c9019789-58ad-11ef-9f58-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c9019789-58ad-11ef-9f58-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c9019789-58ad-11ef-9f58-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:25:30.104274Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "c9019789-58ad-11ef-9f58-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:21:34.1713711Z", "endExecutionTime": "2024-08-12T13:25:30.843234Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5b50141e-58ae-11ef-96af-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5b50141e-58ae-11ef-96af-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5b50141e-58ae-11ef-96af-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:27:02.872512Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "5b50141e-58ae-11ef-96af-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:25:39.2788495Z", "endExecutionTime": "2024-08-12T13:27:03.91392Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a6919140-58ae-11ef-8b7c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6919140-58ae-11ef-8b7c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a6919140-58ae-11ef-8b7c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:27:53.819691Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "a6919140-58ae-11ef-8b7c-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:27:44.892637Z", "endExecutionTime": "2024-08-12T13:27:54.189668Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b06a0d61-58ae-11ef-9af7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b06a0d61-58ae-11ef-9af7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b06a0d61-58ae-11ef-9af7-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:31:17.892542Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "b06a0d61-58ae-11ef-9af7-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:28:01.6393286Z", "endExecutionTime": "2024-08-12T13:31:19.510199Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3125b0dd-58af-11ef-9430-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3125b0dd-58af-11ef-9430-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3125b0dd-58af-11ef-9430-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:32:01.502534Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "3125b0dd-58af-11ef-9430-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:31:38.1592279Z", "endExecutionTime": "2024-08-12T13:32:02.860477Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4a772084-58af-11ef-97f8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4a772084-58af-11ef-97f8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4a772084-58af-11ef-97f8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:34:18.019029Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "4a772084-58af-11ef-97f8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:32:19.9003437Z", "endExecutionTime": "2024-08-12T13:34:18.906396Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-93703cf8-58af-11ef-9142-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-93703cf8-58af-11ef-9142-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-93703cf8-58af-11ef-9142-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:34:24.8189257Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "93703cf8-58af-11ef-9142-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:34:22.3191675Z", - "endExecutionTime": "2024-08-12T13:34:25.5516841Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-98147fa6-58af-11ef-b9f2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-98147fa6-58af-11ef-b9f2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-98147fa6-58af-11ef-b9f2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:34:32.7569615Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "98147fa6-58af-11ef-b9f2-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:34:30.6086693Z", - "endExecutionTime": "2024-08-12T13:34:33.4418668Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9d020731-58af-11ef-a31b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9d020731-58af-11ef-a31b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9d020731-58af-11ef-a31b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:34:40.7745195Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "9d020731-58af-11ef-a31b-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:34:38.3547144Z", - "endExecutionTime": "2024-08-12T13:34:41.4449565Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a1ac9010-58af-11ef-8155-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a1ac9010-58af-11ef-8155-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-a1ac9010-58af-11ef-8155-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:34:48.9069334Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "a1ac9010-58af-11ef-8155-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:34:46.239386Z", - "endExecutionTime": "2024-08-12T13:34:49.6181931Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a65f87b8-58af-11ef-9e8f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a65f87b8-58af-11ef-9e8f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-a65f87b8-58af-11ef-9e8f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:34:56.9228294Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "a65f87b8-58af-11ef-9e8f-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:34:54.1030055Z", - "endExecutionTime": "2024-08-12T13:34:57.6400941Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ab068982-58af-11ef-a15a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ab068982-58af-11ef-a15a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ab068982-58af-11ef-a15a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:35:05.2112842Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "ab068982-58af-11ef-a15a-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:35:01.9837054Z", - "endExecutionTime": "2024-08-12T13:35:05.8878056Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b0ba0f0d-58af-11ef-8683-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0ba0f0d-58af-11ef-8683-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b0ba0f0d-58af-11ef-8683-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:35:14.2600726Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "b0ba0f0d-58af-11ef-8683-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:35:11.5373957Z", - "endExecutionTime": "2024-08-12T13:35:14.9673136Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b5650ecb-58af-11ef-bb2f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b5650ecb-58af-11ef-bb2f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-b5650ecb-58af-11ef-bb2f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:35:22.0647606Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "b5650ecb-58af-11ef-bb2f-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:35:19.4079739Z", - "endExecutionTime": "2024-08-12T13:35:22.751896Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ba15d888-58af-11ef-845e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba15d888-58af-11ef-845e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ba15d888-58af-11ef-845e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:35:30.3064677Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "ba15d888-58af-11ef-845e-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T13:35:27.2502252Z", - "endExecutionTime": "2024-08-12T13:35:30.6900258Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bfeba395-58af-11ef-9d1d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bfeba395-58af-11ef-9d1d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "bfc987b0-58af-11ef-acb8-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-bfeba395-58af-11ef-9d1d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:35:38.833Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "bfeba395-58af-11ef-9d1d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T13:35:36.9535445Z", - "endExecutionTime": "2024-08-12T13:35:38.905Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c2478f11-58af-11ef-8844-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2478f11-58af-11ef-8844-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "bfc987b0-58af-11ef-acb8-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-c2478f11-58af-11ef-8844-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:35:41.917Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "c2478f11-58af-11ef-8844-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T13:35:40.0560028Z", - "endExecutionTime": "2024-08-12T13:35:41.964Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c6d46988-58af-11ef-a157-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c6d46988-58af-11ef-a157-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "c6a85032-58af-11ef-9f4b-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c6d46988-58af-11ef-a157-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:41:16.969349Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "c6d46988-58af-11ef-a157-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:35:48.5382687Z", "endExecutionTime": "2024-08-12T13:41:17.830481Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c884d55a-58af-11ef-b784-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c884d55a-58af-11ef-b784-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "c6a85032-58af-11ef-9f4b-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c884d55a-58af-11ef-b784-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:41:22.060591Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "c884d55a-58af-11ef-b784-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:35:50.5244838Z", "endExecutionTime": "2024-08-12T13:41:22.866108Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-809d90fa-58b0-11ef-9627-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-809d90fa-58b0-11ef-9627-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "807c3067-58b0-11ef-9a5d-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-809d90fa-58b0-11ef-9627-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:41:01.708Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "809d90fa-58b0-11ef-9627-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T13:40:59.4733072Z", - "endExecutionTime": "2024-08-12T13:41:01.783Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-81dc38c9-58b0-11ef-9219-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-81dc38c9-58b0-11ef-9219-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "807c3067-58b0-11ef-9a5d-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-81dc38c9-58b0-11ef-9219-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:41:03.413Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "81dc38c9-58b0-11ef-9219-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T13:41:01.4666577Z", - "endExecutionTime": "2024-08-12T13:41:03.458Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-88ccf3fa-58b0-11ef-8f1e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-88ccf3fa-58b0-11ef-8f1e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "889d3d1e-58b0-11ef-8b0a-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-88ccf3fa-58b0-11ef-8f1e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:41:27.189739Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "88ccf3fa-58b0-11ef-8f1e-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:41:13.1021507Z", "endExecutionTime": "2024-08-12T13:41:27.930538Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-89fabf70-58b0-11ef-a2fe-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-89fabf70-58b0-11ef-a2fe-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "889d3d1e-58b0-11ef-8b0a-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-89fabf70-58b0-11ef-a2fe-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T13:41:32.28393Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "89fabf70-58b0-11ef-a2fe-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:41:15.0771931Z", "endExecutionTime": "2024-08-12T13:41:32.927481Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-983fc9e4-58b0-11ef-90d3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-983fc9e4-58b0-11ef-90d3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "981f03ce-58b0-11ef-9d5c-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-983fc9e4-58b0-11ef-90d3-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:42:19.509444Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "983fc9e4-58b0-11ef-90d3-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:41:39.9082488Z", "endExecutionTime": "2024-08-12T13:42:20.885901Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-99f75403-58b0-11ef-aa5d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-99f75403-58b0-11ef-aa5d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "981f03ce-58b0-11ef-9d5c-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-99f75403-58b0-11ef-aa5d-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:42:24.69514Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "99f75403-58b0-11ef-aa5d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:41:42.8530557Z", "endExecutionTime": "2024-08-12T13:42:25.717584Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cb0ca80b-58b1-11ef-81b4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cb0ca80b-58b1-11ef-81b4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb0ca80b-58b1-11ef-81b4-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:55:34.555673Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "cb0ca80b-58b1-11ef-81b4-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:50:15.3925643Z", "endExecutionTime": "2024-08-12T13:55:34.957355Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4268bc2c-58b2-11ef-8705-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4268bc2c-58b2-11ef-8705-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4268bc2c-58b2-11ef-8705-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T13:55:39.702152Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "4268bc2c-58b2-11ef-8705-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:53:35.0453812Z", "endExecutionTime": "2024-08-12T13:55:40.138722Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eec47713-58b2-11ef-b430-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eec47713-58b2-11ef-b430-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "ee547ab2-58b2-11ef-86dc-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-eec47713-58b2-11ef-b430-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:00:56.693841Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "eec47713-58b2-11ef-b430-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:58:24.0366074Z", "endExecutionTime": "2024-08-12T14:00:58.048209Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f079c363-58b2-11ef-bd2a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f079c363-58b2-11ef-bd2a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "ee547ab2-58b2-11ef-86dc-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f079c363-58b2-11ef-bd2a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:01:01.891775Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "f079c363-58b2-11ef-bd2a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T13:58:25.987816Z", "endExecutionTime": "2024-08-12T14:01:03.347605Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2b2d5637-58b4-11ef-8e94-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2b2d5637-58b4-11ef-8e94-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2b2d5637-58b4-11ef-8e94-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:07:18.987Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "2b2d5637-58b4-11ef-8e94-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:07:16.8426613Z", - "endExecutionTime": "2024-08-12T14:07:19.066Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3240ab0d-58b4-11ef-a231-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3240ab0d-58b4-11ef-a231-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-3240ab0d-58b4-11ef-a231-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:09:21.353057Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "3240ab0d-58b4-11ef-a231-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:07:27.8707418Z", "endExecutionTime": "2024-08-12T14:09:22.676279Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7d85e144-58b4-11ef-9b47-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d85e144-58b4-11ef-9b47-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7d85e144-58b4-11ef-9b47-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:09:35.009Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "7d85e144-58b4-11ef-9b47-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:09:33.0216529Z", - "endExecutionTime": "2024-08-12T14:09:35.131Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8235eb75-58b4-11ef-bb46-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8235eb75-58b4-11ef-bb46-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8235eb75-58b4-11ef-bb46-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:09:42.715Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "8235eb75-58b4-11ef-bb46-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:09:41.0092821Z", - "endExecutionTime": "2024-08-12T14:09:42.76Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-86ea5519-58b4-11ef-a55d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-86ea5519-58b4-11ef-a55d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-86ea5519-58b4-11ef-a55d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:09:50.688Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "86ea5519-58b4-11ef-a55d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:09:48.8447994Z", - "endExecutionTime": "2024-08-12T14:09:50.737Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8b9e0d94-58b4-11ef-91fa-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8b9e0d94-58b4-11ef-91fa-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8b9e0d94-58b4-11ef-91fa-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:09:58.532Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "8b9e0d94-58b4-11ef-91fa-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:09:56.7243169Z", - "endExecutionTime": "2024-08-12T14:09:58.578Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-90423f87-58b4-11ef-a841-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-90423f87-58b4-11ef-a841-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-90423f87-58b4-11ef-a841-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:10:06.195Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "90423f87-58b4-11ef-a841-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:10:04.4092872Z", - "endExecutionTime": "2024-08-12T14:10:06.252Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-943e41dd-58b4-11ef-889f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-943e41dd-58b4-11ef-889f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-943e41dd-58b4-11ef-889f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:10:13.108Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "943e41dd-58b4-11ef-889f-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:10:11.3437955Z", - "endExecutionTime": "2024-08-12T14:10:13.133Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-986c701b-58b4-11ef-be79-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-986c701b-58b4-11ef-be79-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-986c701b-58b4-11ef-be79-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:10:19.952Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "986c701b-58b4-11ef-be79-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:10:18.2831042Z", - "endExecutionTime": "2024-08-12T14:10:19.965Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9f43da00-58b4-11ef-b1d8-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9f43da00-58b4-11ef-b1d8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9f43da00-58b4-11ef-b1d8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:10:57.5952674Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "9f43da00-58b4-11ef-b1d8-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T14:10:29.5807488Z", - "endExecutionTime": "2024-08-12T14:12:33.3821493Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fc6df072-58b4-11ef-9e0b-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fc6df072-58b4-11ef-9e0b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fc6df072-58b4-11ef-9e0b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:13:06.7028898Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "fc6df072-58b4-11ef-9e0b-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T14:13:06.1850524Z", - "endExecutionTime": "2024-08-12T14:13:06.7028898Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-006c43e6-58b5-11ef-8ada-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-006c43e6-58b5-11ef-8ada-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-006c43e6-58b5-11ef-8ada-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:13:44.1985007Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "006c43e6-58b5-11ef-8ada-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-12T14:13:12.6182268Z", "endExecutionTime": "2024-08-12T14:14:19.1623028Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4627dd8f-58b5-11ef-8c59-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4627dd8f-58b5-11ef-8c59-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4627dd8f-58b5-11ef-8c59-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:15:12.769Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "4627dd8f-58b5-11ef-8c59-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:15:10.8928852Z", - "endExecutionTime": "2024-08-12T14:15:12.845Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4d943fda-58b5-11ef-9c66-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4d943fda-58b5-11ef-9c66-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4d943fda-58b5-11ef-9c66-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:16:42.07972Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "4d943fda-58b5-11ef-9c66-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:15:23.4407072Z", "endExecutionTime": "2024-08-12T14:16:43.162041Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-98e64cf2-58b5-11ef-93d7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-98e64cf2-58b5-11ef-93d7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-98e64cf2-58b5-11ef-93d7-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:17:30.324Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "98e64cf2-58b5-11ef-93d7-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:17:28.452Z", - "endExecutionTime": "2024-08-12T14:17:30.338Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9e245742-58b5-11ef-ab28-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9e245742-58b5-11ef-ab28-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9e245742-58b5-11ef-ab28-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:17:39.065Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "9e245742-58b5-11ef-ab28-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:17:37.3898017Z", - "endExecutionTime": "2024-08-12T14:17:39.082Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a3e39e23-58b5-11ef-b660-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3e39e23-58b5-11ef-b660-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a3e39e23-58b5-11ef-b660-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:17:48.469Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "a3e39e23-58b5-11ef-b660-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:17:46.8691137Z", - "endExecutionTime": "2024-08-12T14:17:48.483Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a9820409-58b5-11ef-9fa6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9820409-58b5-11ef-9fa6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a9820409-58b5-11ef-9fa6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:17:58.067Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "a9820409-58b5-11ef-9fa6-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:17:56.4311961Z", - "endExecutionTime": "2024-08-12T14:17:58.084Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-af3a46e2-58b5-11ef-b06c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-af3a46e2-58b5-11ef-b06c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-af3a46e2-58b5-11ef-b06c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:18:08.565Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "af3a46e2-58b5-11ef-b06c-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:18:06.8750705Z", - "endExecutionTime": "2024-08-12T14:18:08.609Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b4d9170b-58b5-11ef-adb5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4d9170b-58b5-11ef-adb5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b4d9170b-58b5-11ef-adb5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:18:16.842Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "b4d9170b-58b5-11ef-adb5-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:18:15.2191555Z", - "endExecutionTime": "2024-08-12T14:18:16.863Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b8cca28a-58b5-11ef-9046-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b8cca28a-58b5-11ef-9046-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b8cca28a-58b5-11ef-9046-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:18:23.609Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "b8cca28a-58b5-11ef-9046-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:18:22.0373565Z", - "endExecutionTime": "2024-08-12T14:18:23.627Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bf8f474c-58b5-11ef-ac47-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bf8f474c-58b5-11ef-ac47-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bf8f474c-58b5-11ef-ac47-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:19:05.0150615Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "bf8f474c-58b5-11ef-ac47-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T14:18:33.2603324Z", - "endExecutionTime": "2024-08-12T14:20:40.8711993Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1c62c033-58b6-11ef-bb85-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1c62c033-58b6-11ef-bb85-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1c62c033-58b6-11ef-bb85-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:21:09.5000818Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "1c62c033-58b6-11ef-bb85-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T14:21:08.9746672Z", - "endExecutionTime": "2024-08-12T14:21:09.5000818Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-202d9332-58b6-11ef-9ade-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-202d9332-58b6-11ef-9ade-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-202d9332-58b6-11ef-9ade-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:21:41.2734493Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "202d9332-58b6-11ef-9ade-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-12T14:21:15.3984539Z", "endExecutionTime": "2024-08-12T14:22:15.7628077Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-52c4dddf-58b6-11ef-98f0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-52c4dddf-58b6-11ef-98f0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-52c4dddf-58b6-11ef-98f0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:22:45.1806428Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "52c4dddf-58b6-11ef-98f0-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T14:22:40.3676726Z", "endExecutionTime": "2024-08-12T14:22:47.654933Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-59f3d377-58b6-11ef-a7bb-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-59f3d377-58b6-11ef-a7bb-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-59f3d377-58b6-11ef-a7bb-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:22:52.8826194Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "59f3d377-58b6-11ef-a7bb-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-12T14:22:52.4415898Z", "endExecutionTime": - "2024-08-12T14:22:55.3198006Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-5e0b09b9-58b6-11ef-ac39-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5e0b09b9-58b6-11ef-ac39-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5e0b09b9-58b6-11ef-ac39-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:22:59.5014157Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "5e0b09b9-58b6-11ef-ac39-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T14:22:59.1524907Z", "endExecutionTime": "2024-08-12T14:23:01.8125082Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6322c884-58b6-11ef-8fec-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6322c884-58b6-11ef-8fec-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6322c884-58b6-11ef-8fec-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:23:12.3860252Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "6322c884-58b6-11ef-8fec-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T14:23:08.2904942Z", "endExecutionTime": "2024-08-12T14:23:14.5647198Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6a7d9c79-58b6-11ef-b66e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6a7d9c79-58b6-11ef-b66e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6a7d9c79-58b6-11ef-b66e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:23:20.6291593Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "6a7d9c79-58b6-11ef-b66e-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T14:23:20.202497Z", "endExecutionTime": "2024-08-12T14:23:22.8782095Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6f0dc80b-58b6-11ef-91c6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6f0dc80b-58b6-11ef-91c6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6f0dc80b-58b6-11ef-91c6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:23:28.1477516Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "6f0dc80b-58b6-11ef-91c6-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T14:23:27.7150299Z", "endExecutionTime": "2024-08-12T14:23:30.5801727Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-731c93cd-58b6-11ef-9aaf-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-731c93cd-58b6-11ef-9aaf-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-731c93cd-58b6-11ef-9aaf-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:23:40.263035Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "731c93cd-58b6-11ef-9aaf-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T14:23:34.6852722Z", - "endExecutionTime": "2024-08-12T14:23:52.010275Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0033, - "amountConsumed": 0.0033, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-84626316-58b6-11ef-a10e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-84626316-58b6-11ef-a10e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-84626316-58b6-11ef-a10e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:24:08.376639Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "84626316-58b6-11ef-a10e-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T14:24:03.6771517Z", - "endExecutionTime": "2024-08-12T14:24:19.141232Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-95b1067a-58b6-11ef-bd69-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-95b1067a-58b6-11ef-bd69-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-95b1067a-58b6-11ef-bd69-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:24:37.430956Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "95b1067a-58b6-11ef-bd69-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T14:24:32.5826771Z", - "endExecutionTime": "2024-08-12T14:24:48.060147Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a6e5dd22-58b6-11ef-b0e8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6e5dd22-58b6-11ef-b0e8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a6e5dd22-58b6-11ef-b0e8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:25:06.448345Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "a6e5dd22-58b6-11ef-b0e8-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T14:25:01.5508784Z", - "endExecutionTime": "2024-08-12T14:25:17.332257Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b7c881e0-58b6-11ef-aac6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b7c881e0-58b6-11ef-aac6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b7c881e0-58b6-11ef-aac6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:25:34.419741Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "b7c881e0-58b6-11ef-aac6-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T14:25:29.8419293Z", - "endExecutionTime": "2024-08-12T14:25:45.386793Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c8a98725-58b6-11ef-951d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c8a98725-58b6-11ef-951d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c8a98725-58b6-11ef-951d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:26:02.592292Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "c8a98725-58b6-11ef-951d-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T14:25:58.2686927Z", - "endExecutionTime": "2024-08-12T14:26:13.520146Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-dae00dc9-58b6-11ef-af47-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dae00dc9-58b6-11ef-af47-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dae00dc9-58b6-11ef-af47-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:26:29.786Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dae00dc9-58b6-11ef-af47-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:26:27.8474713Z", - "endExecutionTime": "2024-08-12T14:26:29.864Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e16fa22b-58b6-11ef-afb9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e16fa22b-58b6-11ef-afb9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e16fa22b-58b6-11ef-afb9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:26:40.751Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e16fa22b-58b6-11ef-afb9-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:26:38.8706939Z", - "endExecutionTime": "2024-08-12T14:26:40.821Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e6db5a10-58b6-11ef-ab2a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6db5a10-58b6-11ef-ab2a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e6db5a10-58b6-11ef-ab2a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:28:15.447264Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e6db5a10-58b6-11ef-ab2a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:26:47.8492083Z", "endExecutionTime": "2024-08-12T14:28:16.597919Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-33cbe853-58b7-11ef-b9c4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-33cbe853-58b7-11ef-b9c4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-33cbe853-58b7-11ef-b9c4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:28:59.367Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "33cbe853-58b7-11ef-b9c4-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:28:57.1684904Z", - "endExecutionTime": "2024-08-12T14:28:59.424Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-393fd950-58b7-11ef-9d54-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-393fd950-58b7-11ef-9d54-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-393fd950-58b7-11ef-9d54-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:29:08.413Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "393fd950-58b7-11ef-9d54-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:29:06.4536187Z", - "endExecutionTime": "2024-08-12T14:29:08.483Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3ecd6efc-58b7-11ef-a52d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3ecd6efc-58b7-11ef-a52d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3ecd6efc-58b7-11ef-a52d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:29:17.29Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3ecd6efc-58b7-11ef-a52d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:29:15.4277085Z", - "endExecutionTime": "2024-08-12T14:29:17.359Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4389bc3f-58b7-11ef-a6a2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4389bc3f-58b7-11ef-a6a2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4389bc3f-58b7-11ef-a6a2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:29:25.311Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4389bc3f-58b7-11ef-a6a2-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:29:23.4843653Z", - "endExecutionTime": "2024-08-12T14:29:25.428Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-494ccf1f-58b7-11ef-989e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-494ccf1f-58b7-11ef-989e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-494ccf1f-58b7-11ef-989e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:29:34.896Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "494ccf1f-58b7-11ef-989e-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:29:33.0486944Z", - "endExecutionTime": "2024-08-12T14:29:34.961Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4e078e69-58b7-11ef-a84c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4e078e69-58b7-11ef-a84c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4e078e69-58b7-11ef-a84c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:30:07.611827Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4e078e69-58b7-11ef-a84c-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:29:41.0410518Z", "endExecutionTime": "2024-08-12T14:30:08.384242Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-67234c37-58b7-11ef-8bea-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-67234c37-58b7-11ef-8bea-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-67234c37-58b7-11ef-8bea-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:31:53.093667Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "67234c37-58b7-11ef-8bea-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T14:30:23.100535Z", "endExecutionTime": "2024-08-12T14:31:57.343106Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b18882f9-58b7-11ef-a8a9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b18882f9-58b7-11ef-a8a9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b18882f9-58b7-11ef-a8a9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:32:31.43208Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b18882f9-58b7-11ef-a8a9-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T14:32:27.9519591Z", "endExecutionTime": "2024-08-12T14:32:31.432629Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b7e01db1-58b7-11ef-b8ff-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b7e01db1-58b7-11ef-b8ff-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b7e01db1-58b7-11ef-b8ff-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:33:09.553235Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b7e01db1-58b7-11ef-b8ff-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:32:38.6167747Z", "endExecutionTime": "2024-08-12T14:33:10.488917Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d106d9ac-58b7-11ef-b2ea-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d106d9ac-58b7-11ef-b2ea-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-d106d9ac-58b7-11ef-b2ea-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:33:39.18723Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d106d9ac-58b7-11ef-b2ea-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:33:20.7683461Z", "endExecutionTime": "2024-08-12T14:33:40.216047Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e25e6497-58b7-11ef-b1f4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e25e6497-58b7-11ef-b1f4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e25e6497-58b7-11ef-b1f4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:34:05.146851Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e25e6497-58b7-11ef-b1f4-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:33:49.828002Z", "endExecutionTime": "2024-08-12T14:34:06.26185Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f3af994c-58b7-11ef-8ec5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f3af994c-58b7-11ef-8ec5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-f3af994c-58b7-11ef-8ec5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:35:02.371735Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f3af994c-58b7-11ef-8ec5-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:34:19.212631Z", "endExecutionTime": "2024-08-12T14:35:03.756797Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-169e00f4-58b8-11ef-8984-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-169e00f4-58b8-11ef-8984-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-169e00f4-58b8-11ef-8984-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:35:44.610798Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "169e00f4-58b8-11ef-8984-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:35:17.4923128Z", "endExecutionTime": "2024-08-12T14:35:45.089314Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2f84744e-58b8-11ef-b5e2-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2f84744e-58b8-11ef-b5e2-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2f84744e-58b8-11ef-b5e2-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:36:03.65827Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-194", "id": "2f84744e-58b8-11ef-b5e2-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T14:35:59.2511581Z", "endExecutionTime": "2024-08-12T14:36:06.0848004Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-37803caa-58b8-11ef-a97d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-37803caa-58b8-11ef-a97d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-196", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-196", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-37803caa-58b8-11ef-a97d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:36:13.2554183Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-196", "id": "37803caa-58b8-11ef-a97d-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T14:36:12.7527799Z", "endExecutionTime": "2024-08-12T14:36:15.5429548Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3d067443-58b8-11ef-ab7f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3d067443-58b8-11ef-ab7f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-198", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3d067443-58b8-11ef-ab7f-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:36:26.8105767Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-198", "id": "3d067443-58b8-11ef-ab7f-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T14:36:21.9063195Z", "endExecutionTime": "2024-08-12T14:36:28.893586Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4506ae83-58b8-11ef-a7e0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4506ae83-58b8-11ef-a7e0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4506ae83-58b8-11ef-a7e0-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:36:45.395602Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "4506ae83-58b8-11ef-a7e0-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T14:36:35.4409619Z", - "endExecutionTime": "2024-08-12T14:36:46.578258Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-54d22403-58b8-11ef-9b58-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-54d22403-58b8-11ef-9b58-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-54d22403-58b8-11ef-9b58-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:37:10.895Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "54d22403-58b8-11ef-9b58-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:37:02.8740798Z", - "endExecutionTime": "2024-08-12T14:37:10.987Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5f2cfc43-58b8-11ef-ae4f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5f2cfc43-58b8-11ef-ae4f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5f2cfc43-58b8-11ef-ae4f-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:38:10.231904Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5f2cfc43-58b8-11ef-ae4f-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:37:20.2300822Z", "endExecutionTime": "2024-08-12T14:38:10.746414Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-84451860-58b8-11ef-87cf-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-84451860-58b8-11ef-87cf-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-210", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-84451860-58b8-11ef-87cf-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:38:23.409Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-210", "id": "84451860-58b8-11ef-87cf-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T14:38:21.4797043Z", - "endExecutionTime": "2024-08-12T14:38:23.486Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8979d65c-58b8-11ef-a9b6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8979d65c-58b8-11ef-a9b6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8979d65c-58b8-11ef-a9b6-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:38:41.637113Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8979d65c-58b8-11ef-a9b6-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T14:38:30.2995488Z", - "endExecutionTime": "2024-08-12T14:38:43.308126Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-973053e8-58b8-11ef-a6da-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-973053e8-58b8-11ef-a6da-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-973053e8-58b8-11ef-a6da-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:39:04.994326Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "973053e8-58b8-11ef-a6da-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T14:38:53.2927431Z", - "endExecutionTime": "2024-08-12T14:39:07.009322Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 3.0, "amountConsumed": 3.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a3c328ef-58b8-11ef-a5ee-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3c328ef-58b8-11ef-a5ee-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a3c328ef-58b8-11ef-a5ee-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:39:31.595295Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a3c328ef-58b8-11ef-a5ee-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T14:39:14.4191839Z", - "endExecutionTime": "2024-08-12T14:39:32.319731Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b5133f29-58b8-11ef-9a90-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b5133f29-58b8-11ef-9a90-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b5133f29-58b8-11ef-9a90-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:39:56.594236Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b5133f29-58b8-11ef-9a90-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T14:39:43.8846549Z", - "endExecutionTime": "2024-08-12T14:39:57.3763688Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c2f4783e-58b8-11ef-b7b7-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2f4783e-58b8-11ef-b7b7-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c2f4783e-58b8-11ef-b7b7-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:40:12.0432268Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c2f4783e-58b8-11ef-b7b7-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T14:40:06.8106851Z", - "endExecutionTime": "2024-08-12T14:40:12.8041028Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ca4085c8-58b8-11ef-9add-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ca4085c8-58b8-11ef-9add-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ca4085c8-58b8-11ef-9add-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:40:25.1006304Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ca4085c8-58b8-11ef-9add-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T14:40:19.0037022Z", - "endExecutionTime": "2024-08-12T14:40:25.9159103Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d17a81f1-58b8-11ef-a026-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d17a81f1-58b8-11ef-a026-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d17a81f1-58b8-11ef-a026-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:40:36.2365279Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d17a81f1-58b8-11ef-a026-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T14:40:31.1314771Z", - "endExecutionTime": "2024-08-12T14:40:37.1791496Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d8aaf477-58b8-11ef-ac8d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8aaf477-58b8-11ef-ac8d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d8aaf477-58b8-11ef-ac8d-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:40:48.2423074Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d8aaf477-58b8-11ef-ac8d-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T14:40:43.1738237Z", - "endExecutionTime": "2024-08-12T14:40:49.0263335Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-dfe5bd41-58b8-11ef-aac9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dfe5bd41-58b8-11ef-aac9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dfe5bd41-58b8-11ef-aac9-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:42:22.06896Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "dfe5bd41-58b8-11ef-aac9-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:40:56.0826382Z", "endExecutionTime": "2024-08-12T14:42:22.997134Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2b457ce0-58b9-11ef-88c0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2b457ce0-58b9-11ef-88c0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2b457ce0-58b9-11ef-88c0-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:43:07.6808498Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "2b457ce0-58b9-11ef-88c0-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T14:43:02.5032499Z", - "endExecutionTime": "2024-08-12T14:43:08.4740018Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-33beebdc-58b9-11ef-9b7a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-33beebdc-58b9-11ef-9b7a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-33beebdc-58b9-11ef-9b7a-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:45:47.78021Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "33beebdc-58b9-11ef-9b7a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:43:16.8580384Z", "endExecutionTime": "2024-08-12T14:45:48.715663Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a315a2b5-58b9-11ef-9cc8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a315a2b5-58b9-11ef-9cc8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a315a2b5-58b9-11ef-9cc8-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:48:11.021995Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "a315a2b5-58b9-11ef-9cc8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T14:46:24.0645647Z", "endExecutionTime": "2024-08-12T14:48:12.354699Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eed0732c-58b9-11ef-9334-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eed0732c-58b9-11ef-9334-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-eed0732c-58b9-11ef-9334-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T14:48:35.7294285Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "eed0732c-58b9-11ef-9334-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T14:48:30.5704014Z", - "endExecutionTime": "2024-08-12T14:48:36.5446793Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f7353242-58b9-11ef-81e3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f7353242-58b9-11ef-81e3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f7353242-58b9-11ef-81e3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:50:04.155069Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f7353242-58b9-11ef-81e3-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:48:44.9783486Z", "endExecutionTime": "2024-08-12T14:50:04.971536Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4192df5c-58ba-11ef-9519-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4192df5c-58ba-11ef-9519-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4192df5c-58ba-11ef-9519-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:52:21.804924Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "4192df5c-58ba-11ef-9519-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T14:50:49.4679491Z", "endExecutionTime": "2024-08-12T14:52:23.111793Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8bb62163-58ba-11ef-9220-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8bb62163-58ba-11ef-9220-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8bb62163-58ba-11ef-9220-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:52:57.270244Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "8bb62163-58ba-11ef-9220-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T14:52:54.2562546Z", "endExecutionTime": "2024-08-12T14:52:57.270308Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-92318fb4-58ba-11ef-8dc0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-92318fb4-58ba-11ef-8dc0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-92318fb4-58ba-11ef-8dc0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T14:55:18.99367Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "92318fb4-58ba-11ef-8dc0-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:53:04.8672214Z", "endExecutionTime": "2024-08-12T14:55:19.407436Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee7f2d77-58ba-11ef-aed9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee7f2d77-58ba-11ef-aed9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ee7f2d77-58ba-11ef-aed9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:00:50.931032Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "ee7f2d77-58ba-11ef-aed9-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T14:55:39.9774034Z", "endExecutionTime": "2024-08-12T15:00:51.50066Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a5276a88-58bb-11ef-9550-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a5276a88-58bb-11ef-9550-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a5276a88-58bb-11ef-9550-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:00:56.046374Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "a5276a88-58bb-11ef-9550-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:00:47.1684387Z", "endExecutionTime": "2024-08-12T15:00:56.483047Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-afd6f850-58bb-11ef-b394-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-afd6f850-58bb-11ef-b394-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-afd6f850-58bb-11ef-b394-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:01:44.811484Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "afd6f850-58bb-11ef-b394-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:01:03.9279583Z", "endExecutionTime": "2024-08-12T15:01:45.664475Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d329d68f-58bb-11ef-a542-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d329d68f-58bb-11ef-a542-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d329d68f-58bb-11ef-a542-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:03:23.869296Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "d329d68f-58bb-11ef-a542-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:02:03.2106646Z", "endExecutionTime": "2024-08-12T15:03:24.871256Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1e312157-58bc-11ef-ae1a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1e312157-58bc-11ef-ae1a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1e312157-58bc-11ef-ae1a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:04:25.73148Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "1e312157-58bc-11ef-ae1a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:04:09.5392298Z", "endExecutionTime": "2024-08-12T15:04:26.646194Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2f16c20d-58bc-11ef-81e4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2f16c20d-58bc-11ef-81e4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2f16c20d-58bc-11ef-81e4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:04:40.0821197Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "2f16c20d-58bc-11ef-81e4-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T15:04:37.5280539Z", - "endExecutionTime": "2024-08-12T15:04:40.8643365Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-33c51054-58bc-11ef-898c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-33c51054-58bc-11ef-898c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-33c51054-58bc-11ef-898c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:04:47.938593Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "33c51054-58bc-11ef-898c-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T15:04:45.2989463Z", - "endExecutionTime": "2024-08-12T15:04:48.6537606Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-386abf3a-58bc-11ef-922e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-386abf3a-58bc-11ef-922e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-386abf3a-58bc-11ef-922e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:04:55.9366239Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "386abf3a-58bc-11ef-922e-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T15:04:53.2883435Z", - "endExecutionTime": "2024-08-12T15:04:56.6273148Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3d34f2b1-58bc-11ef-a3cf-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3d34f2b1-58bc-11ef-a3cf-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-3d34f2b1-58bc-11ef-a3cf-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:05:04.0011644Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "3d34f2b1-58bc-11ef-a3cf-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T15:05:01.1024958Z", - "endExecutionTime": "2024-08-12T15:05:04.6847774Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-42e33d9a-58bc-11ef-8d35-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-42e33d9a-58bc-11ef-8d35-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-42e33d9a-58bc-11ef-8d35-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:05:13.1938786Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "42e33d9a-58bc-11ef-8d35-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T15:05:10.784054Z", - "endExecutionTime": "2024-08-12T15:05:13.8995307Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-479b4253-58bc-11ef-959b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-479b4253-58bc-11ef-959b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-479b4253-58bc-11ef-959b-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:05:21.0197478Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "479b4253-58bc-11ef-959b-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T15:05:18.5231352Z", - "endExecutionTime": "2024-08-12T15:05:21.7459412Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4c37a736-58bc-11ef-a76c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4c37a736-58bc-11ef-a76c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4c37a736-58bc-11ef-a76c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:05:29.0828414Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "4c37a736-58bc-11ef-a76c-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T15:05:26.4920344Z", - "endExecutionTime": "2024-08-12T15:05:29.8254954Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-50f96edc-58bc-11ef-a65a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-50f96edc-58bc-11ef-a65a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-50f96edc-58bc-11ef-a65a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:05:37.2148358Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "50f96edc-58bc-11ef-a65a-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T15:05:34.373512Z", - "endExecutionTime": "2024-08-12T15:05:38.0078457Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-56b5583e-58bc-11ef-ab13-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-56b5583e-58bc-11ef-ab13-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-56b5583e-58bc-11ef-ab13-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:05:47.2318887Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "56b5583e-58bc-11ef-ab13-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T15:05:44.3028999Z", - "endExecutionTime": "2024-08-12T15:05:47.6567864Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5cec8903-58bc-11ef-b231-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5cec8903-58bc-11ef-b231-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "5cc9b8bb-58bc-11ef-a32e-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-5cec8903-58bc-11ef-b231-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:05:56.69Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "5cec8903-58bc-11ef-b231-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T15:05:54.5704382Z", - "endExecutionTime": "2024-08-12T15:05:56.803Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5f7691c2-58bc-11ef-bf25-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5f7691c2-58bc-11ef-bf25-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "5cc9b8bb-58bc-11ef-a32e-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-5f7691c2-58bc-11ef-bf25-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:05:59.624Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "5f7691c2-58bc-11ef-bf25-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T15:05:57.7739196Z", - "endExecutionTime": "2024-08-12T15:05:59.675Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-63a6fd40-58bc-11ef-bd8c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-63a6fd40-58bc-11ef-bd8c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "63861790-58bc-11ef-a1ad-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-63a6fd40-58bc-11ef-bd8c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:07:33.352228Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "63a6fd40-58bc-11ef-bd8c-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:06:05.7255803Z", "endExecutionTime": "2024-08-12T15:07:34.726699Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-65688f6f-58bc-11ef-bef6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-65688f6f-58bc-11ef-bef6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "63861790-58bc-11ef-a1ad-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-65688f6f-58bc-11ef-bef6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:07:38.552402Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "65688f6f-58bc-11ef-bef6-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:06:07.6994428Z", "endExecutionTime": "2024-08-12T15:07:39.836601Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b1cf9fc9-58bc-11ef-a840-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b1cf9fc9-58bc-11ef-a840-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "b1ae9238-58bc-11ef-aae6-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b1cf9fc9-58bc-11ef-a840-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:08:18.054Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "b1cf9fc9-58bc-11ef-a840-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T15:08:15.9235009Z", - "endExecutionTime": "2024-08-12T15:08:18.148Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b30ba51b-58bc-11ef-b86d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b30ba51b-58bc-11ef-b86d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "b1ae9238-58bc-11ef-aae6-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b30ba51b-58bc-11ef-b86d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:08:19.998Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "b30ba51b-58bc-11ef-b86d-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T15:08:18.0981339Z", - "endExecutionTime": "2024-08-12T15:08:20.051Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b9c52f13-58bc-11ef-8837-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b9c52f13-58bc-11ef-8837-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "b9a36d4d-58bc-11ef-bea0-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b9c52f13-58bc-11ef-8837-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:09:00.732645Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "b9c52f13-58bc-11ef-8837-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:08:29.3534187Z", "endExecutionTime": "2024-08-12T15:09:01.62564Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bb028d76-58bc-11ef-b386-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bb028d76-58bc-11ef-b386-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "b9a36d4d-58bc-11ef-bea0-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bb028d76-58bc-11ef-b386-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T15:09:05.966521Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "bb028d76-58bc-11ef-b386-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:08:31.3616474Z", "endExecutionTime": "2024-08-12T15:09:06.479402Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d5a018d1-58bc-11ef-9db8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d5a018d1-58bc-11ef-9db8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "d5806904-58bc-11ef-878b-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d5a018d1-58bc-11ef-9db8-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:16:12.843703Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "d5a018d1-58bc-11ef-9db8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:09:16.9412764Z", "endExecutionTime": "2024-08-12T15:16:13.370053Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d765ac8c-58bc-11ef-96e4-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d765ac8c-58bc-11ef-96e4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "d5806904-58bc-11ef-878b-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d765ac8c-58bc-11ef-96e4-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T15:16:17.955824Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "d765ac8c-58bc-11ef-96e4-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T15:09:19.9038128Z", "endExecutionTime": "2024-08-12T15:16:18.471519Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b0fd453c-58c7-11ef-8ff6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0fd453c-58c7-11ef-8ff6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b0fd453c-58c7-11ef-8ff6-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:27:04.239Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "b0fd453c-58c7-11ef-8ff6-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:27:02.0194344Z", - "endExecutionTime": "2024-08-12T16:27:04.313Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b842245e-58c7-11ef-bc0a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b842245e-58c7-11ef-bc0a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b842245e-58c7-11ef-bc0a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:28:12.973171Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "b842245e-58c7-11ef-bc0a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T16:27:13.2612825Z", "endExecutionTime": "2024-08-12T16:28:14.291497Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ec9ca48d-58c7-11ef-8394-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ec9ca48d-58c7-11ef-8394-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ec9ca48d-58c7-11ef-8394-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:28:42.038Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "ec9ca48d-58c7-11ef-8394-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:28:40.0488703Z", - "endExecutionTime": "2024-08-12T16:28:42.079Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f153ac88-58c7-11ef-8fb9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f153ac88-58c7-11ef-8fb9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f153ac88-58c7-11ef-8fb9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:28:49.613Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "f153ac88-58c7-11ef-8fb9-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:28:47.8880574Z", - "endExecutionTime": "2024-08-12T16:28:49.657Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f6022c6b-58c7-11ef-890c-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f6022c6b-58c7-11ef-890c-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f6022c6b-58c7-11ef-890c-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:28:58.059Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "f6022c6b-58c7-11ef-890c-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:28:56.0180256Z", - "endExecutionTime": "2024-08-12T16:28:58.112Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fad94a62-58c7-11ef-a2b8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fad94a62-58c7-11ef-a2b8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fad94a62-58c7-11ef-a2b8-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:29:05.647Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "fad94a62-58c7-11ef-a2b8-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:29:03.6672615Z", - "endExecutionTime": "2024-08-12T16:29:05.738Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ff6caeed-58c7-11ef-9623-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ff6caeed-58c7-11ef-9623-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ff6caeed-58c7-11ef-9623-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:29:13.302Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "ff6caeed-58c7-11ef-9623-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:29:11.4898908Z", - "endExecutionTime": "2024-08-12T16:29:13.385Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-03832bfb-58c8-11ef-84a9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-03832bfb-58c8-11ef-84a9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-03832bfb-58c8-11ef-84a9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:29:20.043Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "03832bfb-58c8-11ef-84a9-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:29:18.2345635Z", - "endExecutionTime": "2024-08-12T16:29:20.091Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-07889688-58c8-11ef-bc38-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07889688-58c8-11ef-bc38-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-07889688-58c8-11ef-bc38-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:29:27.26Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "07889688-58c8-11ef-bc38-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:29:25.2135283Z", - "endExecutionTime": "2024-08-12T16:29:27.373Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0e83085a-58c8-11ef-b877-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0e83085a-58c8-11ef-b877-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0e83085a-58c8-11ef-b877-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:30:04.3003539Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "0e83085a-58c8-11ef-b877-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T16:29:36.7781606Z", - "endExecutionTime": "2024-08-12T16:31:40.6375485Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6be42656-58c8-11ef-8186-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6be42656-58c8-11ef-8186-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6be42656-58c8-11ef-8186-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:32:14.0284919Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "6be42656-58c8-11ef-8186-d4e98a5f985c", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-12T16:32:13.5467755Z", - "endExecutionTime": "2024-08-12T16:32:14.0284919Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6f700a87-58c8-11ef-ace4-d4e98a5f985c?sv=PLACEHOLDER&sr=c&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6f700a87-58c8-11ef-ace4-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6f700a87-58c8-11ef-ace4-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:32:45.6902561Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "6f700a87-58c8-11ef-ace4-d4e98a5f985c", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-12T16:32:19.3673863Z", "endExecutionTime": "2024-08-12T16:33:20.4466216Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a1a3fe7b-58c8-11ef-a3ab-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a1a3fe7b-58c8-11ef-a3ab-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a1a3fe7b-58c8-11ef-a3ab-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:33:47.1719475Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "a1a3fe7b-58c8-11ef-a3ab-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T16:33:43.8409817Z", "endExecutionTime": "2024-08-12T16:33:49.7070203Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a8eced6a-58c8-11ef-a7df-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a8eced6a-58c8-11ef-a7df-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a8eced6a-58c8-11ef-a7df-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:33:56.5151576Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "a8eced6a-58c8-11ef-a7df-d4e98a5f985c", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-12T16:33:56.1474025Z", "endExecutionTime": - "2024-08-12T16:33:58.8854272Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-ad27eb30-58c8-11ef-b1c1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ad27eb30-58c8-11ef-b1c1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ad27eb30-58c8-11ef-b1c1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:34:03.7552735Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "ad27eb30-58c8-11ef-b1c1-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T16:34:02.9492542Z", "endExecutionTime": "2024-08-12T16:34:05.9246778Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b2606db1-58c8-11ef-952a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b2606db1-58c8-11ef-952a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b2606db1-58c8-11ef-952a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:34:12.3090021Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "b2606db1-58c8-11ef-952a-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T16:34:11.8167576Z", "endExecutionTime": "2024-08-12T16:34:14.1630276Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b70ba360-58c8-11ef-bdbd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b70ba360-58c8-11ef-bdbd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b70ba360-58c8-11ef-bdbd-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:34:19.9178431Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "b70ba360-58c8-11ef-bdbd-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T16:34:19.5744119Z", "endExecutionTime": "2024-08-12T16:34:22.2242692Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bb93dba5-58c8-11ef-96a1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bb93dba5-58c8-11ef-96a1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bb93dba5-58c8-11ef-96a1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:34:27.726818Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "bb93dba5-58c8-11ef-96a1-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T16:34:27.3314145Z", "endExecutionTime": "2024-08-12T16:34:29.9606244Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bfd1d80a-58c8-11ef-a254-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bfd1d80a-58c8-11ef-a254-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bfd1d80a-58c8-11ef-a254-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:34:52.07394Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "bfd1d80a-58c8-11ef-a254-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T16:34:34.2414916Z", - "endExecutionTime": "2024-08-12T16:35:13.974756Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0061, - "amountConsumed": 0.0061, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e294da9b-58c8-11ef-b5ff-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e294da9b-58c8-11ef-b5ff-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e294da9b-58c8-11ef-b5ff-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:35:40.98923Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "e294da9b-58c8-11ef-b5ff-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T16:35:32.6642631Z", - "endExecutionTime": "2024-08-12T16:35:54.998192Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0039, - "amountConsumed": 0.0039, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f3deff88-58c8-11ef-9872-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f3deff88-58c8-11ef-9872-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f3deff88-58c8-11ef-9872-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:36:09.82419Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "f3deff88-58c8-11ef-9872-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T16:36:01.7798175Z", - "endExecutionTime": "2024-08-12T16:36:28.394383Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0052, - "amountConsumed": 0.0052, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0c397be0-58c9-11ef-855e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0c397be0-58c9-11ef-855e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0c397be0-58c9-11ef-855e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:36:48.2485Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "0c397be0-58c9-11ef-855e-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T16:36:42.5785752Z", - "endExecutionTime": "2024-08-12T16:37:03.712764Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0043, - "amountConsumed": 0.0043, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1e0aa755-58c9-11ef-a420-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1e0aa755-58c9-11ef-a420-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1e0aa755-58c9-11ef-a420-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:37:39.738232Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "1e0aa755-58c9-11ef-a420-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T16:37:12.6755739Z", - "endExecutionTime": "2024-08-12T16:38:02.300467Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0063, - "amountConsumed": 0.0063, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-408b54cf-58c9-11ef-957d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-408b54cf-58c9-11ef-957d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-408b54cf-58c9-11ef-957d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:38:15.112403Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "408b54cf-58c9-11ef-957d-d4e98a5f985c", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-12T16:38:10.4158448Z", - "endExecutionTime": "2024-08-12T16:38:28.331101Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0037, - "amountConsumed": 0.0037, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-57af2b01-58c9-11ef-a2dd-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-57af2b01-58c9-11ef-a2dd-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-57af2b01-58c9-11ef-a2dd-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:38:49.962Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "57af2b01-58c9-11ef-a2dd-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:38:48.1689377Z", - "endExecutionTime": "2024-08-12T16:38:50.026Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5d360d3c-58c9-11ef-9fa9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5d360d3c-58c9-11ef-9fa9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5d360d3c-58c9-11ef-9fa9-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:38:59.476Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5d360d3c-58c9-11ef-9fa9-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:38:57.4934384Z", - "endExecutionTime": "2024-08-12T16:38:59.555Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-629a08b0-58c9-11ef-91e1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-629a08b0-58c9-11ef-91e1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-629a08b0-58c9-11ef-91e1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:39:14.934471Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "629a08b0-58c9-11ef-91e1-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T16:39:06.4173529Z", "endExecutionTime": "2024-08-12T16:39:17.452387Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6e201d5f-58c9-11ef-8adf-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6e201d5f-58c9-11ef-8adf-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6e201d5f-58c9-11ef-8adf-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:39:28.049Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6e201d5f-58c9-11ef-8adf-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:39:25.9178986Z", - "endExecutionTime": "2024-08-12T16:39:28.118Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-736e42cc-58c9-11ef-a167-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-736e42cc-58c9-11ef-a167-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-736e42cc-58c9-11ef-a167-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:39:36.44Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "736e42cc-58c9-11ef-a167-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:39:34.6978966Z", - "endExecutionTime": "2024-08-12T16:39:36.5Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-78b19806-58c9-11ef-af01-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-78b19806-58c9-11ef-af01-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-78b19806-58c9-11ef-af01-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:39:45.699Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "78b19806-58c9-11ef-af01-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:39:43.6605868Z", - "endExecutionTime": "2024-08-12T16:39:45.81Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7d6d4f31-58c9-11ef-a21a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d6d4f31-58c9-11ef-a21a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7d6d4f31-58c9-11ef-a21a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:39:53.091Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7d6d4f31-58c9-11ef-a21a-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:39:51.4778678Z", - "endExecutionTime": "2024-08-12T16:39:53.141Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8213c128-58c9-11ef-a66a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8213c128-58c9-11ef-a66a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8213c128-58c9-11ef-a66a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:40:01.064Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8213c128-58c9-11ef-a66a-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:39:59.4189318Z", - "endExecutionTime": "2024-08-12T16:40:01.113Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-86e5200f-58c9-11ef-8b22-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-86e5200f-58c9-11ef-8b22-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-86e5200f-58c9-11ef-8b22-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:44:39.925665Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "86e5200f-58c9-11ef-8b22-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T16:40:08.4833953Z", "endExecutionTime": "2024-08-12T16:44:41.325903Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3ebdf00e-58ca-11ef-901e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3ebdf00e-58ca-11ef-901e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3ebdf00e-58ca-11ef-901e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:46:54.868191Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3ebdf00e-58ca-11ef-901e-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T16:45:16.3232566Z", "endExecutionTime": "2024-08-12T16:46:59.165043Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-89670693-58ca-11ef-ac6d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-89670693-58ca-11ef-ac6d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-89670693-58ca-11ef-ac6d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:47:24.226059Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "89670693-58ca-11ef-ac6d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T16:47:21.0474804Z", "endExecutionTime": "2024-08-12T16:47:24.22634Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8fb367fd-58ca-11ef-91d1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8fb367fd-58ca-11ef-91d1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-8fb367fd-58ca-11ef-91d1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:48:12.678822Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8fb367fd-58ca-11ef-91d1-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T16:47:31.7275922Z", "endExecutionTime": "2024-08-12T16:48:13.89167Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b32046fe-58ca-11ef-be07-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b32046fe-58ca-11ef-be07-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b32046fe-58ca-11ef-be07-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:48:50.440937Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b32046fe-58ca-11ef-be07-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T16:48:31.0786294Z", "endExecutionTime": "2024-08-12T16:48:50.441172Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c45a3393-58ca-11ef-88fa-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c45a3393-58ca-11ef-88fa-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c45a3393-58ca-11ef-88fa-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:49:07.349498Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c45a3393-58ca-11ef-88fa-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T16:49:00.0612764Z", "endExecutionTime": "2024-08-12T16:49:08.260083Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cdacc97d-58ca-11ef-a241-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cdacc97d-58ca-11ef-a241-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-cdacc97d-58ca-11ef-a241-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:49:44.900522Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cdacc97d-58ca-11ef-a241-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T16:49:15.6738276Z", "endExecutionTime": "2024-08-12T16:49:46.640189Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e6079b17-58ca-11ef-a9aa-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6079b17-58ca-11ef-a9aa-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e6079b17-58ca-11ef-a9aa-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T16:51:23.322387Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e6079b17-58ca-11ef-a9aa-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T16:49:56.4361359Z", "endExecutionTime": "2024-08-12T16:51:24.101607Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-305b7ea7-58cb-11ef-bebb-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-305b7ea7-58cb-11ef-bebb-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-194", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-194", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-305b7ea7-58cb-11ef-bebb-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:52:06.2963599Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-194", "id": "305b7ea7-58cb-11ef-bebb-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T16:52:01.7900848Z", "endExecutionTime": "2024-08-12T16:52:08.7121782Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3900418f-58cb-11ef-ae78-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3900418f-58cb-11ef-ae78-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-196", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-196", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3900418f-58cb-11ef-ae78-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:52:16.3079991Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-196", "id": "3900418f-58cb-11ef-ae78-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T16:52:15.8792364Z", "endExecutionTime": "2024-08-12T16:52:18.6113242Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3ea408ff-58cb-11ef-b94a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3ea408ff-58cb-11ef-b94a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-198", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3ea408ff-58cb-11ef-b94a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:52:25.6001926Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-198", "id": "3ea408ff-58cb-11ef-b94a-d4e98a5f985c", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T16:52:25.1864891Z", "endExecutionTime": "2024-08-12T16:52:27.8408935Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-446261e8-58cb-11ef-b05f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-446261e8-58cb-11ef-b05f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-446261e8-58cb-11ef-b05f-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:52:45.229306Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "446261e8-58cb-11ef-b05f-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T16:52:34.9424462Z", - "endExecutionTime": "2024-08-12T16:52:46.494493Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-54d19f6c-58cb-11ef-bfe6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-54d19f6c-58cb-11ef-bfe6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-54d19f6c-58cb-11ef-bfe6-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T16:53:09.017Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "54d19f6c-58cb-11ef-bfe6-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T16:53:03.3643767Z", - "endExecutionTime": "2024-08-12T16:53:09.081Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5d1f44bc-58cb-11ef-a12f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5d1f44bc-58cb-11ef-a12f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5d1f44bc-58cb-11ef-a12f-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:02:17.15647Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5d1f44bc-58cb-11ef-a12f-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T16:53:17.3273928Z", "endExecutionTime": "2024-08-12T17:02:17.57109Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-91fa5fb6-58cc-11ef-876e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-91fa5fb6-58cc-11ef-876e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-210", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-91fa5fb6-58cc-11ef-876e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:01:57.022Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-210", "id": "91fa5fb6-58cc-11ef-876e-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:01:54.9411364Z", - "endExecutionTime": "2024-08-12T17:01:57.068Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9798154d-58cc-11ef-942b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9798154d-58cc-11ef-942b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9798154d-58cc-11ef-942b-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:02:15.831239Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9798154d-58cc-11ef-942b-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T17:02:03.9599216Z", - "endExecutionTime": "2024-08-12T17:02:16.951087Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a5444b3a-58cc-11ef-bb6b-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a5444b3a-58cc-11ef-bb6b-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a5444b3a-58cc-11ef-bb6b-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:02:37.775809Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a5444b3a-58cc-11ef-bb6b-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T17:02:26.8964427Z", - "endExecutionTime": "2024-08-12T17:02:39.733482Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b1d4b3d0-58cc-11ef-aee5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b1d4b3d0-58cc-11ef-aee5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b1d4b3d0-58cc-11ef-aee5-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:02:59.089295Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b1d4b3d0-58cc-11ef-aee5-d4e98a5f985c", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T17:02:47.9764592Z", - "endExecutionTime": "2024-08-12T17:02:59.813299Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 0.0, "amountConsumed": 0.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bbc5e874-58cc-11ef-8140-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bbc5e874-58cc-11ef-8140-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bbc5e874-58cc-11ef-8140-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:03:10.2486413Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bbc5e874-58cc-11ef-8140-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:03:04.7534896Z", - "endExecutionTime": "2024-08-12T17:03:11.0756064Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c4535c3d-58cc-11ef-8b94-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c4535c3d-58cc-11ef-8b94-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c4535c3d-58cc-11ef-8b94-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:03:24.2568364Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c4535c3d-58cc-11ef-8b94-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:03:19.0137006Z", - "endExecutionTime": "2024-08-12T17:03:25.027254Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cba7d710-58cc-11ef-a070-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cba7d710-58cc-11ef-a070-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cba7d710-58cc-11ef-a070-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:03:36.3483796Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cba7d710-58cc-11ef-a070-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:03:31.3671356Z", - "endExecutionTime": "2024-08-12T17:03:37.1510227Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d2f8a0d5-58cc-11ef-b065-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d2f8a0d5-58cc-11ef-b065-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d2f8a0d5-58cc-11ef-b065-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:03:48.4942266Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d2f8a0d5-58cc-11ef-b065-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:03:43.6577883Z", - "endExecutionTime": "2024-08-12T17:03:49.4131473Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-da599fe7-58cc-11ef-a82f-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da599fe7-58cc-11ef-a82f-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-da599fe7-58cc-11ef-a82f-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:04:00.5771108Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "da599fe7-58cc-11ef-a82f-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:03:55.9972432Z", - "endExecutionTime": "2024-08-12T17:04:01.3337087Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e1d62987-58cc-11ef-9425-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1d62987-58cc-11ef-9425-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e1d62987-58cc-11ef-9425-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:04:42.819675Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "e1d62987-58cc-11ef-9425-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:04:09.4458155Z", "endExecutionTime": "2024-08-12T17:04:43.078982Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fb83e462-58cc-11ef-a393-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fb83e462-58cc-11ef-a393-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fb83e462-58cc-11ef-a393-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:04:57.6168267Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "fb83e462-58cc-11ef-a393-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:04:52.3996051Z", - "endExecutionTime": "2024-08-12T17:04:58.3553848Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0429c78d-58cd-11ef-afe8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0429c78d-58cd-11ef-afe8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0429c78d-58cd-11ef-afe8-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:05:49.956099Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "0429c78d-58cd-11ef-afe8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:05:08.9066764Z", "endExecutionTime": "2024-08-12T17:05:50.947268Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-297fba05-58cd-11ef-8fb8-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-297fba05-58cd-11ef-8fb8-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-297fba05-58cd-11ef-8fb8-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:07:57.46738Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "297fba05-58cd-11ef-8fb8-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T17:06:09.5255026Z", "endExecutionTime": "2024-08-12T17:07:58.7601Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-75282377-58cd-11ef-9fb6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-75282377-58cd-11ef-9fb6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-75282377-58cd-11ef-9fb6-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:08:21.6847989Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "75282377-58cd-11ef-9fb6-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:08:16.7767703Z", - "endExecutionTime": "2024-08-12T17:08:22.4087029Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7dd25933-58cd-11ef-aa94-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7dd25933-58cd-11ef-aa94-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7dd25933-58cd-11ef-aa94-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:08:48.663272Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "7dd25933-58cd-11ef-aa94-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:08:31.2796764Z", "endExecutionTime": "2024-08-12T17:08:49.882889Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8fd35d84-58cd-11ef-b529-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8fd35d84-58cd-11ef-b529-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8fd35d84-58cd-11ef-b529-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:10:33.342687Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "8fd35d84-58cd-11ef-b529-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T17:09:01.4014829Z", "endExecutionTime": "2024-08-12T17:10:34.658068Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-da2eabe4-58cd-11ef-8701-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da2eabe4-58cd-11ef-8701-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-da2eabe4-58cd-11ef-8701-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:11:09.127743Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "da2eabe4-58cd-11ef-8701-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T17:11:05.9963783Z", "endExecutionTime": "2024-08-12T17:11:09.127797Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e0766c36-58cd-11ef-ba4a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e0766c36-58cd-11ef-ba4a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e0766c36-58cd-11ef-ba4a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:11:53.671038Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "e0766c36-58cd-11ef-ba4a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:11:16.648296Z", "endExecutionTime": "2024-08-12T17:11:54.644433Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-035c50f2-58ce-11ef-ab33-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-035c50f2-58ce-11ef-ab33-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-035c50f2-58ce-11ef-ab33-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:12:41.74851Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "035c50f2-58ce-11ef-ab33-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:12:15.0825375Z", "endExecutionTime": "2024-08-12T17:12:42.326814Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1bb29523-58ce-11ef-9bc1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1bb29523-58ce-11ef-9bc1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1bb29523-58ce-11ef-9bc1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:13:24.663139Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "1bb29523-58ce-11ef-9bc1-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:12:55.9114689Z", "endExecutionTime": "2024-08-12T17:13:26.276206Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-354758b5-58ce-11ef-b9e1-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-354758b5-58ce-11ef-b9e1-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-354758b5-58ce-11ef-b9e1-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:13:51.802908Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "354758b5-58ce-11ef-b9e1-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:13:39.0538081Z", "endExecutionTime": "2024-08-12T17:13:53.101228Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-42773b45-58ce-11ef-b917-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-42773b45-58ce-11ef-b917-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-42773b45-58ce-11ef-b917-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:14:17.350997Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "42773b45-58ce-11ef-b917-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:14:01.1027216Z", "endExecutionTime": "2024-08-12T17:14:17.909784Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5458c816-58ce-11ef-ab0d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5458c816-58ce-11ef-ab0d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5458c816-58ce-11ef-ab0d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:14:42.358831Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "5458c816-58ce-11ef-ab0d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:14:31.0308868Z", "endExecutionTime": "2024-08-12T17:14:43.581504Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6058eabf-58ce-11ef-87c5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6058eabf-58ce-11ef-87c5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6058eabf-58ce-11ef-87c5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:14:53.9942722Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "6058eabf-58ce-11ef-87c5-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:14:51.6791525Z", - "endExecutionTime": "2024-08-12T17:14:54.7744983Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-65697c2e-58ce-11ef-9dba-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-65697c2e-58ce-11ef-9dba-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-65697c2e-58ce-11ef-9dba-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:15:02.049868Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "65697c2e-58ce-11ef-9dba-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:14:59.5439956Z", - "endExecutionTime": "2024-08-12T17:15:02.847216Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6a21a433-58ce-11ef-97cc-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6a21a433-58ce-11ef-97cc-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6a21a433-58ce-11ef-97cc-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:15:12.1492836Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "6a21a433-58ce-11ef-97cc-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:15:08.9785364Z", - "endExecutionTime": "2024-08-12T17:15:12.942165Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-70bd9f51-58ce-11ef-8c4e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-70bd9f51-58ce-11ef-8c4e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-70bd9f51-58ce-11ef-8c4e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:15:21.1106248Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "70bd9f51-58ce-11ef-8c4e-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:15:18.5395385Z", - "endExecutionTime": "2024-08-12T17:15:21.8129576Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7564b974-58ce-11ef-a4c3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7564b974-58ce-11ef-a4c3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-7564b974-58ce-11ef-a4c3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:15:29.1983601Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "7564b974-58ce-11ef-a4c3-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:15:26.4525143Z", - "endExecutionTime": "2024-08-12T17:15:29.9301074Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7a15db1c-58ce-11ef-82f3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7a15db1c-58ce-11ef-82f3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7a15db1c-58ce-11ef-82f3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:15:37.2101877Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "7a15db1c-58ce-11ef-82f3-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:15:34.2961406Z", - "endExecutionTime": "2024-08-12T17:15:37.9154207Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7fd7a4dc-58ce-11ef-b2a0-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7fd7a4dc-58ce-11ef-b2a0-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7fd7a4dc-58ce-11ef-b2a0-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:15:46.288091Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "7fd7a4dc-58ce-11ef-b2a0-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:15:44.0312721Z", - "endExecutionTime": "2024-08-12T17:15:47.0101768Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-848fe981-58ce-11ef-af2d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-848fe981-58ce-11ef-af2d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-848fe981-58ce-11ef-af2d-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:15:54.2843946Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "848fe981-58ce-11ef-af2d-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:15:51.8660992Z", - "endExecutionTime": "2024-08-12T17:15:55.0301846Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8943e604-58ce-11ef-abe3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8943e604-58ce-11ef-abe3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8943e604-58ce-11ef-abe3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:16:02.4142555Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "8943e604-58ce-11ef-abe3-d4e98a5f985c", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:15:59.9294871Z", - "endExecutionTime": "2024-08-12T17:16:02.8827374Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8f29137a-58ce-11ef-b830-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8f29137a-58ce-11ef-b830-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "8f078e94-58ce-11ef-aa30-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-8f29137a-58ce-11ef-b830-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:16:11.698Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "8f29137a-58ce-11ef-b830-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:16:09.7815925Z", - "endExecutionTime": "2024-08-12T17:16:11.745Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-91c26156-58ce-11ef-a681-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-91c26156-58ce-11ef-a681-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "8f078e94-58ce-11ef-aa30-d4e98a5f985c", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-91c26156-58ce-11ef-a681-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:16:14.797Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "91c26156-58ce-11ef-a681-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:16:13.2818375Z", - "endExecutionTime": "2024-08-12T17:16:14.841Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-96fd100b-58ce-11ef-9690-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-96fd100b-58ce-11ef-9690-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "96da56d8-58ce-11ef-91e8-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-96fd100b-58ce-11ef-9690-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:16:56.265765Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "96fd100b-58ce-11ef-9690-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:16:22.8126791Z", "endExecutionTime": "2024-08-12T17:16:57.161926Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-98bc1c9e-58ce-11ef-b76a-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-98bc1c9e-58ce-11ef-b76a-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "96da56d8-58ce-11ef-91e8-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-98bc1c9e-58ce-11ef-b76a-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:17:01.383479Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "98bc1c9e-58ce-11ef-b76a-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:16:24.960478Z", "endExecutionTime": "2024-08-12T17:17:02.220333Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b399d76b-58ce-11ef-94a3-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b399d76b-58ce-11ef-94a3-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "b37b7637-58ce-11ef-8bb2-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b399d76b-58ce-11ef-94a3-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:17:11.415Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "b399d76b-58ce-11ef-94a3-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:17:09.9059788Z", - "endExecutionTime": "2024-08-12T17:17:11.463Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b4cccd56-58ce-11ef-8fd5-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4cccd56-58ce-11ef-8fd5-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": "2", - "metadata": "{}", "meas_map": "[0, 1]"}, "sessionId": "b37b7637-58ce-11ef-8bb2-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b4cccd56-58ce-11ef-8fd5-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:17:13.355Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "b4cccd56-58ce-11ef-8fd5-d4e98a5f985c", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:17:11.8791092Z", - "endExecutionTime": "2024-08-12T17:17:13.366Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bba6140b-58ce-11ef-8172-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bba6140b-58ce-11ef-8172-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "bb5731a2-58ce-11ef-b94c-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bba6140b-58ce-11ef-8172-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:17:38.115645Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "bba6140b-58ce-11ef-8172-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:17:23.3409833Z", "endExecutionTime": "2024-08-12T17:17:38.395537Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bccfc8b4-58ce-11ef-9e2e-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bccfc8b4-58ce-11ef-9e2e-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "BellState", "num_qubits": - "2", "metadata": "{}"}, "sessionId": "bb5731a2-58ce-11ef-b94c-d4e98a5f985c", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bccfc8b4-58ce-11ef-9e2e-d4e98a5f985c/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:17:43.212782Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "bccfc8b4-58ce-11ef-9e2e-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:17:25.3531394Z", "endExecutionTime": "2024-08-12T17:17:43.542012Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cb6a0695-58ce-11ef-b2de-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cb6a0695-58ce-11ef-b2de-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "cb4746a1-58ce-11ef-bcc4-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb6a0695-58ce-11ef-b2de-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:18:20.677197Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "cb6a0695-58ce-11ef-b2de-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:17:50.7180432Z", "endExecutionTime": "2024-08-12T17:18:21.661304Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cd25c9b8-58ce-11ef-b9e9-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd25c9b8-58ce-11ef-b9e9-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "cb4746a1-58ce-11ef-bcc4-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd25c9b8-58ce-11ef-b9e9-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:18:25.770557Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "cd25c9b8-58ce-11ef-b9e9-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:17:53.9510954Z", "endExecutionTime": "2024-08-12T17:18:26.769166Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f305a3a4-58ce-11ef-8050-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f305a3a4-58ce-11ef-8050-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f305a3a4-58ce-11ef-8050-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:19:00.895Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f305a3a4-58ce-11ef-8050-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:18:56.4478643Z", - "endExecutionTime": "2024-08-12T17:19:00.908Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fa1044b9-58ce-11ef-9edd-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fa1044b9-58ce-11ef-9edd-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fa1044b9-58ce-11ef-9edd-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:19:11.271Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fa1044b9-58ce-11ef-9edd-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:19:07.2697912Z", - "endExecutionTime": "2024-08-12T17:19:11.286Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-012ef3c2-58cf-11ef-a739-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-012ef3c2-58cf-11ef-a739-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-012ef3c2-58cf-11ef-a739-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:19:21.39Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "012ef3c2-58cf-11ef-a739-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:19:19.8215091Z", - "endExecutionTime": "2024-08-12T17:19:21.406Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-057be741-58cf-11ef-90d9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-057be741-58cf-11ef-90d9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-057be741-58cf-11ef-90d9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:19:38.645629Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "057be741-58cf-11ef-90d9-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:19:26.6547053Z", "endExecutionTime": "2024-08-12T17:19:39.555399Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-150ef95e-58cf-11ef-91cd-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-150ef95e-58cf-11ef-91cd-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-150ef95e-58cf-11ef-91cd-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:19:54.109Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "150ef95e-58cf-11ef-91cd-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:19:52.5237653Z", - "endExecutionTime": "2024-08-12T17:19:54.189Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1930afa0-58cf-11ef-81c7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1930afa0-58cf-11ef-81c7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1930afa0-58cf-11ef-81c7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:20:03.744Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1930afa0-58cf-11ef-81c7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:19:59.4113213Z", - "endExecutionTime": "2024-08-12T17:20:03.823Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1fbcca0a-58cf-11ef-ad13-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1fbcca0a-58cf-11ef-ad13-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1fbcca0a-58cf-11ef-ad13-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:20:13.05Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1fbcca0a-58cf-11ef-ad13-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:20:11.3695833Z", - "endExecutionTime": "2024-08-12T17:20:13.123Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-241e1103-58cf-11ef-bdbe-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-241e1103-58cf-11ef-bdbe-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-241e1103-58cf-11ef-bdbe-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:20:22.789Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "241e1103-58cf-11ef-bdbe-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:20:19.0020642Z", - "endExecutionTime": "2024-08-12T17:20:22.802Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a265c975-58cf-11ef-8e9a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a265c975-58cf-11ef-8e9a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a265c975-58cf-11ef-8e9a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:23:53.983Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a265c975-58cf-11ef-8e9a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:23:49.7343264Z", - "endExecutionTime": "2024-08-12T17:23:54.061Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a9234b8e-58cf-11ef-bd42-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9234b8e-58cf-11ef-bd42-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a9234b8e-58cf-11ef-bd42-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:24:05.803Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a9234b8e-58cf-11ef-bd42-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:24:01.4523855Z", - "endExecutionTime": "2024-08-12T17:24:05.887Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-afaf2ed6-58cf-11ef-9d9c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-afaf2ed6-58cf-11ef-9d9c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-afaf2ed6-58cf-11ef-9d9c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:24:13.688Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "afaf2ed6-58cf-11ef-9d9c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:24:11.9810706Z", - "endExecutionTime": "2024-08-12T17:24:13.768Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b36b0855-58cf-11ef-8941-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b36b0855-58cf-11ef-8941-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b36b0855-58cf-11ef-8941-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:24:29.920321Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b36b0855-58cf-11ef-8941-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:24:18.2094014Z", "endExecutionTime": "2024-08-12T17:24:31.165462Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bed335ee-58cf-11ef-a044-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bed335ee-58cf-11ef-a044-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bed335ee-58cf-11ef-a044-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:24:41.837552Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bed335ee-58cf-11ef-a044-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:24:37.3860609Z", "endExecutionTime": "2024-08-12T17:24:42.236743Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c7f0dab1-58cf-11ef-8fa1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c7f0dab1-58cf-11ef-8fa1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c7f0dab1-58cf-11ef-8fa1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:24:54.378Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c7f0dab1-58cf-11ef-8fa1-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:24:52.7138856Z", - "endExecutionTime": "2024-08-12T17:24:54.459Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cb7f30bf-58cf-11ef-aa43-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cb7f30bf-58cf-11ef-aa43-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb7f30bf-58cf-11ef-aa43-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:25:02.372Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cb7f30bf-58cf-11ef-aa43-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:24:58.5148596Z", - "endExecutionTime": "2024-08-12T17:25:02.391Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d1ab181e-58cf-11ef-ab8e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d1ab181e-58cf-11ef-ab8e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d1ab181e-58cf-11ef-ab8e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:25:10.505Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d1ab181e-58cf-11ef-ab8e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:25:09.0450084Z", - "endExecutionTime": "2024-08-12T17:25:10.516Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d6453835-58cf-11ef-ae36-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d6453835-58cf-11ef-ae36-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d6453835-58cf-11ef-ae36-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:25:21.222Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d6453835-58cf-11ef-ae36-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:25:17.2494746Z", - "endExecutionTime": "2024-08-12T17:25:21.301Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dc5c5edd-58cf-11ef-94a7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dc5c5edd-58cf-11ef-94a7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dc5c5edd-58cf-11ef-94a7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:25:28.454Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dc5c5edd-58cf-11ef-94a7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:25:26.9433733Z", - "endExecutionTime": "2024-08-12T17:25:28.531Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e0eb60b0-58cf-11ef-8cd1-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e0eb60b0-58cf-11ef-8cd1-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e0eb60b0-58cf-11ef-8cd1-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:25:38.56Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e0eb60b0-58cf-11ef-8cd1-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:25:34.4890014Z", - "endExecutionTime": "2024-08-12T17:25:38.634Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e6de79f0-58cf-11ef-84f7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6de79f0-58cf-11ef-84f7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e6de79f0-58cf-11ef-84f7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:25:46.064Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e6de79f0-58cf-11ef-84f7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:25:44.5926884Z", - "endExecutionTime": "2024-08-12T17:25:46.157Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea514bd0-58cf-11ef-a265-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea514bd0-58cf-11ef-a265-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ea514bd0-58cf-11ef-a265-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:25:54.53Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ea514bd0-58cf-11ef-a265-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:25:50.3108178Z", - "endExecutionTime": "2024-08-12T17:25:54.614Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f0254bc1-58cf-11ef-846f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f0254bc1-58cf-11ef-846f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f0254bc1-58cf-11ef-846f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:26:01.555Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f0254bc1-58cf-11ef-846f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:26:00.1325906Z", - "endExecutionTime": "2024-08-12T17:26:01.636Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f3c2541f-58cf-11ef-a559-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f3c2541f-58cf-11ef-a559-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f3c2541f-58cf-11ef-a559-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:26:19.803209Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f3c2541f-58cf-11ef-a559-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:26:06.089659Z", "endExecutionTime": "2024-08-12T17:26:21.938996Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-03f7bd9c-58d0-11ef-a8db-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-03f7bd9c-58d0-11ef-a8db-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-03f7bd9c-58d0-11ef-a8db-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:28:10.393515Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "03f7bd9c-58d0-11ef-a8db-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T17:26:33.2679032Z", "endExecutionTime": "2024-08-12T17:28:14.601385Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4c0dd8ca-58d0-11ef-861f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4c0dd8ca-58d0-11ef-861f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4c0dd8ca-58d0-11ef-861f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:28:37.720246Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4c0dd8ca-58d0-11ef-861f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T17:28:34.243799Z", "endExecutionTime": "2024-08-12T17:28:37.720663Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-524f972e-58d0-11ef-bfb4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-524f972e-58d0-11ef-bfb4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-524f972e-58d0-11ef-bfb4-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:29:36.203892Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "524f972e-58d0-11ef-bfb4-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:28:44.8778958Z", "endExecutionTime": "2024-08-12T17:29:37.218874Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8368086e-58d0-11ef-8f7f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8368086e-58d0-11ef-8f7f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-8368086e-58d0-11ef-8f7f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:30:27.935117Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8368086e-58d0-11ef-8f7f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:30:08.1993188Z", "endExecutionTime": "2024-08-12T17:30:28.7278Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-940b35e8-58d0-11ef-9ecf-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-940b35e8-58d0-11ef-9ecf-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-940b35e8-58d0-11ef-9ecf-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:30:41.059711Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "940b35e8-58d0-11ef-9ecf-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:30:35.2858888Z", "endExecutionTime": "2024-08-12T17:30:42.757559Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9c1818a1-58d0-11ef-9ea9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9c1818a1-58d0-11ef-9ea9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-9c1818a1-58d0-11ef-9ea9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:31:01.575337Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9c1818a1-58d0-11ef-9ea9-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:30:48.634109Z", "endExecutionTime": "2024-08-12T17:31:02.64044Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a722b810-58d0-11ef-8d1d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a722b810-58d0-11ef-8d1d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a722b810-58d0-11ef-8d1d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:31:56.622077Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a722b810-58d0-11ef-8d1d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:31:07.1887531Z", "endExecutionTime": "2024-08-12T17:31:56.974084Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c844174f-58d0-11ef-92df-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c844174f-58d0-11ef-92df-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c844174f-58d0-11ef-92df-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:32:43.432171Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c844174f-58d0-11ef-92df-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:32:02.6252382Z", "endExecutionTime": "2024-08-12T17:32:44.096723Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e92b7bea-58d0-11ef-a233-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e92b7bea-58d0-11ef-a233-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e92b7bea-58d0-11ef-a233-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:34:42.050187Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e92b7bea-58d0-11ef-a233-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:32:57.8798277Z", "endExecutionTime": "2024-08-12T17:34:43.097388Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-32996767-58d1-11ef-851b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-32996767-58d1-11ef-851b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-32996767-58d1-11ef-851b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:35:59.575337Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "32996767-58d1-11ef-851b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:35:01.0487285Z", "endExecutionTime": "2024-08-12T17:36:00.519474Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6336dd00-58d1-11ef-89c9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6336dd00-58d1-11ef-89c9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-6336dd00-58d1-11ef-89c9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:37:36.457981Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6336dd00-58d1-11ef-89c9-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:36:23.1507977Z", "endExecutionTime": "2024-08-12T17:37:37.132087Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-94dad9ef-58d1-11ef-89c6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-94dad9ef-58d1-11ef-89c6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-221", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-221", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-94dad9ef-58d1-11ef-89c6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:37:50.2820895Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-221", "id": "94dad9ef-58d1-11ef-89c6-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T17:37:45.965199Z", "endExecutionTime": "2024-08-12T17:37:52.4929479Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9bae5ddd-58d1-11ef-bdef-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9bae5ddd-58d1-11ef-bdef-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-223", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-223", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9bae5ddd-58d1-11ef-bdef-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:38:01.3040831Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-223", "id": "9bae5ddd-58d1-11ef-bdef-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T17:37:57.3823247Z", "endExecutionTime": "2024-08-12T17:38:03.8768032Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a1ef9ed0-58d1-11ef-8faa-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a1ef9ed0-58d1-11ef-8faa-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-225", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a1ef9ed0-58d1-11ef-8faa-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:38:08.4423668Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-225", "id": "a1ef9ed0-58d1-11ef-8faa-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T17:38:08.0192664Z", "endExecutionTime": "2024-08-12T17:38:10.6913288Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a6f90ca3-58d1-11ef-8d1d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6f90ca3-58d1-11ef-8d1d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a6f90ca3-58d1-11ef-8d1d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:38:26.363144Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "a6f90ca3-58d1-11ef-8d1d-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T17:38:16.302521Z", - "endExecutionTime": "2024-08-12T17:38:27.537067Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b4d31695-58d1-11ef-a789-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4d31695-58d1-11ef-a789-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b4d31695-58d1-11ef-a789-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:38:44.835Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b4d31695-58d1-11ef-a789-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:38:40.8815242Z", - "endExecutionTime": "2024-08-12T17:38:44.847Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bd9231e1-58d1-11ef-b19c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd9231e1-58d1-11ef-b19c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bd9231e1-58d1-11ef-b19c-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:39:02.738744Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bd9231e1-58d1-11ef-b19c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:38:55.5696921Z", "endExecutionTime": "2024-08-12T17:39:04.253172Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c9e4d2a9-58d1-11ef-a426-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c9e4d2a9-58d1-11ef-a426-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-237", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-237", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c9e4d2a9-58d1-11ef-a426-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:39:18.779Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-237", "id": "c9e4d2a9-58d1-11ef-a426-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:39:14.9760021Z", - "endExecutionTime": "2024-08-12T17:39:18.819Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d00916f5-58d1-11ef-a29b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d00916f5-58d1-11ef-a29b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-239", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d00916f5-58d1-11ef-a29b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T17:39:27.959Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-239", "id": "d00916f5-58d1-11ef-a29b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T17:39:25.2556533Z", - "endExecutionTime": "2024-08-12T17:39:27.974Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d5f8f890-58d1-11ef-90c9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d5f8f890-58d1-11ef-90c9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d5f8f890-58d1-11ef-90c9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:39:46.311167Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d5f8f890-58d1-11ef-90c9-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T17:39:35.1522721Z", - "endExecutionTime": "2024-08-12T17:39:47.413195Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e1be0bf4-58d1-11ef-9328-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1be0bf4-58d1-11ef-9328-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e1be0bf4-58d1-11ef-9328-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:40:06.410054Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e1be0bf4-58d1-11ef-9328-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T17:39:55.2020152Z", - "endExecutionTime": "2024-08-12T17:40:08.64671Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ecf22313-58d1-11ef-b376-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ecf22313-58d1-11ef-b376-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ecf22313-58d1-11ef-b376-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:40:25.119661Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ecf22313-58d1-11ef-b376-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T17:40:13.9357276Z", - "endExecutionTime": "2024-08-12T17:40:25.85134Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 0.0, "amountConsumed": 0.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f8071912-58d1-11ef-9a05-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f8071912-58d1-11ef-9a05-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f8071912-58d1-11ef-9a05-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:40:38.0953693Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f8071912-58d1-11ef-9a05-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:40:32.3638548Z", - "endExecutionTime": "2024-08-12T17:40:38.8931616Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-006c7a23-58d2-11ef-84b6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-006c7a23-58d2-11ef-84b6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-006c7a23-58d2-11ef-84b6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:40:51.0565442Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "006c7a23-58d2-11ef-84b6-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:40:46.4899261Z", - "endExecutionTime": "2024-08-12T17:40:51.8425677Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0665ce3b-58d2-11ef-b131-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0665ce3b-58d2-11ef-b131-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0665ce3b-58d2-11ef-b131-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:41:02.4777187Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0665ce3b-58d2-11ef-b131-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:40:56.8211388Z", - "endExecutionTime": "2024-08-12T17:41:03.2669307Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0c7aa039-58d2-11ef-a70b-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0c7aa039-58d2-11ef-a70b-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0c7aa039-58d2-11ef-a70b-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:41:11.3275891Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0c7aa039-58d2-11ef-a70b-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:41:06.6000135Z", - "endExecutionTime": "2024-08-12T17:41:12.1173252Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1242b534-58d2-11ef-8945-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1242b534-58d2-11ef-8945-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1242b534-58d2-11ef-8945-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T17:41:21.2992611Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1242b534-58d2-11ef-8945-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T17:41:16.4183449Z", - "endExecutionTime": "2024-08-12T17:41:22.0727197Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a1691dc5-58d4-11ef-b45d-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a1691dc5-58d4-11ef-b45d-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "a1477fbe-58d4-11ef-b0bc-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a1691dc5-58d4-11ef-b45d-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:05:08.059108Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "a1691dc5-58d4-11ef-b45d-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:59:37.0946167Z", "endExecutionTime": "2024-08-12T18:05:08.748961Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a30bddd5-58d4-11ef-aee6-d4e98a5f985c?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a30bddd5-58d4-11ef-aee6-d4e98a5f985c/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "a1477fbe-58d4-11ef-b0bc-d4e98a5f985c", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a30bddd5-58d4-11ef-aee6-d4e98a5f985c/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:05:13.159743Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "a30bddd5-58d4-11ef-aee6-d4e98a5f985c", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T17:59:39.8813121Z", "endExecutionTime": "2024-08-12T18:05:13.432313Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-69939248-58d5-11ef-9195-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-69939248-58d5-11ef-9195-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-69939248-58d5-11ef-9195-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:05:18.713Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "69939248-58d5-11ef-9195-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:05:11.4996162Z", - "endExecutionTime": "2024-08-12T18:05:18.748Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-722af25f-58d5-11ef-b5c9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-722af25f-58d5-11ef-b5c9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-722af25f-58d5-11ef-b5c9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:05:30.156Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "722af25f-58d5-11ef-b5c9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:05:25.9253384Z", - "endExecutionTime": "2024-08-12T18:05:30.173Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-78b6a4c4-58d5-11ef-8990-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-78b6a4c4-58d5-11ef-8990-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-78b6a4c4-58d5-11ef-8990-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:05:38.263Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "78b6a4c4-58d5-11ef-8990-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:05:36.7885271Z", - "endExecutionTime": "2024-08-12T18:05:38.283Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7c7bad7d-58d5-11ef-b559-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7c7bad7d-58d5-11ef-b559-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7c7bad7d-58d5-11ef-b559-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:07:34.547258Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7c7bad7d-58d5-11ef-b559-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:05:43.113839Z", "endExecutionTime": "2024-08-12T18:07:35.415721Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c4f8b140-58d5-11ef-847c-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c4f8b140-58d5-11ef-847c-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c4f8b140-58d5-11ef-847c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:07:58.911452Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c4f8b140-58d5-11ef-847c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:07:44.6651602Z", "endExecutionTime": "2024-08-12T18:07:59.929331Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d8488549-58d5-11ef-b72e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8488549-58d5-11ef-b72e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d8488549-58d5-11ef-b72e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:08:19.406Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d8488549-58d5-11ef-b72e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:08:17.9087517Z", - "endExecutionTime": "2024-08-12T18:08:19.452Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dd580ccb-58d5-11ef-b8d8-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dd580ccb-58d5-11ef-b8d8-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dd580ccb-58d5-11ef-b8d8-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:08:29.792Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dd580ccb-58d5-11ef-b8d8-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:08:25.6188427Z", - "endExecutionTime": "2024-08-12T18:08:29.868Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e3a072af-58d5-11ef-b0be-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e3a072af-58d5-11ef-b0be-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e3a072af-58d5-11ef-b0be-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:08:38.376Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e3a072af-58d5-11ef-b0be-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:08:36.1339361Z", - "endExecutionTime": "2024-08-12T18:08:38.457Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e838db29-58d5-11ef-a4e9-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e838db29-58d5-11ef-a4e9-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e838db29-58d5-11ef-a4e9-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:08:48.228Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e838db29-58d5-11ef-a4e9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:08:43.7782377Z", - "endExecutionTime": "2024-08-12T18:08:48.286Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ede43345-58d5-11ef-bf1d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ede43345-58d5-11ef-bf1d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ede43345-58d5-11ef-bf1d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:08:54.806Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ede43345-58d5-11ef-bf1d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:08:53.3640945Z", - "endExecutionTime": "2024-08-12T18:08:54.845Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f1567a56-58d5-11ef-abd0-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f1567a56-58d5-11ef-abd0-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f1567a56-58d5-11ef-abd0-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:09:03.158Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f1567a56-58d5-11ef-abd0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:08:59.0499504Z", - "endExecutionTime": "2024-08-12T18:09:03.264Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f7086a8a-58d5-11ef-9792-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f7086a8a-58d5-11ef-9792-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f7086a8a-58d5-11ef-9792-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:09:10.271Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f7086a8a-58d5-11ef-9792-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:09:08.7324642Z", - "endExecutionTime": "2024-08-12T18:09:10.312Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fa56ecc8-58d5-11ef-b83e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fa56ecc8-58d5-11ef-b83e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fa56ecc8-58d5-11ef-b83e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:09:18.208Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fa56ecc8-58d5-11ef-b83e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:09:14.1583038Z", - "endExecutionTime": "2024-08-12T18:09:18.248Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-006d940e-58d6-11ef-b4f6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-006d940e-58d6-11ef-b4f6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-006d940e-58d6-11ef-b4f6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:09:26.051Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "006d940e-58d6-11ef-b4f6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:09:24.4828445Z", - "endExecutionTime": "2024-08-12T18:09:26.067Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-04a910a4-58d6-11ef-81b2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-04a910a4-58d6-11ef-81b2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-04a910a4-58d6-11ef-81b2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:10:11.090569Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "04a910a4-58d6-11ef-81b2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:09:31.5099424Z", "endExecutionTime": "2024-08-12T18:10:12.043645Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2690b7b7-58d6-11ef-be4e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2690b7b7-58d6-11ef-be4e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2690b7b7-58d6-11ef-be4e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:12:03.775768Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2690b7b7-58d6-11ef-be4e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T18:10:32.3843402Z", "endExecutionTime": "2024-08-12T18:12:08.060504Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-71720d6a-58d6-11ef-b07f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-71720d6a-58d6-11ef-b07f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-71720d6a-58d6-11ef-b07f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:14:03.356187Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "71720d6a-58d6-11ef-b07f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-12T18:12:33.9997552Z", "endExecutionTime": "2024-08-12T18:14:07.510573Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ba57f5fd-58d6-11ef-8ad2-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba57f5fd-58d6-11ef-8ad2-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ba57f5fd-58d6-11ef-8ad2-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:14:42.465216Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ba57f5fd-58d6-11ef-8ad2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T18:14:36.309346Z", "endExecutionTime": "2024-08-12T18:14:42.465921Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c2cd210d-58d6-11ef-bb02-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2cd210d-58d6-11ef-bb02-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c2cd210d-58d6-11ef-bb02-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:14:53.513946Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c2cd210d-58d6-11ef-bb02-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-12T18:14:50.5657645Z", "endExecutionTime": "2024-08-12T18:14:53.514212Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c77cb5c5-58d6-11ef-93d4-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c77cb5c5-58d6-11ef-93d4-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c77cb5c5-58d6-11ef-93d4-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:16:06.49319Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c77cb5c5-58d6-11ef-93d4-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:14:58.3361125Z", "endExecutionTime": "2024-08-12T18:16:06.913015Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f86bedcb-58d6-11ef-8367-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f86bedcb-58d6-11ef-8367-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f86bedcb-58d6-11ef-8367-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:17:32.69999Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f86bedcb-58d6-11ef-8367-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:16:21.5337026Z", "endExecutionTime": "2024-08-12T18:17:34.274598Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-298ab748-58d7-11ef-9686-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-298ab748-58d7-11ef-9686-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-298ab748-58d7-11ef-9686-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:18:12.167304Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "298ab748-58d7-11ef-9686-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:17:43.4664072Z", "endExecutionTime": "2024-08-12T18:18:13.214883Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4089448e-58d7-11ef-9df5-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4089448e-58d7-11ef-9df5-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4089448e-58d7-11ef-9df5-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:19:06.185316Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4089448e-58d7-11ef-9df5-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:18:21.4474125Z", "endExecutionTime": "2024-08-12T18:19:07.739577Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6222c16a-58d7-11ef-8e3f-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6222c16a-58d7-11ef-8e3f-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-6222c16a-58d7-11ef-8e3f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:22:11.979663Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6222c16a-58d7-11ef-8e3f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:19:17.8368897Z", "endExecutionTime": "2024-08-12T18:22:13.407516Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ce2a9bae-58d7-11ef-9824-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce2a9bae-58d7-11ef-9824-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ce2a9bae-58d7-11ef-9824-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:22:30.644313Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ce2a9bae-58d7-11ef-9824-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:22:19.99375Z", "endExecutionTime": "2024-08-12T18:22:31.00024Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d9dd0844-58d7-11ef-9a4d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d9dd0844-58d7-11ef-9a4d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-d9dd0844-58d7-11ef-9a4d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:23:15.5882Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d9dd0844-58d7-11ef-9a4d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:22:38.7254544Z", "endExecutionTime": "2024-08-12T18:23:16.401325Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fb88ac11-58d7-11ef-8169-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fb88ac11-58d7-11ef-8169-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fb88ac11-58d7-11ef-8169-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:23:58.516878Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fb88ac11-58d7-11ef-8169-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:23:35.3516257Z", "endExecutionTime": "2024-08-12T18:23:59.960392Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-12614a4c-58d8-11ef-a820-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-12614a4c-58d8-11ef-a820-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-12614a4c-58d8-11ef-a820-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:25:28.85531Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "12614a4c-58d8-11ef-a820-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:24:13.4971469Z", "endExecutionTime": "2024-08-12T18:25:29.915811Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-42ed259a-58d8-11ef-8f9a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-42ed259a-58d8-11ef-8f9a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-42ed259a-58d8-11ef-8f9a-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:26:22.924914Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "42ed259a-58d8-11ef-8f9a-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:25:36.9555636Z", "endExecutionTime": "2024-08-12T18:26:24.356848Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-654c96de-58d8-11ef-97a7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-654c96de-58d8-11ef-97a7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-654c96de-58d8-11ef-97a7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:27:09.238632Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "654c96de-58d8-11ef-97a7-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:26:32.7515199Z", "endExecutionTime": "2024-08-12T18:27:10.079089Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-877d5e2a-58d8-11ef-bbe3-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-877d5e2a-58d8-11ef-bbe3-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-227", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-227", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-877d5e2a-58d8-11ef-bbe3-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:27:36.0326913Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-227", "id": "877d5e2a-58d8-11ef-bbe3-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T18:27:30.6014925Z", "endExecutionTime": "2024-08-12T18:27:38.2371649Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-90a4b256-58d8-11ef-b048-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-90a4b256-58d8-11ef-b048-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-229", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-229", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-90a4b256-58d8-11ef-b048-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:27:45.9207523Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-229", "id": "90a4b256-58d8-11ef-b048-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T18:27:45.3915307Z", "endExecutionTime": "2024-08-12T18:27:47.9679851Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-959e4b71-58d8-11ef-b3c6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-959e4b71-58d8-11ef-b3c6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-231", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-959e4b71-58d8-11ef-b3c6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:27:54.2722702Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-231", "id": "959e4b71-58d8-11ef-b3c6-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-12T18:27:53.7183138Z", "endExecutionTime": "2024-08-12T18:27:56.2684339Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9a87ca59-58d8-11ef-8253-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9a87ca59-58d8-11ef-8253-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9a87ca59-58d8-11ef-8253-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:28:11.751495Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "9a87ca59-58d8-11ef-8253-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T18:28:01.9951432Z", - "endExecutionTime": "2024-08-12T18:28:12.775732Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a895c5fb-58d8-11ef-9c12-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a895c5fb-58d8-11ef-9c12-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a895c5fb-58d8-11ef-9c12-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:28:33.561Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a895c5fb-58d8-11ef-9c12-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:28:26.715461Z", - "endExecutionTime": "2024-08-12T18:28:33.575Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b2079ebb-58d8-11ef-9343-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b2079ebb-58d8-11ef-9343-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b2079ebb-58d8-11ef-9343-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:29:04.400172Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b2079ebb-58d8-11ef-9343-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-12T18:28:42.7041037Z", "endExecutionTime": "2024-08-12T18:29:04.635235Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ca462d95-58d8-11ef-917d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ca462d95-58d8-11ef-917d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-243", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-243", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ca462d95-58d8-11ef-917d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:29:26.24Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-243", "id": "ca462d95-58d8-11ef-917d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:29:22.1414304Z", - "endExecutionTime": "2024-08-12T18:29:26.336Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d0c6e5b9-58d8-11ef-997a-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d0c6e5b9-58d8-11ef-997a-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-245", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d0c6e5b9-58d8-11ef-997a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "beginExecutionTime": "2024-08-12T18:29:35.387Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-245", "id": "d0c6e5b9-58d8-11ef-997a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-12T18:29:33.191417Z", - "endExecutionTime": "2024-08-12T18:29:35.486Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d4da76b6-58d8-11ef-8054-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d4da76b6-58d8-11ef-8054-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d4da76b6-58d8-11ef-8054-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:29:51.52972Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d4da76b6-58d8-11ef-8054-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T18:29:39.8785484Z", - "endExecutionTime": "2024-08-12T18:29:52.509117Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e0a06c33-58d8-11ef-bfef-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e0a06c33-58d8-11ef-bfef-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e0a06c33-58d8-11ef-bfef-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:30:10.81263Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e0a06c33-58d8-11ef-bfef-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T18:29:59.6400913Z", - "endExecutionTime": "2024-08-12T18:30:12.860487Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ebad1a9b-58d8-11ef-b29e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ebad1a9b-58d8-11ef-b29e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ebad1a9b-58d8-11ef-b29e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:30:28.784317Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ebad1a9b-58d8-11ef-b29e-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-12T18:30:18.1524019Z", - "endExecutionTime": "2024-08-12T18:30:29.472844Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f6ec00b4-58d8-11ef-a435-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f6ec00b4-58d8-11ef-a435-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f6ec00b4-58d8-11ef-a435-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:30:44.4189344Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f6ec00b4-58d8-11ef-a435-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T18:30:38.2521622Z", - "endExecutionTime": "2024-08-12T18:30:45.2193038Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-00733e95-58d9-11ef-bec7-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-00733e95-58d9-11ef-bec7-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00733e95-58d9-11ef-bec7-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:30:58.2357766Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "00733e95-58d9-11ef-bec7-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T18:30:53.3402238Z", - "endExecutionTime": "2024-08-12T18:30:59.0235379Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-06a37dfe-58d9-11ef-ab8e-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-06a37dfe-58d9-11ef-ab8e-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-06a37dfe-58d9-11ef-ab8e-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:31:08.1432262Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "06a37dfe-58d9-11ef-ab8e-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T18:31:03.4578205Z", - "endExecutionTime": "2024-08-12T18:31:08.9095122Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0cb5be19-58d9-11ef-8fb6-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0cb5be19-58d9-11ef-8fb6-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0cb5be19-58d9-11ef-8fb6-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:31:18.347827Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0cb5be19-58d9-11ef-8fb6-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T18:31:13.5809407Z", - "endExecutionTime": "2024-08-12T18:31:19.1538275Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1296f142-58d9-11ef-932d-a0b339c1da8f?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1296f142-58d9-11ef-932d-a0b339c1da8f/inputData?sv=PLACEHOLDER&sr=b&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&sp=rcw", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1296f142-58d9-11ef-932d-a0b339c1da8f/outputData?sv=PLACEHOLDER&sig=PLACEHOLDER&se=2050-01-01T00%3A00%3A00Z&srt=co&ss=b&sp=racwl", - "beginExecutionTime": "2024-08-12T18:31:28.6381181Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1296f142-58d9-11ef-932d-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-12T18:31:23.4728691Z", - "endExecutionTime": "2024-08-12T18:31:29.4193323Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9fec637e-59ad-11ef-ad5d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9fec637e-59ad-11ef-ad5d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 50, "count": - 50}, "metadata": {"qiskit": "True", "name": "Single qubit random", "num_qubits": - "1", "metadata": "{}", "meas_map": "[0]"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-9fec637e-59ad-11ef-ad5d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-13T19:52:57.882Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "9fec637e-59ad-11ef-ad5d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-13T19:52:55.4265537Z", - "endExecutionTime": "2024-08-13T19:52:57.913Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a8732c67-59ad-11ef-9f29-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a8732c67-59ad-11ef-9f29-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 50, "count": 50, "items": - [{"entryPoint": "Single qubit random", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "Single qubit random", "num_qubits": "1", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a8732c67-59ad-11ef-9f29-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-13T19:53:15.701Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "a8732c67-59ad-11ef-9f29-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-13T19:53:08.0391813Z", - "endExecutionTime": "2024-08-13T19:53:15.759Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee2454b7-59ad-11ef-a094-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee2454b7-59ad-11ef-a094-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 50, "count": 50, "items": - [{"entryPoint": "Single qubit random", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "Single qubit random", "num_qubits": "1", "metadata": "{}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ee2454b7-59ad-11ef-a094-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-13T19:55:10.242Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Single qubit random", "id": "ee2454b7-59ad-11ef-a094-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-13T19:55:04.950941Z", - "endExecutionTime": "2024-08-13T19:55:10.283Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-565d1fa1-59ae-11ef-b65b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-565d1fa1-59ae-11ef-b65b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base", "count": 20}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-565d1fa1-59ae-11ef-b65b-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-13T19:58:07.5504471Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Generate one random bit", "id": "565d1fa1-59ae-11ef-b65b-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-13T19:58:01.0875564Z", - "endExecutionTime": "2024-08-13T19:58:08.4309319Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-68711e01-59ae-11ef-941a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-68711e01-59ae-11ef-941a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base", "count": 20}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-68711e01-59ae-11ef-941a-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-13T19:58:36.4716781Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Generate one random bit", "id": "68711e01-59ae-11ef-941a-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-13T19:58:30.7526059Z", - "endExecutionTime": "2024-08-13T19:58:37.2810679Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-784fda2e-59ae-11ef-ae33-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-784fda2e-59ae-11ef-ae33-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base", "count": 20}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-784fda2e-59ae-11ef-ae33-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-13T19:59:04.5233903Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Generate one random bit", "id": "784fda2e-59ae-11ef-ae33-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-13T19:58:57.3486043Z", - "endExecutionTime": "2024-08-13T19:59:05.3584584Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b6476b4c-5a7c-11ef-bf7d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b6476b4c-5a7c-11ef-bf7d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b6476b4c-5a7c-11ef-bf7d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:35:21.577Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b6476b4c-5a7c-11ef-bf7d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:35:16.435041Z", - "endExecutionTime": "2024-08-14T20:35:21.592Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-beb7d011-5a7c-11ef-9b26-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-beb7d011-5a7c-11ef-9b26-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-beb7d011-5a7c-11ef-9b26-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:35:34.179Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "beb7d011-5a7c-11ef-9b26-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:35:30.3415878Z", - "endExecutionTime": "2024-08-14T20:35:34.209Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f65dc2df-5a7c-11ef-9a9b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f65dc2df-5a7c-11ef-9a9b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f65dc2df-5a7c-11ef-9a9b-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:37:07.461Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f65dc2df-5a7c-11ef-9a9b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:37:02.8302258Z", - "endExecutionTime": "2024-08-14T20:37:07.477Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fbfc2d27-5a7c-11ef-b72b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fbfc2d27-5a7c-11ef-b72b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fbfc2d27-5a7c-11ef-b72b-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:37:16.307Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fbfc2d27-5a7c-11ef-b72b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:37:12.3830055Z", - "endExecutionTime": "2024-08-14T20:37:16.326Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-021c8aec-5a7d-11ef-a0e5-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-021c8aec-5a7d-11ef-a0e5-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-021c8aec-5a7d-11ef-a0e5-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:54:21.80384Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "021c8aec-5a7d-11ef-a0e5-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:37:22.6316992Z", "endExecutionTime": "2024-08-14T22:54:23.436815Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b68d10c8-5a7d-11ef-aad3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b68d10c8-5a7d-11ef-aad3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b68d10c8-5a7d-11ef-aad3-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:54:32.268237Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b68d10c8-5a7d-11ef-aad3-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:42:25.4509652Z", "endExecutionTime": "2024-08-14T22:54:33.437851Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7e68e595-5a7e-11ef-aa96-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7e68e595-5a7e-11ef-aa96-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7e68e595-5a7e-11ef-aa96-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:48:05.326Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7e68e595-5a7e-11ef-aa96-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:48:01.0175923Z", - "endExecutionTime": "2024-08-14T20:48:05.339Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8a166178-5a7e-11ef-9ebd-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8a166178-5a7e-11ef-9ebd-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8a166178-5a7e-11ef-9ebd-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:48:24.346Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8a166178-5a7e-11ef-9ebd-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:48:20.2207358Z", - "endExecutionTime": "2024-08-14T20:48:24.361Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8fde6ef3-5a7e-11ef-8ed0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8fde6ef3-5a7e-11ef-8ed0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8fde6ef3-5a7e-11ef-8ed0-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:48:33.937Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8fde6ef3-5a7e-11ef-8ed0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:48:29.8804748Z", - "endExecutionTime": "2024-08-14T20:48:33.955Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-958c6e82-5a7e-11ef-aac2-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-958c6e82-5a7e-11ef-aac2-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-958c6e82-5a7e-11ef-aac2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:48:41.166Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "958c6e82-5a7e-11ef-aac2-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:48:39.4749097Z", - "endExecutionTime": "2024-08-14T20:48:41.178Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-999f7e85-5a7e-11ef-85af-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-999f7e85-5a7e-11ef-85af-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-999f7e85-5a7e-11ef-85af-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:54:42.564316Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "999f7e85-5a7e-11ef-85af-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:48:46.2580232Z", "endExecutionTime": "2024-08-14T22:54:43.637678Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-af9a16b2-5a7e-11ef-b5ff-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-af9a16b2-5a7e-11ef-b5ff-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-af9a16b2-5a7e-11ef-b5ff-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:54:47.706731Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "af9a16b2-5a7e-11ef-b5ff-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:49:23.1486365Z", "endExecutionTime": "2024-08-14T22:54:48.658891Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c710ee0a-5a7e-11ef-8f96-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c710ee0a-5a7e-11ef-8f96-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c710ee0a-5a7e-11ef-8f96-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:50:56.794Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c710ee0a-5a7e-11ef-8f96-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:50:02.5205887Z", - "endExecutionTime": "2024-08-14T20:50:57.03Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dd874ccf-5a7e-11ef-9cc6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dd874ccf-5a7e-11ef-9cc6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dd874ccf-5a7e-11ef-9cc6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:50:56.759Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dd874ccf-5a7e-11ef-9cc6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:50:40.2200694Z", - "endExecutionTime": "2024-08-14T20:50:57.001Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ed501957-5a7e-11ef-9084-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ed501957-5a7e-11ef-9084-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ed501957-5a7e-11ef-9084-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:51:08.928Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ed501957-5a7e-11ef-9084-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:51:06.7862491Z", - "endExecutionTime": "2024-08-14T20:51:09.135Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f150e154-5a7e-11ef-9c5c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f150e154-5a7e-11ef-9c5c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f150e154-5a7e-11ef-9c5c-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:51:19.155Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f150e154-5a7e-11ef-9c5c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:51:13.3759542Z", - "endExecutionTime": "2024-08-14T20:51:19.3Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f8a82041-5a7e-11ef-9108-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f8a82041-5a7e-11ef-9108-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f8a82041-5a7e-11ef-9108-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:51:31.634Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f8a82041-5a7e-11ef-9108-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:51:29.9109899Z", - "endExecutionTime": "2024-08-14T20:51:31.813Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fe03042a-5a7e-11ef-b525-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fe03042a-5a7e-11ef-b525-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fe03042a-5a7e-11ef-b525-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:51:39.953Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fe03042a-5a7e-11ef-b525-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:51:34.6730672Z", - "endExecutionTime": "2024-08-14T20:51:40.128Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0565521a-5a7f-11ef-a321-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0565521a-5a7f-11ef-a321-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0565521a-5a7f-11ef-a321-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:51:48.935Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0565521a-5a7f-11ef-a321-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:51:47.180233Z", - "endExecutionTime": "2024-08-14T20:51:48.955Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-095643ab-5a7f-11ef-be8a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-095643ab-5a7f-11ef-be8a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-095643ab-5a7f-11ef-be8a-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:51:59.193Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "095643ab-5a7f-11ef-be8a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:51:53.6762335Z", - "endExecutionTime": "2024-08-14T20:51:59.733Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-109b33ae-5a7f-11ef-bf2d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-109b33ae-5a7f-11ef-bf2d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-109b33ae-5a7f-11ef-bf2d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:52:08.058Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "109b33ae-5a7f-11ef-bf2d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T20:52:06.0414108Z", - "endExecutionTime": "2024-08-14T20:52:08.082Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-14885126-5a7f-11ef-9af3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-14885126-5a7f-11ef-9af3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-14885126-5a7f-11ef-9af3-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:54:54.645071Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "14885126-5a7f-11ef-9af3-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:52:12.4362224Z", "endExecutionTime": "2024-08-14T22:54:56.083307Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2a7ff9f9-5a7f-11ef-a0de-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2a7ff9f9-5a7f-11ef-a0de-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2a7ff9f9-5a7f-11ef-a0de-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:54:30.38014Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2a7ff9f9-5a7f-11ef-a0de-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-14T20:52:49.2783142Z", "endExecutionTime": "2024-08-14T20:54:34.872161Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-406fd390-5a7f-11ef-be96-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-406fd390-5a7f-11ef-be96-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-406fd390-5a7f-11ef-be96-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:55:00.858096Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "406fd390-5a7f-11ef-be96-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-14T20:53:26.7382908Z", "endExecutionTime": "2024-08-14T20:55:05.150492Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5700aa98-5a7f-11ef-b3c6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5700aa98-5a7f-11ef-b3c6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5700aa98-5a7f-11ef-b3c6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:54:09.454679Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5700aa98-5a7f-11ef-b3c6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-14T20:54:03.98716Z", "endExecutionTime": "2024-08-14T20:54:09.455334Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-61c6f424-5a7f-11ef-b91c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-61c6f424-5a7f-11ef-b91c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-61c6f424-5a7f-11ef-b91c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T20:54:25.02177Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "61c6f424-5a7f-11ef-b91c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-14T20:54:22.0976723Z", "endExecutionTime": "2024-08-14T20:54:25.022058Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-69443f5a-5a7f-11ef-903b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-69443f5a-5a7f-11ef-903b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-69443f5a-5a7f-11ef-903b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:54:58.007414Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "69443f5a-5a7f-11ef-903b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:54:34.6844177Z", "endExecutionTime": "2024-08-14T22:54:58.976177Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7f2d4418-5a7f-11ef-95dd-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7f2d4418-5a7f-11ef-95dd-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7f2d4418-5a7f-11ef-95dd-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:54:59.800024Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7f2d4418-5a7f-11ef-95dd-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:55:11.3904921Z", "endExecutionTime": "2024-08-14T22:55:00.969511Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9530cdbd-5a7f-11ef-8d3f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9530cdbd-5a7f-11ef-8d3f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-9530cdbd-5a7f-11ef-8d3f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:04.990262Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9530cdbd-5a7f-11ef-8d3f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:55:48.3325245Z", "endExecutionTime": "2024-08-14T22:55:06.044015Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ab63977b-5a7f-11ef-976b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ab63977b-5a7f-11ef-976b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ab63977b-5a7f-11ef-976b-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:08.456224Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ab63977b-5a7f-11ef-976b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:56:27.4975711Z", "endExecutionTime": "2024-08-14T22:55:09.456956Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c27336bd-5a7f-11ef-b517-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c27336bd-5a7f-11ef-b517-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c27336bd-5a7f-11ef-b517-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:10.173995Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c27336bd-5a7f-11ef-b517-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:57:04.2461955Z", "endExecutionTime": "2024-08-14T22:55:11.378251Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d8701994-5a7f-11ef-a160-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8701994-5a7f-11ef-a160-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d8701994-5a7f-11ef-a160-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:13.629072Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d8701994-5a7f-11ef-a160-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:57:41.1761377Z", "endExecutionTime": "2024-08-14T22:55:14.648751Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee45c257-5a7f-11ef-b312-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee45c257-5a7f-11ef-b312-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-ee45c257-5a7f-11ef-b312-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:15.382234Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ee45c257-5a7f-11ef-b312-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:58:17.8066662Z", "endExecutionTime": "2024-08-14T22:55:16.302429Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-04177626-5a80-11ef-bf4c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-04177626-5a80-11ef-bf4c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-04177626-5a80-11ef-bf4c-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:18.833879Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "04177626-5a80-11ef-bf4c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:58:54.8107723Z", "endExecutionTime": "2024-08-14T22:55:20.738347Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1a32c6e5-5a80-11ef-9bca-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1a32c6e5-5a80-11ef-9bca-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-1a32c6e5-5a80-11ef-9bca-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:20.608894Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1a32c6e5-5a80-11ef-9bca-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T20:59:31.5705082Z", "endExecutionTime": "2024-08-14T22:55:21.902875Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-30afd7d6-5a80-11ef-8818-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-30afd7d6-5a80-11ef-8818-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-30afd7d6-5a80-11ef-8818-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:24.163945Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "30afd7d6-5a80-11ef-8818-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T21:00:09.1597615Z", "endExecutionTime": "2024-08-14T22:55:25.825245Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4741b456-5a80-11ef-97d8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4741b456-5a80-11ef-97d8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4741b456-5a80-11ef-97d8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:25.804655Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4741b456-5a80-11ef-97d8-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T21:00:47.0188798Z", "endExecutionTime": "2024-08-14T22:55:26.811447Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5e79e2aa-5a80-11ef-8c73-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5e79e2aa-5a80-11ef-8c73-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-227", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-227", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5e79e2aa-5a80-11ef-8c73-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:01:26.5449133Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-227", "id": "5e79e2aa-5a80-11ef-8c73-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-14T21:01:26.0726902Z", "endExecutionTime": "2024-08-14T21:01:28.868951Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-62a6b423-5a80-11ef-847d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-62a6b423-5a80-11ef-847d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-229", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-229", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-62a6b423-5a80-11ef-847d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:01:40.0892349Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-229", "id": "62a6b423-5a80-11ef-847d-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-14T21:01:36.1876411Z", "endExecutionTime": "2024-08-14T21:01:42.2280172Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6a061cd0-5a80-11ef-8e64-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6a061cd0-5a80-11ef-8e64-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-231", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6a061cd0-5a80-11ef-8e64-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:01:45.8658096Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-231", "id": "6a061cd0-5a80-11ef-8e64-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-14T21:01:45.3631974Z", "endExecutionTime": "2024-08-14T21:01:47.8840548Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-6e2d653a-5a80-11ef-a475-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6e2d653a-5a80-11ef-a475-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6e2d653a-5a80-11ef-a475-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:02:02.656354Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "6e2d653a-5a80-11ef-a475-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-14T21:01:52.4345829Z", - "endExecutionTime": "2024-08-14T21:02:03.549384Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7ab94ac8-5a80-11ef-81ec-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7ab94ac8-5a80-11ef-81ec-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7ab94ac8-5a80-11ef-81ec-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:02:19.063Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7ab94ac8-5a80-11ef-81ec-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:02:14.2636504Z", - "endExecutionTime": "2024-08-14T21:02:19.085Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-805d5160-5a80-11ef-9681-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-805d5160-5a80-11ef-9681-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-805d5160-5a80-11ef-9681-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:55:31.035603Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "805d5160-5a80-11ef-9681-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T21:02:23.533081Z", "endExecutionTime": "2024-08-14T22:55:32.362092Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-96a79f5f-5a80-11ef-8313-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-96a79f5f-5a80-11ef-8313-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-243", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-243", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-96a79f5f-5a80-11ef-8313-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:03:04.275Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-243", "id": "96a79f5f-5a80-11ef-8313-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:03:00.2615643Z", - "endExecutionTime": "2024-08-14T21:03:04.301Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9c60d6fe-5a80-11ef-81ab-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9c60d6fe-5a80-11ef-81ab-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-245", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9c60d6fe-5a80-11ef-81ab-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:03:11.583Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-245", "id": "9c60d6fe-5a80-11ef-81ab-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:03:09.9960245Z", - "endExecutionTime": "2024-08-14T21:03:11.598Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a085076f-5a80-11ef-a3c7-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a085076f-5a80-11ef-a3c7-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a085076f-5a80-11ef-a3c7-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:03:27.919927Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a085076f-5a80-11ef-a3c7-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-14T21:03:16.7848082Z", - "endExecutionTime": "2024-08-14T21:03:28.88319Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ab6fad7d-5a80-11ef-aaaa-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ab6fad7d-5a80-11ef-aaaa-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ab6fad7d-5a80-11ef-aaaa-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:03:51.284899Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ab6fad7d-5a80-11ef-aaaa-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-14T21:03:35.1998332Z", - "endExecutionTime": "2024-08-14T21:03:53.378047Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ba89aae9-5a80-11ef-92b9-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba89aae9-5a80-11ef-92b9-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ba89aae9-5a80-11ef-92b9-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:04:13.190035Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ba89aae9-5a80-11ef-92b9-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-14T21:04:01.7478683Z", - "endExecutionTime": "2024-08-14T21:04:13.907361Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 0.0, "amountConsumed": 0.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c5d34e4f-5a80-11ef-bc19-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c5d34e4f-5a80-11ef-bc19-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c5d34e4f-5a80-11ef-bc19-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:04:26.2811715Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c5d34e4f-5a80-11ef-bc19-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:04:20.3621831Z", - "endExecutionTime": "2024-08-14T21:04:27.1408916Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ce623d59-5a80-11ef-a719-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce623d59-5a80-11ef-a719-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ce623d59-5a80-11ef-a719-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:04:40.1895126Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ce623d59-5a80-11ef-a719-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:04:35.1842081Z", - "endExecutionTime": "2024-08-14T21:04:41.0062911Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d7158cca-5a80-11ef-90d6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d7158cca-5a80-11ef-90d6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d7158cca-5a80-11ef-90d6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:04:55.2863864Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d7158cca-5a80-11ef-90d6-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:04:49.6241627Z", - "endExecutionTime": "2024-08-14T21:04:56.1871345Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-df6fb01c-5a80-11ef-b557-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-df6fb01c-5a80-11ef-b557-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-df6fb01c-5a80-11ef-b557-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:05:08.4652254Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "df6fb01c-5a80-11ef-b557-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:05:03.5255109Z", - "endExecutionTime": "2024-08-14T21:05:09.593442Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e7c79ad6-5a80-11ef-b8ef-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e7c79ad6-5a80-11ef-b8ef-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e7c79ad6-5a80-11ef-b8ef-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:05:22.4613839Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e7c79ad6-5a80-11ef-b8ef-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:05:17.3767374Z", - "endExecutionTime": "2024-08-14T21:05:23.3179825Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3da79746-5a84-11ef-bdc0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3da79746-5a84-11ef-bdc0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3da79746-5a84-11ef-bdc0-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:29:14.56Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3da79746-5a84-11ef-bdc0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:29:12.0436555Z", - "endExecutionTime": "2024-08-14T21:29:14.574Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5a42cbee-5a84-11ef-b42f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5a42cbee-5a84-11ef-b42f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5a42cbee-5a84-11ef-b42f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:30:03.58Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5a42cbee-5a84-11ef-b42f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:29:56.9486288Z", - "endExecutionTime": "2024-08-14T21:30:03.593Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8ccd470d-5a84-11ef-a511-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8ccd470d-5a84-11ef-a511-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8ccd470d-5a84-11ef-a511-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:31:53.409Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8ccd470d-5a84-11ef-a511-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:31:21.8390542Z", - "endExecutionTime": "2024-08-14T21:31:53.428Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9ce411b3-5a84-11ef-b01b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9ce411b3-5a84-11ef-b01b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9ce411b3-5a84-11ef-b01b-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:31:53.341Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9ce411b3-5a84-11ef-b01b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:31:48.8116352Z", - "endExecutionTime": "2024-08-14T21:31:53.351Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a4c98881-5a84-11ef-acd6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a4c98881-5a84-11ef-acd6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a4c98881-5a84-11ef-acd6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:32:06.019Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a4c98881-5a84-11ef-acd6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:32:01.9843321Z", - "endExecutionTime": "2024-08-14T21:32:06.083Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-aa6c1b17-5a84-11ef-ba74-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-aa6c1b17-5a84-11ef-ba74-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-aa6c1b17-5a84-11ef-ba74-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:32:13.235Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "aa6c1b17-5a84-11ef-ba74-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:32:11.4090668Z", - "endExecutionTime": "2024-08-14T21:32:13.406Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-af57b1e5-5a84-11ef-8aa4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-af57b1e5-5a84-11ef-8aa4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-af57b1e5-5a84-11ef-8aa4-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:32:21.945Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "af57b1e5-5a84-11ef-8aa4-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:32:20.3038663Z", - "endExecutionTime": "2024-08-14T21:32:21.957Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b3b536bb-5a84-11ef-8bef-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b3b536bb-5a84-11ef-8bef-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b3b536bb-5a84-11ef-8bef-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:32:30.964Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b3b536bb-5a84-11ef-8bef-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:32:26.9749434Z", - "endExecutionTime": "2024-08-14T21:32:31.138Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b95bb486-5a84-11ef-9964-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b95bb486-5a84-11ef-9964-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b95bb486-5a84-11ef-9964-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:32:38.047Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b95bb486-5a84-11ef-9964-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:32:36.5549027Z", - "endExecutionTime": "2024-08-14T21:32:38.058Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bd6d898d-5a84-11ef-90ce-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd6d898d-5a84-11ef-90ce-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bd6d898d-5a84-11ef-90ce-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:32:47.057Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bd6d898d-5a84-11ef-90ce-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:32:43.278442Z", - "endExecutionTime": "2024-08-14T21:32:47.082Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c2b188e4-5a84-11ef-92e9-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2b188e4-5a84-11ef-92e9-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c2b188e4-5a84-11ef-92e9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:32:54.318Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c2b188e4-5a84-11ef-92e9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:32:52.8046731Z", - "endExecutionTime": "2024-08-14T21:32:54.333Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c6e65b57-5a84-11ef-a15d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c6e65b57-5a84-11ef-a15d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c6e65b57-5a84-11ef-a15d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:33:03.432Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c6e65b57-5a84-11ef-a15d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:32:59.1963146Z", - "endExecutionTime": "2024-08-14T21:33:03.444Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cc2cc326-5a84-11ef-9266-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cc2cc326-5a84-11ef-9266-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cc2cc326-5a84-11ef-9266-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:33:10.497Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cc2cc326-5a84-11ef-9266-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:33:08.8609606Z", - "endExecutionTime": "2024-08-14T21:33:10.656Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d077cc9c-5a84-11ef-b745-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d077cc9c-5a84-11ef-b745-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d077cc9c-5a84-11ef-b745-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:33:19.028Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d077cc9c-5a84-11ef-b745-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:33:15.2286747Z", - "endExecutionTime": "2024-08-14T21:33:19.047Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d5b1cb2f-5a84-11ef-8cd4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d5b1cb2f-5a84-11ef-8cd4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d5b1cb2f-5a84-11ef-8cd4-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:33:26.741Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d5b1cb2f-5a84-11ef-8cd4-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:33:25.1039319Z", - "endExecutionTime": "2024-08-14T21:33:26.753Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-da6bdd04-5a84-11ef-8ad1-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da6bdd04-5a84-11ef-8ad1-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-184", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-184", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-da6bdd04-5a84-11ef-8ad1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:33:32.4100094Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-184", "id": "da6bdd04-5a84-11ef-8ad1-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-14T21:33:31.9060006Z", "endExecutionTime": "2024-08-14T21:33:34.8184833Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-de68934a-5a84-11ef-98ce-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-de68934a-5a84-11ef-98ce-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-186", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-186", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-de68934a-5a84-11ef-98ce-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:33:39.6667334Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-186", "id": "de68934a-5a84-11ef-98ce-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-14T21:33:39.2834725Z", "endExecutionTime": "2024-08-14T21:33:41.9823326Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e2af20f2-5a84-11ef-a78f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e2af20f2-5a84-11ef-a78f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-188", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e2af20f2-5a84-11ef-a78f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:33:46.1142193Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-188", "id": "e2af20f2-5a84-11ef-a78f-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-14T21:33:45.7391049Z", "endExecutionTime": "2024-08-14T21:33:48.4597745Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e6a78908-5a84-11ef-bb13-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6a78908-5a84-11ef-bb13-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e6a78908-5a84-11ef-bb13-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:34:02.236436Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "e6a78908-5a84-11ef-bb13-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-14T21:33:53.1095245Z", - "endExecutionTime": "2024-08-14T21:34:03.256057Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f31ad9e1-5a84-11ef-be16-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f31ad9e1-5a84-11ef-be16-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f31ad9e1-5a84-11ef-be16-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:34:18.723Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f31ad9e1-5a84-11ef-be16-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:34:14.8419911Z", - "endExecutionTime": "2024-08-14T21:34:18.735Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f976b80f-5a84-11ef-96b0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f976b80f-5a84-11ef-96b0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-197", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-197", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f976b80f-5a84-11ef-96b0-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:34:27.694Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-197", "id": "f976b80f-5a84-11ef-96b0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:34:23.9903361Z", - "endExecutionTime": "2024-08-14T21:34:27.707Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-feeda652-5a84-11ef-b895-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-feeda652-5a84-11ef-b895-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-199", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-feeda652-5a84-11ef-b895-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:34:34.841Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-199", "id": "feeda652-5a84-11ef-b895-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-14T21:34:33.2914687Z", - "endExecutionTime": "2024-08-14T21:34:34.853Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-02ed3653-5a85-11ef-81f7-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-02ed3653-5a85-11ef-81f7-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-02ed3653-5a85-11ef-81f7-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:34:51.505327Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "02ed3653-5a85-11ef-81f7-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-14T21:34:39.9755125Z", - "endExecutionTime": "2024-08-14T21:34:52.459215Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0dad5d6b-5a85-11ef-8a91-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0dad5d6b-5a85-11ef-8a91-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0dad5d6b-5a85-11ef-8a91-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:35:11.175592Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0dad5d6b-5a85-11ef-8a91-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-14T21:34:57.9947766Z", - "endExecutionTime": "2024-08-14T21:35:13.076879Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1ca1b4d3-5a85-11ef-b13b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1ca1b4d3-5a85-11ef-b13b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1ca1b4d3-5a85-11ef-b13b-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:35:34.671853Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1ca1b4d3-5a85-11ef-b13b-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-14T21:35:23.1557596Z", - "endExecutionTime": "2024-08-14T21:35:35.379605Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2705d73c-5a85-11ef-9fb3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2705d73c-5a85-11ef-9fb3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2705d73c-5a85-11ef-9fb3-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:35:46.5673299Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2705d73c-5a85-11ef-9fb3-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:35:40.622422Z", - "endExecutionTime": "2024-08-14T21:35:47.3690945Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2ec15d15-5a85-11ef-8dfb-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2ec15d15-5a85-11ef-8dfb-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2ec15d15-5a85-11ef-8dfb-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:35:58.5496567Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2ec15d15-5a85-11ef-8dfb-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:35:53.5629686Z", - "endExecutionTime": "2024-08-14T21:35:59.4092205Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-33f25b53-5a85-11ef-abb8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-33f25b53-5a85-11ef-abb8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-33f25b53-5a85-11ef-abb8-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:36:07.6518232Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "33f25b53-5a85-11ef-abb8-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:36:02.1375075Z", - "endExecutionTime": "2024-08-14T21:36:08.5187364Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3b316d5f-5a85-11ef-b694-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3b316d5f-5a85-11ef-b694-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3b316d5f-5a85-11ef-b694-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:36:19.8169883Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3b316d5f-5a85-11ef-b694-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:36:14.3861224Z", - "endExecutionTime": "2024-08-14T21:36:20.6994088Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-427168b4-5a85-11ef-bd0e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-427168b4-5a85-11ef-bd0e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-427168b4-5a85-11ef-bd0e-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T21:36:33.9590868Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "427168b4-5a85-11ef-bd0e-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-14T21:36:26.6105824Z", - "endExecutionTime": "2024-08-14T21:36:34.7268977Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-095760dd-5a8e-11ef-8f6f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-095760dd-5a8e-11ef-8f6f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-095760dd-5a8e-11ef-8f6f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:56:39.340616Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "095760dd-5a8e-11ef-8f6f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:39:17.1475334Z", "endExecutionTime": "2024-08-14T22:56:40.835533Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-200ec2d6-5a8e-11ef-926a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-200ec2d6-5a8e-11ef-926a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-200ec2d6-5a8e-11ef-926a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:56:39.999385Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "200ec2d6-5a8e-11ef-926a-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:39:54.3248087Z", "endExecutionTime": "2024-08-14T22:56:40.982171Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-37121043-5a8e-11ef-9e6e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-37121043-5a8e-11ef-9e6e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-37121043-5a8e-11ef-9e6e-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:56:44.518021Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "37121043-5a8e-11ef-9e6e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:40:32.9486303Z", "endExecutionTime": "2024-08-14T22:56:45.977585Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4cfa0dee-5a8e-11ef-a1f7-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4cfa0dee-5a8e-11ef-a1f7-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4cfa0dee-5a8e-11ef-a1f7-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:42:55.540901Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4cfa0dee-5a8e-11ef-a1f7-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-14T22:41:09.6629557Z", "endExecutionTime": "2024-08-14T22:42:59.994308Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-633353a4-5a8e-11ef-a4ac-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-633353a4-5a8e-11ef-a4ac-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-633353a4-5a8e-11ef-a4ac-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:43:22.41067Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "633353a4-5a8e-11ef-a4ac-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-14T22:41:46.9776719Z", "endExecutionTime": "2024-08-14T22:43:26.652079Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-795b7548-5a8e-11ef-9b45-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-795b7548-5a8e-11ef-9b45-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-795b7548-5a8e-11ef-9b45-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:42:30.056436Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "795b7548-5a8e-11ef-9b45-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-14T22:42:24.1168422Z", "endExecutionTime": "2024-08-14T22:42:30.057058Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8fd64d2e-5a8e-11ef-a1ed-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8fd64d2e-5a8e-11ef-a1ed-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8fd64d2e-5a8e-11ef-a1ed-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:43:04.967056Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8fd64d2e-5a8e-11ef-a1ed-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-14T22:43:01.8355927Z", "endExecutionTime": "2024-08-14T22:43:04.967536Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a6297b61-5a8e-11ef-8e76-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6297b61-5a8e-11ef-8e76-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a6297b61-5a8e-11ef-8e76-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:56:45.195514Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a6297b61-5a8e-11ef-8e76-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:43:39.273138Z", "endExecutionTime": "2024-08-14T22:56:46.433468Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bd18298a-5a8e-11ef-886b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd18298a-5a8e-11ef-886b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bd18298a-5a8e-11ef-886b-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:56:49.784927Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bd18298a-5a8e-11ef-886b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:44:19.595065Z", "endExecutionTime": "2024-08-14T22:56:51.042082Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d41cd39f-5a8e-11ef-babf-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d41cd39f-5a8e-11ef-babf-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-d41cd39f-5a8e-11ef-babf-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:56:50.37024Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d41cd39f-5a8e-11ef-babf-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:44:56.5086947Z", "endExecutionTime": "2024-08-14T22:56:51.194644Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea1e3a8e-5a8e-11ef-b0bd-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea1e3a8e-5a8e-11ef-b0bd-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ea1e3a8e-5a8e-11ef-b0bd-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:56:55.031812Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ea1e3a8e-5a8e-11ef-b0bd-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:45:33.2653036Z", "endExecutionTime": "2024-08-14T22:56:56.249396Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fffcf09a-5a8e-11ef-bed7-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fffcf09a-5a8e-11ef-bed7-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-fffcf09a-5a8e-11ef-bed7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:56:55.595913Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fffcf09a-5a8e-11ef-bed7-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:46:09.9681009Z", "endExecutionTime": "2024-08-14T22:56:56.666446Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1604cd7b-5a8f-11ef-995e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1604cd7b-5a8f-11ef-995e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1604cd7b-5a8f-11ef-995e-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:57:00.286397Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1604cd7b-5a8f-11ef-995e-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:46:46.9521458Z", "endExecutionTime": "2024-08-14T22:57:01.324248Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2bfb465d-5a8f-11ef-b20c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2bfb465d-5a8f-11ef-b20c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-2bfb465d-5a8f-11ef-b20c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:57:00.816451Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2bfb465d-5a8f-11ef-b20c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:47:23.8837394Z", "endExecutionTime": "2024-08-14T22:57:01.34081Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-41f4595a-5a8f-11ef-87a1-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-41f4595a-5a8f-11ef-87a1-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-41f4595a-5a8f-11ef-87a1-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:57:05.482768Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "41f4595a-5a8f-11ef-87a1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:48:00.7294798Z", "endExecutionTime": "2024-08-14T22:57:06.966078Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-57e28fc2-5a8f-11ef-9bb3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-57e28fc2-5a8f-11ef-9bb3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-57e28fc2-5a8f-11ef-9bb3-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:57:07.176105Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "57e28fc2-5a8f-11ef-9bb3-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:48:37.4707555Z", "endExecutionTime": "2024-08-14T22:57:07.177637Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6dd8fef0-5a8f-11ef-a944-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6dd8fef0-5a8f-11ef-a944-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6dd8fef0-5a8f-11ef-a944-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:57:11.606383Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6dd8fef0-5a8f-11ef-a944-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:49:14.355247Z", "endExecutionTime": "2024-08-14T22:57:11.606694Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-846f93de-5a8f-11ef-8c9c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-846f93de-5a8f-11ef-8c9c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-846f93de-5a8f-11ef-8c9c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:57:11.945649Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "846f93de-5a8f-11ef-8c9c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:49:52.3718933Z", "endExecutionTime": "2024-08-14T22:57:11.945871Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-99e6b60e-5a8f-11ef-864f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-99e6b60e-5a8f-11ef-864f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-99e6b60e-5a8f-11ef-864f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-14T22:57:16.859047Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "99e6b60e-5a8f-11ef-864f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-14T22:50:29.0427333Z", "endExecutionTime": "2024-08-14T22:57:16.860084Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0022a532-5b29-11ef-ac2d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0022a532-5b29-11ef-ac2d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0022a532-5b29-11ef-ac2d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:08:41.695Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0022a532-5b29-11ef-ac2d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:08:35.090025Z", - "endExecutionTime": "2024-08-15T17:08:41.708Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0c21b51a-5b29-11ef-afd6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0c21b51a-5b29-11ef-afd6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0c21b51a-5b29-11ef-afd6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:09:00.689Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0c21b51a-5b29-11ef-afd6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:08:53.5212048Z", - "endExecutionTime": "2024-08-15T17:09:00.703Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-13fbf38f-5b29-11ef-adff-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-13fbf38f-5b29-11ef-adff-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-13fbf38f-5b29-11ef-adff-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:09:08.322Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "13fbf38f-5b29-11ef-adff-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:09:06.7412945Z", - "endExecutionTime": "2024-08-15T17:09:08.339Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1930d1d3-5b29-11ef-8303-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1930d1d3-5b29-11ef-8303-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1930d1d3-5b29-11ef-8303-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:09:16.985Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1930d1d3-5b29-11ef-8303-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:09:15.3208413Z", - "endExecutionTime": "2024-08-15T17:09:16.996Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1d400a28-5b29-11ef-8ba5-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1d400a28-5b29-11ef-8ba5-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1d400a28-5b29-11ef-8ba5-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:09:26.156Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1d400a28-5b29-11ef-8ba5-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:09:22.2483605Z", - "endExecutionTime": "2024-08-15T17:09:26.17Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-22f53435-5b29-11ef-84cc-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-22f53435-5b29-11ef-84cc-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-22f53435-5b29-11ef-84cc-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:09:33.291Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "22f53435-5b29-11ef-84cc-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:09:31.7296742Z", - "endExecutionTime": "2024-08-15T17:09:33.306Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-26181d89-5b29-11ef-87cc-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-26181d89-5b29-11ef-87cc-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-26181d89-5b29-11ef-87cc-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:09:40.915Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "26181d89-5b29-11ef-87cc-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:09:37.0715607Z", - "endExecutionTime": "2024-08-15T17:09:40.935Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2b5bbdd1-5b29-11ef-9668-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2b5bbdd1-5b29-11ef-9668-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2b5bbdd1-5b29-11ef-9668-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:09:47.456Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2b5bbdd1-5b29-11ef-9668-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:09:45.7969423Z", - "endExecutionTime": "2024-08-15T17:09:47.471Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2f1d89fe-5b29-11ef-9171-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2f1d89fe-5b29-11ef-9171-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2f1d89fe-5b29-11ef-9171-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:09:55.975Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2f1d89fe-5b29-11ef-9171-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:09:52.1966411Z", - "endExecutionTime": "2024-08-15T17:09:55.988Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3457721d-5b29-11ef-8951-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3457721d-5b29-11ef-8951-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3457721d-5b29-11ef-8951-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:10:02.703Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3457721d-5b29-11ef-8951-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:10:00.8719386Z", - "endExecutionTime": "2024-08-15T17:10:02.721Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-382edf0f-5b29-11ef-84ee-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-382edf0f-5b29-11ef-84ee-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-382edf0f-5b29-11ef-84ee-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:10:11.352Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "382edf0f-5b29-11ef-84ee-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:10:07.4161817Z", - "endExecutionTime": "2024-08-15T17:10:11.381Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3d7559cc-5b29-11ef-a942-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3d7559cc-5b29-11ef-a942-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3d7559cc-5b29-11ef-a942-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:10:17.729Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3d7559cc-5b29-11ef-a942-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:10:16.1540311Z", - "endExecutionTime": "2024-08-15T17:10:17.743Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-41c0105b-5b29-11ef-9466-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-41c0105b-5b29-11ef-9466-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-184", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-184", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-41c0105b-5b29-11ef-9466-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:10:24.3790029Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-184", "id": "41c0105b-5b29-11ef-9466-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T17:10:23.5097676Z", "endExecutionTime": "2024-08-15T17:10:26.7095018Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-45eb0376-5b29-11ef-a4a5-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-45eb0376-5b29-11ef-a4a5-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-186", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-186", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-45eb0376-5b29-11ef-a4a5-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:10:30.9514593Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-186", "id": "45eb0376-5b29-11ef-a4a5-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T17:10:30.4192165Z", "endExecutionTime": "2024-08-15T17:10:33.6992375Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4a100c7f-5b29-11ef-ba4d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4a100c7f-5b29-11ef-ba4d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-188", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4a100c7f-5b29-11ef-ba4d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:10:37.9764242Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-188", "id": "4a100c7f-5b29-11ef-ba4d-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T17:10:37.4165321Z", "endExecutionTime": "2024-08-15T17:10:40.26975Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-4e247eb3-5b29-11ef-8683-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4e247eb3-5b29-11ef-8683-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4e247eb3-5b29-11ef-8683-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:10:54.0871Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "4e247eb3-5b29-11ef-8683-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T17:10:44.1388404Z", - "endExecutionTime": "2024-08-15T17:10:55.833507Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5a77cc3c-5b29-11ef-b69c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5a77cc3c-5b29-11ef-b69c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5a77cc3c-5b29-11ef-b69c-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:11:09.575Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5a77cc3c-5b29-11ef-b69c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:11:05.6935467Z", - "endExecutionTime": "2024-08-15T17:11:09.59Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-60755387-5b29-11ef-a396-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-60755387-5b29-11ef-a396-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-197", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-197", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-60755387-5b29-11ef-a396-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:11:18.725Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-197", "id": "60755387-5b29-11ef-a396-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:11:14.8445131Z", - "endExecutionTime": "2024-08-15T17:11:18.743Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-660ee25b-5b29-11ef-8993-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-660ee25b-5b29-11ef-8993-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-199", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-660ee25b-5b29-11ef-8993-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:11:25.945Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-199", "id": "660ee25b-5b29-11ef-8993-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:11:24.3129525Z", - "endExecutionTime": "2024-08-15T17:11:25.96Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6a12f67a-5b29-11ef-b033-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6a12f67a-5b29-11ef-b033-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6a12f67a-5b29-11ef-b033-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:11:43.608332Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6a12f67a-5b29-11ef-b033-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T17:11:31.0909006Z", - "endExecutionTime": "2024-08-15T17:11:44.566198Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-74eaff38-5b29-11ef-968f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-74eaff38-5b29-11ef-968f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-74eaff38-5b29-11ef-968f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:12:00.458266Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "74eaff38-5b29-11ef-968f-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T17:11:49.2860105Z", - "endExecutionTime": "2024-08-15T17:12:02.568495Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7f4de72e-5b29-11ef-af83-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7f4de72e-5b29-11ef-af83-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7f4de72e-5b29-11ef-af83-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:12:17.561092Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7f4de72e-5b29-11ef-af83-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T17:12:06.8387525Z", - "endExecutionTime": "2024-08-15T17:12:18.22581Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-89d10fad-5b29-11ef-82a0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-89d10fad-5b29-11ef-82a0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-89d10fad-5b29-11ef-82a0-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:12:30.0846919Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "89d10fad-5b29-11ef-82a0-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:12:24.3408877Z", - "endExecutionTime": "2024-08-15T17:12:31.0288306Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-91928d29-5b29-11ef-9848-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-91928d29-5b29-11ef-9848-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-91928d29-5b29-11ef-9848-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:12:41.9862195Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "91928d29-5b29-11ef-9848-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:12:37.3482986Z", - "endExecutionTime": "2024-08-15T17:12:42.7862425Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-96d5c368-5b29-11ef-92b5-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-96d5c368-5b29-11ef-92b5-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-96d5c368-5b29-11ef-92b5-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:12:51.2321373Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "96d5c368-5b29-11ef-92b5-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:12:46.1436285Z", - "endExecutionTime": "2024-08-15T17:12:51.9821884Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9e1e53cb-5b29-11ef-b3c2-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9e1e53cb-5b29-11ef-b3c2-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9e1e53cb-5b29-11ef-b3c2-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:13:03.2749401Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9e1e53cb-5b29-11ef-b3c2-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:12:58.7036421Z", - "endExecutionTime": "2024-08-15T17:13:04.1248964Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a3c39017-5b29-11ef-9a96-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3c39017-5b29-11ef-9a96-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a3c39017-5b29-11ef-9a96-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:13:12.5225729Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a3c39017-5b29-11ef-9a96-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:13:07.8341749Z", - "endExecutionTime": "2024-08-15T17:13:13.870617Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cf87eb99-5b29-11ef-af28-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cf87eb99-5b29-11ef-af28-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cf87eb99-5b29-11ef-af28-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:14:31.417348Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cf87eb99-5b29-11ef-af28-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:14:22.3108765Z", "endExecutionTime": "2024-08-15T17:14:31.77622Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-db091f7e-5b29-11ef-a22c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-db091f7e-5b29-11ef-a22c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-db091f7e-5b29-11ef-a22c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:14:45.031031Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "db091f7e-5b29-11ef-a22c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:14:40.6907174Z", "endExecutionTime": "2024-08-15T17:14:45.031685Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e3848d1c-5b29-11ef-8515-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e3848d1c-5b29-11ef-8515-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e3848d1c-5b29-11ef-8515-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:15:12.04845Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e3848d1c-5b29-11ef-8515-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:14:54.8111449Z", "endExecutionTime": "2024-08-15T17:15:12.429017Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f2f09673-5b29-11ef-b6f0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f2f09673-5b29-11ef-b6f0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f2f09673-5b29-11ef-b6f0-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:17:02.837627Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f2f09673-5b29-11ef-b6f0-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T17:15:20.7626542Z", "endExecutionTime": "2024-08-15T17:17:07.940783Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3a7a29b1-5b2a-11ef-a1c4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3a7a29b1-5b2a-11ef-a1c4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-3a7a29b1-5b2a-11ef-a1c4-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:18:56.001092Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3a7a29b1-5b2a-11ef-a1c4-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T17:17:20.6824128Z", "endExecutionTime": "2024-08-15T17:19:00.985597Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-821d6298-5b2a-11ef-ba9b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-821d6298-5b2a-11ef-ba9b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-821d6298-5b2a-11ef-ba9b-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:19:26.838921Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "821d6298-5b2a-11ef-ba9b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T17:19:21.0067654Z", "endExecutionTime": "2024-08-15T17:19:26.839536Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8a432f61-5b2a-11ef-b0a8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8a432f61-5b2a-11ef-b0a8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8a432f61-5b2a-11ef-b0a8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:19:37.832416Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8a432f61-5b2a-11ef-b0a8-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T17:19:34.7475372Z", "endExecutionTime": "2024-08-15T17:19:37.832705Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8e5c0d70-5b2a-11ef-8019-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8e5c0d70-5b2a-11ef-8019-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8e5c0d70-5b2a-11ef-8019-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:19:47.884061Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8e5c0d70-5b2a-11ef-8019-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:19:41.4216303Z", "endExecutionTime": "2024-08-15T17:19:48.240524Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-95ed5a0d-5b2a-11ef-8d0d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-95ed5a0d-5b2a-11ef-8d0d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-95ed5a0d-5b2a-11ef-8d0d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:20:08.389091Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "95ed5a0d-5b2a-11ef-8d0d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:19:54.2436653Z", "endExecutionTime": "2024-08-15T17:20:08.643439Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a4fb43e5-5b2a-11ef-a6dd-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a4fb43e5-5b2a-11ef-a6dd-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-a4fb43e5-5b2a-11ef-a6dd-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:20:26.283484Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a4fb43e5-5b2a-11ef-a6dd-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:20:19.5327938Z", "endExecutionTime": "2024-08-15T17:20:26.573524Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ac4c97c0-5b2a-11ef-923f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac4c97c0-5b2a-11ef-923f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ac4c97c0-5b2a-11ef-923f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:20:40.867482Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ac4c97c0-5b2a-11ef-923f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:20:31.7519204Z", "endExecutionTime": "2024-08-15T17:20:40.86788Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b3a06afe-5b2a-11ef-a7ae-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b3a06afe-5b2a-11ef-a7ae-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b3a06afe-5b2a-11ef-a7ae-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:20:53.229592Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b3a06afe-5b2a-11ef-a7ae-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:20:46.5290373Z", "endExecutionTime": "2024-08-15T17:20:53.470572Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bc5cc3a1-5b2a-11ef-9bce-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc5cc3a1-5b2a-11ef-9bce-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bc5cc3a1-5b2a-11ef-9bce-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:21:05.797291Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bc5cc3a1-5b2a-11ef-9bce-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:20:58.7517728Z", "endExecutionTime": "2024-08-15T17:21:05.998462Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c39e6746-5b2a-11ef-a0c8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c39e6746-5b2a-11ef-a0c8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c39e6746-5b2a-11ef-a0c8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:21:18.398741Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c39e6746-5b2a-11ef-a0c8-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:21:10.8955251Z", "endExecutionTime": "2024-08-15T17:21:18.618578Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-caec80be-5b2a-11ef-8fc4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-caec80be-5b2a-11ef-8fc4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-caec80be-5b2a-11ef-8fc4-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:21:33.526981Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "caec80be-5b2a-11ef-8fc4-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:21:23.1445198Z", "endExecutionTime": "2024-08-15T17:21:33.868259Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d544921d-5b2a-11ef-8e47-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d544921d-5b2a-11ef-8e47-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-d544921d-5b2a-11ef-8e47-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:21:46.652084Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d544921d-5b2a-11ef-8e47-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:21:40.5070583Z", "endExecutionTime": "2024-08-15T17:21:47.030789Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dc9bc702-5b2a-11ef-8221-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dc9bc702-5b2a-11ef-8221-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dc9bc702-5b2a-11ef-8221-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:22:04.914565Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dc9bc702-5b2a-11ef-8221-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:21:52.8719931Z", "endExecutionTime": "2024-08-15T17:22:05.146698Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e725be95-5b2a-11ef-9d4c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e725be95-5b2a-11ef-9d4c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-e725be95-5b2a-11ef-9d4c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:22:18.78724Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e725be95-5b2a-11ef-9d4c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:22:10.4760979Z", "endExecutionTime": "2024-08-15T17:22:19.014394Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ee06c162-5b2a-11ef-9c85-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ee06c162-5b2a-11ef-9c85-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ee06c162-5b2a-11ef-9c85-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:22:31.247786Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ee06c162-5b2a-11ef-9c85-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:22:22.6780443Z", "endExecutionTime": "2024-08-15T17:22:31.526478Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-839b5585-5b2c-11ef-8af6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-839b5585-5b2c-11ef-8af6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-839b5585-5b2c-11ef-8af6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:33:48.165Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "839b5585-5b2c-11ef-8af6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:33:43.3968049Z", - "endExecutionTime": "2024-08-15T17:33:48.178Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-89cd2677-5b2c-11ef-84ba-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-89cd2677-5b2c-11ef-84ba-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-89cd2677-5b2c-11ef-84ba-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:33:56.595Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "89cd2677-5b2c-11ef-84ba-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:33:52.7963853Z", - "endExecutionTime": "2024-08-15T17:33:56.607Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8f557279-5b2c-11ef-975f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8f557279-5b2c-11ef-975f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8f557279-5b2c-11ef-975f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:34:03.689Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8f557279-5b2c-11ef-975f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:34:02.0549092Z", - "endExecutionTime": "2024-08-15T17:34:03.701Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9347be0f-5b2c-11ef-848f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9347be0f-5b2c-11ef-848f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9347be0f-5b2c-11ef-848f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:34:19.281832Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9347be0f-5b2c-11ef-848f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:34:08.7582813Z", "endExecutionTime": "2024-08-15T17:34:19.662535Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9e1673e9-5b2c-11ef-bc00-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9e1673e9-5b2c-11ef-bc00-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9e1673e9-5b2c-11ef-bc00-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:34:34.748351Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9e1673e9-5b2c-11ef-bc00-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:34:26.883051Z", "endExecutionTime": "2024-08-15T17:34:34.748897Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a746e037-5b2c-11ef-84ee-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a746e037-5b2c-11ef-84ee-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a746e037-5b2c-11ef-84ee-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:34:44.051Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a746e037-5b2c-11ef-84ee-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:34:42.4829546Z", - "endExecutionTime": "2024-08-15T17:34:44.064Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ab6ae0f1-5b2c-11ef-8ca9-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ab6ae0f1-5b2c-11ef-8ca9-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ab6ae0f1-5b2c-11ef-8ca9-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:34:52.922Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ab6ae0f1-5b2c-11ef-8ca9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:34:49.144457Z", - "endExecutionTime": "2024-08-15T17:34:52.936Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b0f1398a-5b2c-11ef-8653-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0f1398a-5b2c-11ef-8653-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b0f1398a-5b2c-11ef-8653-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:35:00.16Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b0f1398a-5b2c-11ef-8653-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:34:58.7039026Z", - "endExecutionTime": "2024-08-15T17:35:00.174Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b51b6953-5b2c-11ef-9048-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b51b6953-5b2c-11ef-9048-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b51b6953-5b2c-11ef-9048-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:35:09.628Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b51b6953-5b2c-11ef-9048-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:35:05.4457399Z", - "endExecutionTime": "2024-08-15T17:35:09.64Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ba45631d-5b2c-11ef-95f3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba45631d-5b2c-11ef-95f3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ba45631d-5b2c-11ef-95f3-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:35:15.708Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ba45631d-5b2c-11ef-95f3-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:35:14.2571025Z", - "endExecutionTime": "2024-08-15T17:35:15.719Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-be287575-5b2c-11ef-b862-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-be287575-5b2c-11ef-b862-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-be287575-5b2c-11ef-b862-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:35:24.51Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "be287575-5b2c-11ef-b862-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:35:20.6354125Z", - "endExecutionTime": "2024-08-15T17:35:24.521Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c365996a-5b2c-11ef-89b7-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c365996a-5b2c-11ef-89b7-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c365996a-5b2c-11ef-89b7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:35:30.974Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c365996a-5b2c-11ef-89b7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:35:29.4825292Z", - "endExecutionTime": "2024-08-15T17:35:30.995Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c65e7509-5b2c-11ef-ae1a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c65e7509-5b2c-11ef-ae1a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c65e7509-5b2c-11ef-ae1a-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:38:41.983Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c65e7509-5b2c-11ef-ae1a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:35:34.4065814Z", - "endExecutionTime": "2024-08-15T17:38:44.715Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-43e792b5-5b2d-11ef-b1f9-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-43e792b5-5b2d-11ef-b1f9-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-43e792b5-5b2d-11ef-b1f9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:40:05.653Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "43e792b5-5b2d-11ef-b1f9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:39:05.205397Z", - "endExecutionTime": "2024-08-15T17:40:09.2Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-75ab059c-5b2d-11ef-a472-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-75ab059c-5b2d-11ef-a472-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-75ab059c-5b2d-11ef-a472-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:40:36.29916Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "75ab059c-5b2d-11ef-a472-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:40:28.7435308Z", "endExecutionTime": "2024-08-15T17:40:36.640184Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7d6c1004-5b2d-11ef-aaa6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d6c1004-5b2d-11ef-aaa6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7d6c1004-5b2d-11ef-aaa6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:42:17.998931Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7d6c1004-5b2d-11ef-aaa6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T17:40:41.6550425Z", "endExecutionTime": "2024-08-15T17:42:23.130764Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c50274e9-5b2d-11ef-b0e8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c50274e9-5b2d-11ef-b0e8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c50274e9-5b2d-11ef-b0e8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:44:23.901776Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c50274e9-5b2d-11ef-b0e8-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T17:42:41.5569798Z", "endExecutionTime": "2024-08-15T17:44:28.555287Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0e0c8924-5b2e-11ef-80c6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0e0c8924-5b2e-11ef-80c6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0e0c8924-5b2e-11ef-80c6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:44:50.603672Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0e0c8924-5b2e-11ef-80c6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T17:44:44.7497568Z", "endExecutionTime": "2024-08-15T17:44:50.604318Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-15f3efb2-5b2e-11ef-8b34-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-15f3efb2-5b2e-11ef-8b34-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-15f3efb2-5b2e-11ef-8b34-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:45:00.559631Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "15f3efb2-5b2e-11ef-8b34-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T17:44:57.4995758Z", "endExecutionTime": "2024-08-15T17:45:00.559945Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1a0ff2a0-5b2e-11ef-9032-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1a0ff2a0-5b2e-11ef-9032-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1a0ff2a0-5b2e-11ef-9032-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:45:12.18904Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1a0ff2a0-5b2e-11ef-9032-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:45:04.2448754Z", "endExecutionTime": "2024-08-15T17:45:12.510946Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2190889d-5b2e-11ef-b15b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2190889d-5b2e-11ef-b15b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2190889d-5b2e-11ef-b15b-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:45:22.679213Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2190889d-5b2e-11ef-b15b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:45:17.2019239Z", "endExecutionTime": "2024-08-15T17:45:22.911238Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-26da4e1f-5b2e-11ef-8fe2-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-26da4e1f-5b2e-11ef-8fe2-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-26da4e1f-5b2e-11ef-8fe2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:45:30.079817Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "26da4e1f-5b2e-11ef-8fe2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:45:25.8387958Z", "endExecutionTime": "2024-08-15T17:45:30.320751Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2bf8e1b6-5b2e-11ef-b73c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2bf8e1b6-5b2e-11ef-b73c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2bf8e1b6-5b2e-11ef-b73c-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:45:40.295903Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2bf8e1b6-5b2e-11ef-b73c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:45:34.4642304Z", "endExecutionTime": "2024-08-15T17:45:40.537187Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-312efb73-5b2e-11ef-b6e3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-312efb73-5b2e-11ef-b6e3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-312efb73-5b2e-11ef-b6e3-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:45:45.730455Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "312efb73-5b2e-11ef-b6e3-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:45:43.1756032Z", "endExecutionTime": "2024-08-15T17:45:45.979894Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3511da0a-5b2e-11ef-8b69-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3511da0a-5b2e-11ef-8b69-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3511da0a-5b2e-11ef-8b69-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:45:55.259578Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3511da0a-5b2e-11ef-8b69-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:45:49.7874534Z", "endExecutionTime": "2024-08-15T17:45:55.471083Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3c7e0c45-5b2e-11ef-bc6b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3c7e0c45-5b2e-11ef-bc6b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-3c7e0c45-5b2e-11ef-bc6b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:46:10.372986Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3c7e0c45-5b2e-11ef-bc6b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:46:02.3518983Z", "endExecutionTime": "2024-08-15T17:46:10.577329Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-43fd88af-5b2e-11ef-9718-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-43fd88af-5b2e-11ef-9718-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-43fd88af-5b2e-11ef-9718-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:46:20.938065Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "43fd88af-5b2e-11ef-9718-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:46:14.7675142Z", "endExecutionTime": "2024-08-15T17:46:21.282137Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4b3f2127-5b2e-11ef-827d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4b3f2127-5b2e-11ef-827d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4b3f2127-5b2e-11ef-827d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:46:35.440784Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4b3f2127-5b2e-11ef-827d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:46:26.9514211Z", "endExecutionTime": "2024-08-15T17:46:35.803295Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-557edf0f-5b2e-11ef-89b7-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-557edf0f-5b2e-11ef-89b7-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-557edf0f-5b2e-11ef-89b7-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:46:55.607134Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "557edf0f-5b2e-11ef-89b7-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:46:44.1104644Z", "endExecutionTime": "2024-08-15T17:46:55.818228Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5fc960ea-5b2e-11ef-9426-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5fc960ea-5b2e-11ef-9426-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-5fc960ea-5b2e-11ef-9426-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:47:10.647412Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5fc960ea-5b2e-11ef-9426-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:47:01.4318594Z", "endExecutionTime": "2024-08-15T17:47:10.887004Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6ab09422-5b2e-11ef-920a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6ab09422-5b2e-11ef-920a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-227", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-227", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6ab09422-5b2e-11ef-920a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:47:23.7048799Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-227", "id": "6ab09422-5b2e-11ef-920a-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T17:47:19.9232393Z", "endExecutionTime": "2024-08-15T17:47:26.0645881Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-708fa046-5b2e-11ef-a6b8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-708fa046-5b2e-11ef-a6b8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-229", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-229", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-708fa046-5b2e-11ef-a6b8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:47:29.8266658Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-229", "id": "708fa046-5b2e-11ef-a6b8-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T17:47:29.4477146Z", "endExecutionTime": "2024-08-15T17:47:32.1092964Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-74976c41-5b2e-11ef-bee5-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-74976c41-5b2e-11ef-bee5-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-231", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-74976c41-5b2e-11ef-bee5-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:47:36.9206008Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-231", "id": "74976c41-5b2e-11ef-bee5-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T17:47:36.4798891Z", "endExecutionTime": "2024-08-15T17:47:39.0305332Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-78f4e9c4-5b2e-11ef-93f8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-78f4e9c4-5b2e-11ef-93f8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-78f4e9c4-5b2e-11ef-93f8-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:47:53.40297Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "78f4e9c4-5b2e-11ef-93f8-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T17:47:43.4672581Z", - "endExecutionTime": "2024-08-15T17:47:54.454786Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8501c224-5b2e-11ef-894c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8501c224-5b2e-11ef-894c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8501c224-5b2e-11ef-894c-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:48:08.479Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8501c224-5b2e-11ef-894c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:48:04.3406359Z", - "endExecutionTime": "2024-08-15T17:48:08.493Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8a77ac4d-5b2e-11ef-b3b6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8a77ac4d-5b2e-11ef-b3b6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8a77ac4d-5b2e-11ef-b3b6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:48:26.380337Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8a77ac4d-5b2e-11ef-b3b6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T17:48:13.4033195Z", "endExecutionTime": "2024-08-15T17:48:26.380658Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-958f2495-5b2e-11ef-b64d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-958f2495-5b2e-11ef-b64d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-243", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-243", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-958f2495-5b2e-11ef-b64d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:48:36.589Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-243", "id": "958f2495-5b2e-11ef-b64d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:48:31.6860817Z", - "endExecutionTime": "2024-08-15T17:48:36.601Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9d3819ad-5b2e-11ef-a045-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9d3819ad-5b2e-11ef-a045-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-245", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9d3819ad-5b2e-11ef-a045-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:48:45.921Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-245", "id": "9d3819ad-5b2e-11ef-a045-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T17:48:44.3982288Z", - "endExecutionTime": "2024-08-15T17:48:45.935Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a11cd64d-5b2e-11ef-923e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a11cd64d-5b2e-11ef-923e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a11cd64d-5b2e-11ef-923e-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:49:03.703446Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a11cd64d-5b2e-11ef-923e-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T17:48:50.8966932Z", - "endExecutionTime": "2024-08-15T17:49:04.692619Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-abccea1a-5b2e-11ef-8ad9-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-abccea1a-5b2e-11ef-8ad9-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-abccea1a-5b2e-11ef-8ad9-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:49:20.546462Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "abccea1a-5b2e-11ef-8ad9-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T17:49:08.8975642Z", - "endExecutionTime": "2024-08-15T17:49:22.55087Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b61e3c7c-5b2e-11ef-ba51-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b61e3c7c-5b2e-11ef-ba51-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b61e3c7c-5b2e-11ef-ba51-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:49:38.239672Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b61e3c7c-5b2e-11ef-ba51-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T17:49:26.2197846Z", - "endExecutionTime": "2024-08-15T17:49:38.926161Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 0.0, "amountConsumed": 0.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c10ea018-5b2e-11ef-ab23-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c10ea018-5b2e-11ef-ab23-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c10ea018-5b2e-11ef-ab23-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:49:57.9616372Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c10ea018-5b2e-11ef-ab23-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:49:44.8947227Z", - "endExecutionTime": "2024-08-15T17:49:58.8284521Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cc2fc10a-5b2e-11ef-9ece-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cc2fc10a-5b2e-11ef-9ece-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cc2fc10a-5b2e-11ef-9ece-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:50:09.9790855Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cc2fc10a-5b2e-11ef-9ece-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:50:03.2726204Z", - "endExecutionTime": "2024-08-15T17:50:10.8519148Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d3a39939-5b2e-11ef-9877-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d3a39939-5b2e-11ef-9877-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d3a39939-5b2e-11ef-9877-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:50:22.1494111Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d3a39939-5b2e-11ef-9877-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:50:15.8398601Z", - "endExecutionTime": "2024-08-15T17:50:22.9799896Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-daf3de74-5b2e-11ef-b88e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-daf3de74-5b2e-11ef-b88e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-daf3de74-5b2e-11ef-b88e-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:50:35.3188882Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "daf3de74-5b2e-11ef-b88e-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:50:27.9886255Z", - "endExecutionTime": "2024-08-15T17:50:36.1587908Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e23a6cef-5b2e-11ef-a3c4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e23a6cef-5b2e-11ef-a3c4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e23a6cef-5b2e-11ef-a3c4-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T17:50:46.1072736Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e23a6cef-5b2e-11ef-a3c4-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T17:50:40.19237Z", - "endExecutionTime": "2024-08-15T17:50:46.9736092Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-226876d7-5b47-11ef-b15f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-226876d7-5b47-11ef-b15f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-226876d7-5b47-11ef-b15f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:44:23.554Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "226876d7-5b47-11ef-b15f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:44:17.0608017Z", - "endExecutionTime": "2024-08-15T20:44:23.6Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2ad62e0e-5b47-11ef-ab60-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2ad62e0e-5b47-11ef-ab60-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2ad62e0e-5b47-11ef-ab60-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:44:37.874Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2ad62e0e-5b47-11ef-ab60-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:44:30.0415052Z", - "endExecutionTime": "2024-08-15T20:44:37.889Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-327a1ffa-5b47-11ef-92da-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-327a1ffa-5b47-11ef-92da-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-327a1ffa-5b47-11ef-92da-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:44:44.369Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "327a1ffa-5b47-11ef-92da-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:44:42.8344348Z", - "endExecutionTime": "2024-08-15T20:44:44.389Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-368c9b7c-5b47-11ef-b3b4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-368c9b7c-5b47-11ef-b3b4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-368c9b7c-5b47-11ef-b3b4-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:45:01.527823Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "368c9b7c-5b47-11ef-b3b4-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:44:49.5510349Z", "endExecutionTime": "2024-08-15T20:45:01.888195Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4156be08-5b47-11ef-876c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4156be08-5b47-11ef-876c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4156be08-5b47-11ef-876c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:45:10.553975Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4156be08-5b47-11ef-876c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:45:07.8078243Z", "endExecutionTime": "2024-08-15T20:45:10.88107Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-471bf19d-5b47-11ef-80bb-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-471bf19d-5b47-11ef-80bb-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-471bf19d-5b47-11ef-80bb-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:45:25.777Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "471bf19d-5b47-11ef-80bb-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:45:17.3370507Z", - "endExecutionTime": "2024-08-15T20:45:26.684Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-51913ff2-5b47-11ef-8423-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-51913ff2-5b47-11ef-8423-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-51913ff2-5b47-11ef-8423-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:45:39.197Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "51913ff2-5b47-11ef-8423-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:45:34.9898152Z", - "endExecutionTime": "2024-08-15T20:45:39.212Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-57150c29-5b47-11ef-84dc-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-57150c29-5b47-11ef-84dc-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-57150c29-5b47-11ef-84dc-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:45:45.844Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "57150c29-5b47-11ef-84dc-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:45:44.1140819Z", - "endExecutionTime": "2024-08-15T20:45:45.925Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5b03e48e-5b47-11ef-b244-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5b03e48e-5b47-11ef-b244-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5b03e48e-5b47-11ef-b244-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:45:55.043Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5b03e48e-5b47-11ef-b244-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:45:50.7919994Z", - "endExecutionTime": "2024-08-15T20:45:55.116Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-60253632-5b47-11ef-b67d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-60253632-5b47-11ef-b67d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-60253632-5b47-11ef-b67d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:46:00.787Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "60253632-5b47-11ef-b67d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:45:59.3340288Z", - "endExecutionTime": "2024-08-15T20:46:00.799Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-63ef93ae-5b47-11ef-a478-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-63ef93ae-5b47-11ef-a478-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-63ef93ae-5b47-11ef-a478-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:46:09.544Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "63ef93ae-5b47-11ef-a478-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:46:05.8151213Z", - "endExecutionTime": "2024-08-15T20:46:09.562Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6923f5f2-5b47-11ef-ac37-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6923f5f2-5b47-11ef-ac37-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6923f5f2-5b47-11ef-ac37-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:46:15.975Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6923f5f2-5b47-11ef-ac37-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:46:14.4338795Z", - "endExecutionTime": "2024-08-15T20:46:15.993Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6cd1b033-5b47-11ef-a10f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6cd1b033-5b47-11ef-a10f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6cd1b033-5b47-11ef-a10f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:46:24.704Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6cd1b033-5b47-11ef-a10f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:46:20.7165213Z", - "endExecutionTime": "2024-08-15T20:46:24.722Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-72127131-5b47-11ef-b5a1-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-72127131-5b47-11ef-b5a1-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-72127131-5b47-11ef-b5a1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:46:30.895Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "72127131-5b47-11ef-b5a1-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:46:29.401231Z", - "endExecutionTime": "2024-08-15T20:46:30.911Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-75d7e5a6-5b47-11ef-9e8d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-75d7e5a6-5b47-11ef-9e8d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-75d7e5a6-5b47-11ef-9e8d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:46:47.089292Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "75d7e5a6-5b47-11ef-9e8d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:46:35.8943587Z", "endExecutionTime": "2024-08-15T20:46:47.472815Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-80a7e536-5b47-11ef-a1da-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-80a7e536-5b47-11ef-a1da-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-80a7e536-5b47-11ef-a1da-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:49:01.501642Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "80a7e536-5b47-11ef-a1da-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T20:46:53.9522386Z", "endExecutionTime": "2024-08-15T20:49:06.016741Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-da947fb5-5b47-11ef-8b81-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-da947fb5-5b47-11ef-8b81-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-da947fb5-5b47-11ef-8b81-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:51:49.295833Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "da947fb5-5b47-11ef-8b81-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T20:49:25.931737Z", "endExecutionTime": "2024-08-15T20:51:53.732615Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-46679c63-5b48-11ef-bba4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-46679c63-5b48-11ef-bba4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-46679c63-5b48-11ef-bba4-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:52:31.17906Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "46679c63-5b48-11ef-bba4-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T20:52:25.6184409Z", "endExecutionTime": "2024-08-15T20:52:31.17983Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4e0e699d-5b48-11ef-bc58-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4e0e699d-5b48-11ef-bc58-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4e0e699d-5b48-11ef-bc58-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:52:41.798673Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4e0e699d-5b48-11ef-bc58-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T20:52:38.5497502Z", "endExecutionTime": "2024-08-15T20:52:41.798978Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-520a0736-5b48-11ef-8cde-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-520a0736-5b48-11ef-8cde-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-520a0736-5b48-11ef-8cde-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:52:48.906032Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "520a0736-5b48-11ef-8cde-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:52:45.1996165Z", "endExecutionTime": "2024-08-15T20:52:49.244735Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5762d9cb-5b48-11ef-aef0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5762d9cb-5b48-11ef-aef0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5762d9cb-5b48-11ef-aef0-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:53:07.880014Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5762d9cb-5b48-11ef-aef0-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:52:54.2910407Z", "endExecutionTime": "2024-08-15T20:53:08.152573Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-61ebcbf0-5b48-11ef-b70b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-61ebcbf0-5b48-11ef-b70b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-61ebcbf0-5b48-11ef-b70b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:53:17.935487Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "61ebcbf0-5b48-11ef-b70b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:53:11.9895726Z", "endExecutionTime": "2024-08-15T20:53:18.16603Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-69c807c1-5b48-11ef-9f01-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-69c807c1-5b48-11ef-9f01-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-69c807c1-5b48-11ef-9f01-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:53:49.266792Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "69c807c1-5b48-11ef-9f01-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:53:25.2246009Z", "endExecutionTime": "2024-08-15T20:53:49.523432Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-803ac369-5b48-11ef-b847-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-803ac369-5b48-11ef-b847-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-803ac369-5b48-11ef-b847-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:54:09.492594Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "803ac369-5b48-11ef-b847-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:54:02.7930172Z", "endExecutionTime": "2024-08-15T20:54:09.719608Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-87cbb390-5b48-11ef-9ab3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-87cbb390-5b48-11ef-9ab3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-87cbb390-5b48-11ef-9ab3-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:54:23.086902Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "87cbb390-5b48-11ef-9ab3-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:54:15.6226092Z", "endExecutionTime": "2024-08-15T20:54:23.350127Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-90507563-5b48-11ef-9ede-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-90507563-5b48-11ef-9ede-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-90507563-5b48-11ef-9ede-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:54:33.293527Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "90507563-5b48-11ef-9ede-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:54:30.291945Z", "endExecutionTime": "2024-08-15T20:54:33.519103Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-94dc3345-5b48-11ef-8bda-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-94dc3345-5b48-11ef-8bda-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-94dc3345-5b48-11ef-8bda-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:54:48.262961Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "94dc3345-5b48-11ef-8bda-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:54:37.420081Z", "endExecutionTime": "2024-08-15T20:54:48.61604Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9fd6ea9f-5b48-11ef-b630-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9fd6ea9f-5b48-11ef-b630-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-9fd6ea9f-5b48-11ef-b630-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:55:03.396935Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9fd6ea9f-5b48-11ef-b630-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:54:55.9358662Z", "endExecutionTime": "2024-08-15T20:55:03.745768Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a7970cb4-5b48-11ef-9fbe-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a7970cb4-5b48-11ef-9fbe-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a7970cb4-5b48-11ef-9fbe-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:55:23.554963Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a7970cb4-5b48-11ef-9fbe-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:55:08.9033392Z", "endExecutionTime": "2024-08-15T20:55:23.803317Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b7064cfe-5b48-11ef-9201-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b7064cfe-5b48-11ef-9201-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b7064cfe-5b48-11ef-9201-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:55:38.701618Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b7064cfe-5b48-11ef-9201-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:55:34.8884595Z", "endExecutionTime": "2024-08-15T20:55:38.929422Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bd44a2e0-5b48-11ef-8b7e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd44a2e0-5b48-11ef-8b7e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-227", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-227", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bd44a2e0-5b48-11ef-8b7e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:55:45.9410471Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-227", "id": "bd44a2e0-5b48-11ef-8b7e-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T20:55:45.3557435Z", "endExecutionTime": "2024-08-15T20:55:48.2770606Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c1f82b5a-5b48-11ef-8b80-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c1f82b5a-5b48-11ef-8b80-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-229", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-229", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c1f82b5a-5b48-11ef-8b80-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:55:53.4621001Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-229", "id": "c1f82b5a-5b48-11ef-8b80-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T20:55:53.0349754Z", "endExecutionTime": "2024-08-15T20:55:55.7016071Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c68b0b35-5b48-11ef-8888-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c68b0b35-5b48-11ef-8888-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-231", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c68b0b35-5b48-11ef-8888-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:56:01.2626746Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-231", "id": "c68b0b35-5b48-11ef-8888-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T20:56:00.8378931Z", "endExecutionTime": "2024-08-15T20:56:03.6015556Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cb8995b2-5b48-11ef-a7a7-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cb8995b2-5b48-11ef-a7a7-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb8995b2-5b48-11ef-a7a7-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:56:18.363537Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "cb8995b2-5b48-11ef-a7a7-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T20:56:09.1282579Z", - "endExecutionTime": "2024-08-15T20:56:19.264848Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d9135991-5b48-11ef-9988-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d9135991-5b48-11ef-9988-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d9135991-5b48-11ef-9988-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:56:37.482Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d9135991-5b48-11ef-9988-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T20:56:32.8450344Z", - "endExecutionTime": "2024-08-15T20:56:37.503Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-df02631e-5b48-11ef-9ce4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-df02631e-5b48-11ef-9ce4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-df02631e-5b48-11ef-9ce4-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T20:56:59.15222Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "df02631e-5b48-11ef-9ce4-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T20:56:43.0203335Z", "endExecutionTime": "2024-08-15T20:56:59.40886Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-15f2a168-5b4b-11ef-9f0d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-15f2a168-5b4b-11ef-9f0d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-15f2a168-5b4b-11ef-9f0d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:12:41.26Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "15f2a168-5b4b-11ef-9f0d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:12:34.2353342Z", - "endExecutionTime": "2024-08-15T21:12:41.279Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1debf847-5b4b-11ef-88d6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1debf847-5b4b-11ef-88d6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1debf847-5b4b-11ef-88d6-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:12:51.408Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1debf847-5b4b-11ef-88d6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:12:47.5402508Z", - "endExecutionTime": "2024-08-15T21:12:51.467Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-23b88575-5b4b-11ef-acf8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-23b88575-5b4b-11ef-acf8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-23b88575-5b4b-11ef-acf8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:12:58.082Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "23b88575-5b4b-11ef-acf8-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:12:56.5676676Z", - "endExecutionTime": "2024-08-15T21:12:58.097Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-279e1a7f-5b4b-11ef-af3f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-279e1a7f-5b4b-11ef-af3f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-279e1a7f-5b4b-11ef-af3f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:13:18.553689Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "279e1a7f-5b4b-11ef-af3f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:13:03.1798073Z", "endExecutionTime": "2024-08-15T21:13:18.8719Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-36eb3650-5b4b-11ef-9ff1-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-36eb3650-5b4b-11ef-9ff1-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-36eb3650-5b4b-11ef-9ff1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:13:35.696625Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "36eb3650-5b4b-11ef-9ff1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:13:28.8758842Z", "endExecutionTime": "2024-08-15T21:13:36.037324Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4053bc41-5b4b-11ef-b2ba-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4053bc41-5b4b-11ef-b2ba-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4053bc41-5b4b-11ef-b2ba-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:13:46.275Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4053bc41-5b4b-11ef-b2ba-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:13:44.6634162Z", - "endExecutionTime": "2024-08-15T21:13:46.3Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-444e7e00-5b4b-11ef-af16-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-444e7e00-5b4b-11ef-af16-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-444e7e00-5b4b-11ef-af16-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:13:55.666Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "444e7e00-5b4b-11ef-af16-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:13:51.2366682Z", - "endExecutionTime": "2024-08-15T21:13:55.68Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4a063954-5b4b-11ef-b5ec-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4a063954-5b4b-11ef-b5ec-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4a063954-5b4b-11ef-b5ec-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:14:02.489Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4a063954-5b4b-11ef-b5ec-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:14:00.9091188Z", - "endExecutionTime": "2024-08-15T21:14:02.505Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4f689ea5-5b4b-11ef-a678-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4f689ea5-5b4b-11ef-a678-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4f689ea5-5b4b-11ef-a678-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:14:14.72Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4f689ea5-5b4b-11ef-a678-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:14:09.8880692Z", - "endExecutionTime": "2024-08-15T21:14:14.729Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-569f7d36-5b4b-11ef-8f5c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-569f7d36-5b4b-11ef-8f5c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-569f7d36-5b4b-11ef-8f5c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:14:23.796Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "569f7d36-5b4b-11ef-8f5c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:14:22.0663243Z", - "endExecutionTime": "2024-08-15T21:14:23.811Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5a61e6f8-5b4b-11ef-8d9a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5a61e6f8-5b4b-11ef-8d9a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5a61e6f8-5b4b-11ef-8d9a-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:14:32.086Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5a61e6f8-5b4b-11ef-8d9a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:14:28.2664823Z", - "endExecutionTime": "2024-08-15T21:14:32.104Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5f795681-5b4b-11ef-a95f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5f795681-5b4b-11ef-a95f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5f795681-5b4b-11ef-a95f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:14:38.489Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5f795681-5b4b-11ef-a95f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:14:36.9603476Z", - "endExecutionTime": "2024-08-15T21:14:38.504Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6375dcb3-5b4b-11ef-8614-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6375dcb3-5b4b-11ef-8614-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6375dcb3-5b4b-11ef-8614-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:14:47.375Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6375dcb3-5b4b-11ef-8614-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:14:43.533652Z", - "endExecutionTime": "2024-08-15T21:14:47.388Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-68920620-5b4b-11ef-9f87-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-68920620-5b4b-11ef-9f87-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-68920620-5b4b-11ef-9f87-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:14:53.737Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "68920620-5b4b-11ef-9f87-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:14:52.2288276Z", - "endExecutionTime": "2024-08-15T21:14:53.751Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6c758948-5b4b-11ef-9557-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6c758948-5b4b-11ef-9557-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6c758948-5b4b-11ef-9557-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:15:04.3285Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6c758948-5b4b-11ef-9557-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:14:58.6407263Z", "endExecutionTime": "2024-08-15T21:15:04.660202Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-741ecb0d-5b4b-11ef-9a63-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-741ecb0d-5b4b-11ef-9a63-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-741ecb0d-5b4b-11ef-9a63-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:18:05.261101Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "741ecb0d-5b4b-11ef-9a63-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T21:15:11.5848944Z", "endExecutionTime": "2024-08-15T21:18:09.698792Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f23f89fd-5b4b-11ef-95b6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f23f89fd-5b4b-11ef-95b6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f23f89fd-5b4b-11ef-95b6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:20:53.069642Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f23f89fd-5b4b-11ef-95b6-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T21:18:43.3006181Z", "endExecutionTime": "2024-08-15T21:20:57.454089Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4b75f38d-5b4c-11ef-a641-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4b75f38d-5b4c-11ef-a641-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4b75f38d-5b4c-11ef-a641-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:21:19.133682Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4b75f38d-5b4c-11ef-a641-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T21:21:12.7984568Z", "endExecutionTime": "2024-08-15T21:21:19.134351Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-52f90acb-5b4c-11ef-b8f8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-52f90acb-5b4c-11ef-b8f8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-52f90acb-5b4c-11ef-b8f8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:21:28.262537Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "52f90acb-5b4c-11ef-b8f8-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T21:21:25.4503308Z", "endExecutionTime": "2024-08-15T21:21:28.262913Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-56ed8aee-5b4c-11ef-ae01-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-56ed8aee-5b4c-11ef-ae01-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-56ed8aee-5b4c-11ef-ae01-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:21:38.121218Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "56ed8aee-5b4c-11ef-ae01-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:21:32.0315957Z", "endExecutionTime": "2024-08-15T21:21:38.433864Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5e4aa01f-5b4c-11ef-a198-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5e4aa01f-5b4c-11ef-a198-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5e4aa01f-5b4c-11ef-a198-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:21:56.014307Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5e4aa01f-5b4c-11ef-a198-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:21:44.4454551Z", "endExecutionTime": "2024-08-15T21:21:56.244982Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-68ad068a-5b4c-11ef-8caa-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-68ad068a-5b4c-11ef-8caa-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-68ad068a-5b4c-11ef-8caa-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:22:11.138124Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "68ad068a-5b4c-11ef-8caa-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:22:01.9518987Z", "endExecutionTime": "2024-08-15T21:22:11.346199Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-731e6413-5b4c-11ef-ac33-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-731e6413-5b4c-11ef-ac33-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-731e6413-5b4c-11ef-ac33-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:22:26.265582Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "731e6413-5b4c-11ef-ac33-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:22:19.4840343Z", "endExecutionTime": "2024-08-15T21:22:26.525395Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7a82f7c7-5b4c-11ef-8df3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7a82f7c7-5b4c-11ef-8df3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-7a82f7c7-5b4c-11ef-8df3-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:22:41.396357Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7a82f7c7-5b4c-11ef-8df3-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:22:31.8669739Z", "endExecutionTime": "2024-08-15T21:22:41.613027Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-85a23158-5b4c-11ef-af49-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-85a23158-5b4c-11ef-af49-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-85a23158-5b4c-11ef-af49-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:23:01.516208Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "85a23158-5b4c-11ef-af49-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:22:50.4721704Z", "endExecutionTime": "2024-08-15T21:23:01.727601Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-902e6bbf-5b4c-11ef-b503-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-902e6bbf-5b4c-11ef-b503-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-902e6bbf-5b4c-11ef-b503-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:23:13.373875Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "902e6bbf-5b4c-11ef-b503-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:23:08.6282343Z", "endExecutionTime": "2024-08-15T21:23:13.593782Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-95ac283b-5b4c-11ef-b407-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-95ac283b-5b4c-11ef-b407-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-95ac283b-5b4c-11ef-b407-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:23:28.499356Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "95ac283b-5b4c-11ef-b407-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:23:17.3010312Z", "endExecutionTime": "2024-08-15T21:23:28.848239Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a012bd56-5b4c-11ef-b2e1-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a012bd56-5b4c-11ef-b2e1-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-a012bd56-5b4c-11ef-b2e1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:23:41.718569Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a012bd56-5b4c-11ef-b2e1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:23:35.2629672Z", "endExecutionTime": "2024-08-15T21:23:42.02936Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a7a93b06-5b4c-11ef-9345-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a7a93b06-5b4c-11ef-9345-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a7a93b06-5b4c-11ef-9345-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:24:01.82141Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a7a93b06-5b4c-11ef-9345-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:23:47.7711873Z", "endExecutionTime": "2024-08-15T21:24:02.054384Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b24f0668-5b4c-11ef-8ea1-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b24f0668-5b4c-11ef-8ea1-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-b24f0668-5b4c-11ef-8ea1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:24:12.659339Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b24f0668-5b4c-11ef-8ea1-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:24:05.5353736Z", "endExecutionTime": "2024-08-15T21:24:12.883534Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ba081eb2-5b4c-11ef-b085-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ba081eb2-5b4c-11ef-b085-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-227", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-227", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ba081eb2-5b4c-11ef-b085-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:24:18.7753493Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-227", "id": "ba081eb2-5b4c-11ef-b085-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T21:24:18.2921148Z", "endExecutionTime": "2024-08-15T21:24:21.1374447Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-be78c177-5b4c-11ef-b692-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-be78c177-5b4c-11ef-b692-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-229", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-229", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-be78c177-5b4c-11ef-b692-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:24:26.401362Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-229", "id": "be78c177-5b4c-11ef-b692-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T21:24:25.9428994Z", "endExecutionTime": "2024-08-15T21:24:28.5292757Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c2b528b5-5b4c-11ef-86f6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2b528b5-5b4c-11ef-86f6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-231", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c2b528b5-5b4c-11ef-86f6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:24:38.2692947Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-231", "id": "c2b528b5-5b4c-11ef-86f6-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T21:24:32.976404Z", "endExecutionTime": "2024-08-15T21:24:40.820941Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ca7e96a8-5b4c-11ef-b608-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ca7e96a8-5b4c-11ef-b608-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ca7e96a8-5b4c-11ef-b608-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:24:56.264266Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "ca7e96a8-5b4c-11ef-b608-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T21:24:46.6938915Z", - "endExecutionTime": "2024-08-15T21:24:57.894896Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d74d9d2c-5b4c-11ef-bae8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d74d9d2c-5b4c-11ef-bae8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d74d9d2c-5b4c-11ef-bae8-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:25:12.279Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d74d9d2c-5b4c-11ef-bae8-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:25:08.1537616Z", - "endExecutionTime": "2024-08-15T21:25:12.294Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dcddcf6a-5b4c-11ef-b89d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dcddcf6a-5b4c-11ef-b89d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dcddcf6a-5b4c-11ef-b89d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:25:33.660428Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "dcddcf6a-5b4c-11ef-b89d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T21:25:17.4616692Z", "endExecutionTime": "2024-08-15T21:25:33.920394Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ecc16788-5b4c-11ef-afe0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ecc16788-5b4c-11ef-afe0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-243", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-243", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ecc16788-5b4c-11ef-afe0-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:25:47.3Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-243", "id": "ecc16788-5b4c-11ef-afe0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:25:43.4308281Z", - "endExecutionTime": "2024-08-15T21:25:47.317Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f266436c-5b4c-11ef-b5af-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f266436c-5b4c-11ef-b5af-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-245", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f266436c-5b4c-11ef-b5af-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:25:54.557Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-245", "id": "f266436c-5b4c-11ef-b5af-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T21:25:52.9910623Z", - "endExecutionTime": "2024-08-15T21:25:54.574Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f587939d-5b4c-11ef-9c00-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f587939d-5b4c-11ef-9c00-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f587939d-5b4c-11ef-9c00-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:26:09.534853Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f587939d-5b4c-11ef-9c00-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T21:25:58.1532571Z", - "endExecutionTime": "2024-08-15T21:26:10.497251Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-004f9aaa-5b4d-11ef-a20a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-004f9aaa-5b4d-11ef-a20a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-004f9aaa-5b4d-11ef-a20a-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:26:27.56485Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "004f9aaa-5b4d-11ef-a20a-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T21:26:16.853279Z", - "endExecutionTime": "2024-08-15T21:26:29.481882Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0b0e1394-5b4d-11ef-b2c1-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0b0e1394-5b4d-11ef-b2c1-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0b0e1394-5b4d-11ef-b2c1-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:26:47.933642Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0b0e1394-5b4d-11ef-b2c1-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T21:26:34.9829478Z", - "endExecutionTime": "2024-08-15T21:26:48.839243Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-15e9f55b-5b4d-11ef-99fc-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-15e9f55b-5b4d-11ef-99fc-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-15e9f55b-5b4d-11ef-99fc-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:27:00.3432751Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "15e9f55b-5b4d-11ef-99fc-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T21:26:53.3842481Z", - "endExecutionTime": "2024-08-15T21:27:01.270833Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1e337932-5b4d-11ef-a918-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1e337932-5b4d-11ef-a918-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1e337932-5b4d-11ef-a918-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:27:12.3634527Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1e337932-5b4d-11ef-a918-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T21:27:06.4402504Z", - "endExecutionTime": "2024-08-15T21:27:13.3034913Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2596232e-5b4d-11ef-b582-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2596232e-5b4d-11ef-b582-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2596232e-5b4d-11ef-b582-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:27:23.8985114Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2596232e-5b4d-11ef-b582-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T21:27:18.8642552Z", - "endExecutionTime": "2024-08-15T21:27:24.8950708Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2ceda260-5b4d-11ef-9be9-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2ceda260-5b4d-11ef-9be9-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2ceda260-5b4d-11ef-9be9-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:27:36.5006108Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2ceda260-5b4d-11ef-9be9-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T21:27:31.2416026Z", - "endExecutionTime": "2024-08-15T21:27:37.458649Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-34ca7449-5b4d-11ef-b1b3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-34ca7449-5b4d-11ef-b1b3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-34ca7449-5b4d-11ef-b1b3-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T21:27:50.5390916Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "34ca7449-5b4d-11ef-b1b3-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T21:27:45.103354Z", - "endExecutionTime": "2024-08-15T21:27:51.3982166Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0b7fb9e7-5b53-11ef-b019-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0b7fb9e7-5b53-11ef-b019-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0b7fb9e7-5b53-11ef-b019-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:09:37.719Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "0b7fb9e7-5b53-11ef-b019-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:09:35.837013Z", - "endExecutionTime": "2024-08-15T22:09:37.79Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-11469444-5b53-11ef-9c9d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-11469444-5b53-11ef-9c9d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-11469444-5b53-11ef-9c9d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:09:53.104573Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "11469444-5b53-11ef-9c9d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:09:43.4035079Z", "endExecutionTime": "2024-08-15T22:09:53.908227Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1cccae4c-5b53-11ef-8354-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1cccae4c-5b53-11ef-8354-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1cccae4c-5b53-11ef-8354-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:10:03.581Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "1cccae4c-5b53-11ef-8354-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:10:02.0104185Z", - "endExecutionTime": "2024-08-15T22:10:03.597Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-20dd6d67-5b53-11ef-9cd7-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-20dd6d67-5b53-11ef-9cd7-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-20dd6d67-5b53-11ef-9cd7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:10:10.543Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "20dd6d67-5b53-11ef-9cd7-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:10:08.9830731Z", - "endExecutionTime": "2024-08-15T22:10:10.566Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2503275f-5b53-11ef-9e05-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2503275f-5b53-11ef-9e05-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2503275f-5b53-11ef-9e05-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:10:17.152Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "2503275f-5b53-11ef-9e05-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:10:15.6575633Z", - "endExecutionTime": "2024-08-15T22:10:17.169Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-291697b8-5b53-11ef-9db6-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-291697b8-5b53-11ef-9db6-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-291697b8-5b53-11ef-9db6-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:10:24.362Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "291697b8-5b53-11ef-9db6-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:10:22.8147965Z", - "endExecutionTime": "2024-08-15T22:10:24.377Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2d4b58d0-5b53-11ef-8d39-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2d4b58d0-5b53-11ef-8d39-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2d4b58d0-5b53-11ef-8d39-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:10:31.163Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "2d4b58d0-5b53-11ef-8d39-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:10:29.5432538Z", - "endExecutionTime": "2024-08-15T22:10:31.179Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-31149404-5b53-11ef-b34d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-31149404-5b53-11ef-b34d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-31149404-5b53-11ef-b34d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:10:37.702Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "31149404-5b53-11ef-b34d-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:10:36.1381351Z", - "endExecutionTime": "2024-08-15T22:10:37.718Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-34f559e8-5b53-11ef-920c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-34f559e8-5b53-11ef-920c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-34f559e8-5b53-11ef-920c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:10:44.123Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "34f559e8-5b53-11ef-920c-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:10:42.5538766Z", - "endExecutionTime": "2024-08-15T22:10:44.161Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3b5e7682-5b53-11ef-ae52-a0b339c1da8f?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3b5e7682-5b53-11ef-ae52-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3b5e7682-5b53-11ef-ae52-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:11:17.3177544Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "3b5e7682-5b53-11ef-ae52-a0b339c1da8f", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-15T22:10:53.0657522Z", - "endExecutionTime": "2024-08-15T22:12:51.4242392Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-95431cc0-5b53-11ef-8414-a0b339c1da8f?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-95431cc0-5b53-11ef-8414-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-95431cc0-5b53-11ef-8414-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:13:24.6971311Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "95431cc0-5b53-11ef-8414-a0b339c1da8f", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-15T22:13:24.2019379Z", - "endExecutionTime": "2024-08-15T22:13:24.6971311Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-99097b47-5b53-11ef-bfde-a0b339c1da8f?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-99097b47-5b53-11ef-bfde-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-99097b47-5b53-11ef-bfde-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:13:55.9267988Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "99097b47-5b53-11ef-bfde-a0b339c1da8f", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-15T22:13:30.4680605Z", "endExecutionTime": "2024-08-15T22:14:30.0164873Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c9d4c020-5b53-11ef-a283-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c9d4c020-5b53-11ef-a283-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c9d4c020-5b53-11ef-a283-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:14:53.128155Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "c9d4c020-5b53-11ef-a283-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T22:14:52.5130483Z", "endExecutionTime": "2024-08-15T22:14:55.5289596Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ce6cfa42-5b53-11ef-bd56-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ce6cfa42-5b53-11ef-bd56-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ce6cfa42-5b53-11ef-bd56-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:15:04.2985198Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "ce6cfa42-5b53-11ef-bd56-a0b339c1da8f", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-15T22:15:00.2961375Z", "endExecutionTime": - "2024-08-15T22:15:06.3971888Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-d3db495c-5b53-11ef-b9db-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d3db495c-5b53-11ef-b9db-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d3db495c-5b53-11ef-b9db-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:15:10.1033778Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "d3db495c-5b53-11ef-b9db-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T22:15:09.6751567Z", "endExecutionTime": "2024-08-15T22:15:12.2734407Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d8c60e8d-5b53-11ef-8ad5-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8c60e8d-5b53-11ef-8ad5-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d8c60e8d-5b53-11ef-8ad5-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:15:18.2173224Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "d8c60e8d-5b53-11ef-8ad5-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T22:15:17.4435233Z", "endExecutionTime": "2024-08-15T22:15:20.2880689Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-dd16cafb-5b53-11ef-9c67-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dd16cafb-5b53-11ef-9c67-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dd16cafb-5b53-11ef-9c67-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:15:25.918418Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "dd16cafb-5b53-11ef-9c67-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T22:15:25.5167741Z", "endExecutionTime": "2024-08-15T22:15:28.0480232Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e1be874c-5b53-11ef-851f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1be874c-5b53-11ef-851f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e1be874c-5b53-11ef-851f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:15:33.0018504Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "e1be874c-5b53-11ef-851f-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T22:15:32.4795611Z", "endExecutionTime": "2024-08-15T22:15:35.0874563Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e5d579ff-5b53-11ef-bda2-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e5d579ff-5b53-11ef-bda2-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e5d579ff-5b53-11ef-bda2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:15:44.797717Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "e5d579ff-5b53-11ef-bda2-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-15T22:15:39.3754696Z", - "endExecutionTime": "2024-08-15T22:15:57.236682Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0035, - "amountConsumed": 0.0035, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f53b9200-5b53-11ef-a14e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f53b9200-5b53-11ef-a14e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f53b9200-5b53-11ef-a14e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:16:10.549092Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "f53b9200-5b53-11ef-a14e-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-15T22:16:05.2650413Z", - "endExecutionTime": "2024-08-15T22:16:23.546294Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-04b8960e-5b54-11ef-add8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-04b8960e-5b54-11ef-add8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-04b8960e-5b54-11ef-add8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:16:36.804379Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "04b8960e-5b54-11ef-add8-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-15T22:16:31.3694606Z", - "endExecutionTime": "2024-08-15T22:16:49.564947Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0035, - "amountConsumed": 0.0035, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-143ae3d4-5b54-11ef-b71d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-143ae3d4-5b54-11ef-b71d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-143ae3d4-5b54-11ef-b71d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:17:01.716395Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "143ae3d4-5b54-11ef-b71d-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-15T22:16:57.6554541Z", - "endExecutionTime": "2024-08-15T22:17:13.38273Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-23b8f304-5b54-11ef-b62c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-23b8f304-5b54-11ef-b62c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-23b8f304-5b54-11ef-b62c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:17:27.654569Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "23b8f304-5b54-11ef-b62c-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-15T22:17:23.3912936Z", - "endExecutionTime": "2024-08-15T22:17:52.957265Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.007, - "amountConsumed": 0.007, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3a06b1fc-5b54-11ef-81c9-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3a06b1fc-5b54-11ef-81c9-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3a06b1fc-5b54-11ef-81c9-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:18:05.675696Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "3a06b1fc-5b54-11ef-81c9-a0b339c1da8f", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-15T22:18:00.8040238Z", - "endExecutionTime": "2024-08-15T22:18:29.754784Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0067, - "amountConsumed": 0.0067, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-56f2d764-5b54-11ef-962f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-56f2d764-5b54-11ef-962f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-56f2d764-5b54-11ef-962f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:18:53.701Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "56f2d764-5b54-11ef-962f-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:18:48.358698Z", - "endExecutionTime": "2024-08-15T22:18:53.721Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5d15f428-5b54-11ef-b205-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5d15f428-5b54-11ef-b205-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5d15f428-5b54-11ef-b205-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:19:02.381Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5d15f428-5b54-11ef-b205-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:18:58.5626698Z", - "endExecutionTime": "2024-08-15T22:19:02.397Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-65271e87-5b54-11ef-a713-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-65271e87-5b54-11ef-a713-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-65271e87-5b54-11ef-a713-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:19:13.714Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "65271e87-5b54-11ef-a713-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:19:12.1177903Z", - "endExecutionTime": "2024-08-15T22:19:13.731Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-68a10d83-5b54-11ef-9565-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-68a10d83-5b54-11ef-9565-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-68a10d83-5b54-11ef-9565-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:20:00.111308Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "68a10d83-5b54-11ef-9565-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:19:17.8380482Z", "endExecutionTime": "2024-08-15T22:20:00.617652Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8a33c36e-5b54-11ef-a006-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8a33c36e-5b54-11ef-a006-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8a33c36e-5b54-11ef-a006-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:20:26.641827Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8a33c36e-5b54-11ef-a006-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:20:14.5096735Z", "endExecutionTime": "2024-08-15T22:20:27.858274Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-97d61cf2-5b54-11ef-8ca8-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-97d61cf2-5b54-11ef-8ca8-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-97d61cf2-5b54-11ef-8ca8-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:20:38.944Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "97d61cf2-5b54-11ef-8ca8-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:20:37.2937652Z", - "endExecutionTime": "2024-08-15T22:20:38.96Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9c2800bc-5b54-11ef-a108-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9c2800bc-5b54-11ef-a108-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9c2800bc-5b54-11ef-a108-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:20:48.2Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9c2800bc-5b54-11ef-a108-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:20:44.3373747Z", - "endExecutionTime": "2024-08-15T22:20:48.221Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a238caac-5b54-11ef-b216-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a238caac-5b54-11ef-b216-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a238caac-5b54-11ef-b216-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:20:56.469Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a238caac-5b54-11ef-b216-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:20:54.801206Z", - "endExecutionTime": "2024-08-15T22:20:56.486Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a6a72919-5b54-11ef-8ded-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6a72919-5b54-11ef-8ded-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a6a72919-5b54-11ef-8ded-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:21:06.19Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a6a72919-5b54-11ef-8ded-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:21:01.8992619Z", - "endExecutionTime": "2024-08-15T22:21:06.207Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ae199d15-5b54-11ef-9347-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae199d15-5b54-11ef-9347-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ae199d15-5b54-11ef-9347-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:21:17.034Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ae199d15-5b54-11ef-9347-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:21:15.521493Z", - "endExecutionTime": "2024-08-15T22:21:17.05Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b2af63a6-5b54-11ef-8933-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b2af63a6-5b54-11ef-8933-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b2af63a6-5b54-11ef-8933-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:21:25.701Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b2af63a6-5b54-11ef-8933-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:21:22.0715083Z", - "endExecutionTime": "2024-08-15T22:21:25.715Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b80e30cf-5b54-11ef-9a7b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b80e30cf-5b54-11ef-9a7b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b80e30cf-5b54-11ef-9a7b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:21:33.34Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b80e30cf-5b54-11ef-9a7b-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:21:31.7753835Z", - "endExecutionTime": "2024-08-15T22:21:33.357Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bc569503-5b54-11ef-ac0e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc569503-5b54-11ef-ac0e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bc569503-5b54-11ef-ac0e-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:21:41.979Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bc569503-5b54-11ef-ac0e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:21:38.3018192Z", - "endExecutionTime": "2024-08-15T22:21:41.99Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c1e089cb-5b54-11ef-8c3a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c1e089cb-5b54-11ef-8c3a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c1e089cb-5b54-11ef-8c3a-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:21:49.265Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c1e089cb-5b54-11ef-8c3a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:21:47.6908549Z", - "endExecutionTime": "2024-08-15T22:21:49.278Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c50ccaa3-5b54-11ef-a1cd-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c50ccaa3-5b54-11ef-a1cd-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c50ccaa3-5b54-11ef-a1cd-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:22:00.575577Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c50ccaa3-5b54-11ef-a1cd-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:21:52.9474412Z", "endExecutionTime": "2024-08-15T22:22:01.259895Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cd322253-5b54-11ef-9a27-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd322253-5b54-11ef-9a27-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd322253-5b54-11ef-9a27-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:23:52.197124Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cd322253-5b54-11ef-9a27-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T22:22:06.7006703Z", "endExecutionTime": "2024-08-15T22:23:56.695214Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-158862da-5b55-11ef-ac06-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-158862da-5b55-11ef-ac06-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-158862da-5b55-11ef-ac06-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:26:50.098343Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "158862da-5b55-11ef-ac06-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T22:24:08.046964Z", "endExecutionTime": "2024-08-15T22:26:54.359131Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-82354bcd-5b55-11ef-a214-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-82354bcd-5b55-11ef-a214-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-82354bcd-5b55-11ef-a214-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:27:16.828965Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "82354bcd-5b55-11ef-a214-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T22:27:10.7752831Z", "endExecutionTime": "2024-08-15T22:27:16.82963Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8af6ab19-5b55-11ef-be5b-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8af6ab19-5b55-11ef-be5b-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8af6ab19-5b55-11ef-be5b-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:27:28.474446Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8af6ab19-5b55-11ef-be5b-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T22:27:25.3994167Z", "endExecutionTime": "2024-08-15T22:27:28.47476Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8ffe5034-5b55-11ef-a992-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8ffe5034-5b55-11ef-a992-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8ffe5034-5b55-11ef-a992-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:27:45.677476Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8ffe5034-5b55-11ef-a992-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:27:33.5128749Z", "endExecutionTime": "2024-08-15T22:27:46.044445Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9b53c7e4-5b55-11ef-98ad-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9b53c7e4-5b55-11ef-98ad-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9b53c7e4-5b55-11ef-98ad-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:28:40.663386Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9b53c7e4-5b55-11ef-98ad-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:27:52.7403324Z", "endExecutionTime": "2024-08-15T22:28:41.105363Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bc8d47cb-5b55-11ef-8f18-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc8d47cb-5b55-11ef-8f18-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-bc8d47cb-5b55-11ef-8f18-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:29:13.428659Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bc8d47cb-5b55-11ef-8f18-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:28:48.141575Z", "endExecutionTime": "2024-08-15T22:29:14.213492Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d2ceebe4-5b55-11ef-bb88-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d2ceebe4-5b55-11ef-bb88-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d2ceebe4-5b55-11ef-bb88-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:30:21.292129Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d2ceebe4-5b55-11ef-bb88-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:29:25.5604717Z", "endExecutionTime": "2024-08-15T22:30:21.938141Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-03e7fcab-5b56-11ef-b49f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-03e7fcab-5b56-11ef-b49f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-03e7fcab-5b56-11ef-b49f-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:30:57.155182Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "03e7fcab-5b56-11ef-b49f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:30:47.9455584Z", "endExecutionTime": "2024-08-15T22:30:57.616748Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0e7c5d02-5b56-11ef-948a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0e7c5d02-5b56-11ef-948a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0e7c5d02-5b56-11ef-948a-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:31:26.849927Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0e7c5d02-5b56-11ef-948a-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:31:05.719263Z", "endExecutionTime": "2024-08-15T22:31:27.450277Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1dc07e60-5b56-11ef-85f0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1dc07e60-5b56-11ef-85f0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-1dc07e60-5b56-11ef-85f0-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:31:41.327375Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1dc07e60-5b56-11ef-85f0-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:31:31.2944195Z", "endExecutionTime": "2024-08-15T22:31:42.061079Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-283a740c-5b56-11ef-b056-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-283a740c-5b56-11ef-b056-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-283a740c-5b56-11ef-b056-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:32:24.256156Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "283a740c-5b56-11ef-b056-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:31:48.8457389Z", "endExecutionTime": "2024-08-15T22:32:25.891576Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-48d73c0e-5b56-11ef-86ee-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-48d73c0e-5b56-11ef-86ee-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-48d73c0e-5b56-11ef-86ee-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:32:52.286264Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "48d73c0e-5b56-11ef-86ee-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:32:43.7617013Z", "endExecutionTime": "2024-08-15T22:32:53.026657Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-506f43d2-5b56-11ef-b707-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-506f43d2-5b56-11ef-b707-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-506f43d2-5b56-11ef-b707-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:34:03.192158Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "506f43d2-5b56-11ef-b707-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:32:56.3450635Z", "endExecutionTime": "2024-08-15T22:34:03.999839Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-80a6bc3c-5b56-11ef-a731-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-80a6bc3c-5b56-11ef-a731-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-80a6bc3c-5b56-11ef-a731-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:34:31.867262Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "80a6bc3c-5b56-11ef-a731-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:34:17.1996214Z", "endExecutionTime": "2024-08-15T22:34:32.184673Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9084cd13-5b56-11ef-9c2e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9084cd13-5b56-11ef-9c2e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-236", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-236", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9084cd13-5b56-11ef-9c2e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:34:48.34032Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-236", "id": "9084cd13-5b56-11ef-9c2e-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T22:34:43.8909299Z", "endExecutionTime": "2024-08-15T22:34:50.5094814Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-96c7e2d9-5b56-11ef-a27e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-96c7e2d9-5b56-11ef-a27e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-238", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-238", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-96c7e2d9-5b56-11ef-a27e-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:34:55.013683Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-238", "id": "96c7e2d9-5b56-11ef-a27e-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T22:34:54.4828724Z", "endExecutionTime": "2024-08-15T22:34:57.1264225Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9bb473eb-5b56-11ef-a6a1-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9bb473eb-5b56-11ef-a6a1-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-240", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9bb473eb-5b56-11ef-a6a1-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:35:03.0559235Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-240", "id": "9bb473eb-5b56-11ef-a6a1-a0b339c1da8f", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-15T22:35:02.6420146Z", "endExecutionTime": "2024-08-15T22:35:05.271042Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a068b7e4-5b56-11ef-bd8f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a068b7e4-5b56-11ef-bd8f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a068b7e4-5b56-11ef-bd8f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:35:19.939254Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "a068b7e4-5b56-11ef-bd8f-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T22:35:10.699332Z", - "endExecutionTime": "2024-08-15T22:35:21.087468Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ae667888-5b56-11ef-a5c9-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae667888-5b56-11ef-a5c9-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ae667888-5b56-11ef-a5c9-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:35:38.793Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ae667888-5b56-11ef-a5c9-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:35:34.6470729Z", - "endExecutionTime": "2024-08-15T22:35:38.836Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b42e18c4-5b56-11ef-82bc-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b42e18c4-5b56-11ef-82bc-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b42e18c4-5b56-11ef-82bc-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:36:13.373189Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b42e18c4-5b56-11ef-82bc-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:35:44.3526208Z", "endExecutionTime": "2024-08-15T22:36:13.844716Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cb4042ef-5b56-11ef-88e0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cb4042ef-5b56-11ef-88e0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-252", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-252", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cb4042ef-5b56-11ef-88e0-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:36:25.999Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-252", "id": "cb4042ef-5b56-11ef-88e0-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:36:22.2745586Z", - "endExecutionTime": "2024-08-15T22:36:26.018Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d1254fa8-5b56-11ef-9c66-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d1254fa8-5b56-11ef-9c66-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-254", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d1254fa8-5b56-11ef-9c66-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:36:33.785Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-254", "id": "d1254fa8-5b56-11ef-9c66-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:36:32.2681354Z", - "endExecutionTime": "2024-08-15T22:36:33.799Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d491d596-5b56-11ef-8ad4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d491d596-5b56-11ef-8ad4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d491d596-5b56-11ef-8ad4-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:36:51.506648Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d491d596-5b56-11ef-8ad4-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T22:36:38.0872791Z", - "endExecutionTime": "2024-08-15T22:36:52.521681Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e0141166-5b56-11ef-9e2f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e0141166-5b56-11ef-9e2f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e0141166-5b56-11ef-9e2f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:37:08.117772Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e0141166-5b56-11ef-9e2f-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T22:36:57.5664149Z", - "endExecutionTime": "2024-08-15T22:37:10.199701Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-eb0a4492-5b56-11ef-b3ef-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eb0a4492-5b56-11ef-b3ef-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-eb0a4492-5b56-11ef-b3ef-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:37:26.324961Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "eb0a4492-5b56-11ef-b3ef-a0b339c1da8f", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-15T22:37:15.7674143Z", - "endExecutionTime": "2024-08-15T22:37:26.959566Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 0.0, "amountConsumed": 0.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f5c3f7ff-5b56-11ef-b845-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f5c3f7ff-5b56-11ef-b845-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f5c3f7ff-5b56-11ef-b845-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:37:40.0723007Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f5c3f7ff-5b56-11ef-b845-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:37:33.8153153Z", - "endExecutionTime": "2024-08-15T22:37:41.037716Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fdd5af65-5b56-11ef-b27d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fdd5af65-5b56-11ef-b27d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fdd5af65-5b56-11ef-b27d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:37:53.6474842Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fdd5af65-5b56-11ef-b27d-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:37:48.5734821Z", - "endExecutionTime": "2024-08-15T22:37:54.5240222Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-063e5a97-5b57-11ef-b7ae-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-063e5a97-5b57-11ef-b7ae-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-063e5a97-5b57-11ef-b7ae-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:38:07.0489084Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "063e5a97-5b57-11ef-b7ae-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:38:01.3326285Z", - "endExecutionTime": "2024-08-15T22:38:07.9557115Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0dd08539-5b57-11ef-8152-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0dd08539-5b57-11ef-8152-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0dd08539-5b57-11ef-8152-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:38:18.8456693Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0dd08539-5b57-11ef-8152-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:38:14.1159676Z", - "endExecutionTime": "2024-08-15T22:38:19.7858312Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1370883e-5b57-11ef-ab9f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1370883e-5b57-11ef-ab9f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1370883e-5b57-11ef-ab9f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:38:28.8696779Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1370883e-5b57-11ef-ab9f-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:38:23.5110092Z", - "endExecutionTime": "2024-08-15T22:38:29.7547589Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1beb537b-5b57-11ef-9b59-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1beb537b-5b57-11ef-9b59-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1beb537b-5b57-11ef-9b59-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:39:09.61421Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "1beb537b-5b57-11ef-9b59-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:38:38.5842411Z", "endExecutionTime": "2024-08-15T22:39:09.897564Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-339f8542-5b57-11ef-8ea3-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-339f8542-5b57-11ef-8ea3-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-339f8542-5b57-11ef-8ea3-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:39:23.152035Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "339f8542-5b57-11ef-8ea3-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:39:18.477658Z", - "endExecutionTime": "2024-08-15T22:39:23.9465377Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-3a77d40f-5b57-11ef-896f-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3a77d40f-5b57-11ef-896f-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3a77d40f-5b57-11ef-896f-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:39:49.214447Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "3a77d40f-5b57-11ef-896f-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:39:30.0830432Z", "endExecutionTime": "2024-08-15T22:39:49.610061Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4ae26aa9-5b57-11ef-934d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4ae26aa9-5b57-11ef-934d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4ae26aa9-5b57-11ef-934d-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:42:20.731863Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "4ae26aa9-5b57-11ef-934d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T22:39:57.2729051Z", "endExecutionTime": "2024-08-15T22:42:22.265076Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a6632768-5b57-11ef-8273-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a6632768-5b57-11ef-8273-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a6632768-5b57-11ef-8273-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:42:35.9932632Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "a6632768-5b57-11ef-8273-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:42:30.8246039Z", - "endExecutionTime": "2024-08-15T22:42:36.9166434Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-aef605da-5b57-11ef-bba0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-aef605da-5b57-11ef-bba0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-aef605da-5b57-11ef-bba0-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:43:11.618071Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "aef605da-5b57-11ef-bba0-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:42:46.078073Z", "endExecutionTime": "2024-08-15T22:43:12.594666Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c6ea2ef0-5b57-11ef-b438-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c6ea2ef0-5b57-11ef-b438-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c6ea2ef0-5b57-11ef-b438-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:45:20.088945Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "c6ea2ef0-5b57-11ef-b438-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-15T22:43:26.4492673Z", "endExecutionTime": "2024-08-15T22:45:21.56423Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1037a31b-5b58-11ef-8172-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1037a31b-5b58-11ef-8172-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1037a31b-5b58-11ef-8172-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:45:31.570316Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "1037a31b-5b58-11ef-8172-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-15T22:45:28.6312485Z", "endExecutionTime": "2024-08-15T22:45:31.570397Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1598f427-5b58-11ef-ac93-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1598f427-5b58-11ef-ac93-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-1598f427-5b58-11ef-ac93-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:46:22.266008Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "1598f427-5b58-11ef-ac93-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:45:37.6779997Z", "endExecutionTime": "2024-08-15T22:46:23.24191Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-36ec5467-5b58-11ef-bf2d-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-36ec5467-5b58-11ef-bf2d-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-36ec5467-5b58-11ef-bf2d-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:47:05.498879Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "36ec5467-5b58-11ef-bf2d-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:46:33.5461223Z", "endExecutionTime": "2024-08-15T22:47:05.807438Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4dcdd190-5b58-11ef-9ee2-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4dcdd190-5b58-11ef-9ee2-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4dcdd190-5b58-11ef-9ee2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:47:26.185225Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "4dcdd190-5b58-11ef-9ee2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:47:11.6933173Z", "endExecutionTime": "2024-08-15T22:47:27.279025Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5da67487-5b58-11ef-87ca-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5da67487-5b58-11ef-87ca-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5da67487-5b58-11ef-87ca-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:48:50.870583Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "5da67487-5b58-11ef-87ca-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:47:39.2945186Z", "endExecutionTime": "2024-08-15T22:48:51.446495Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8f1cda26-5b58-11ef-a5d2-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8f1cda26-5b58-11ef-a5d2-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8f1cda26-5b58-11ef-a5d2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:49:13.089444Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "8f1cda26-5b58-11ef-a5d2-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:49:01.6005803Z", "endExecutionTime": "2024-08-15T22:49:14.942921Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9a970e55-5b58-11ef-aa32-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9a970e55-5b58-11ef-aa32-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9a970e55-5b58-11ef-aa32-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:49:45.128798Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "9a970e55-5b58-11ef-aa32-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:49:20.8024163Z", "endExecutionTime": "2024-08-15T22:49:45.979522Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b0d2dc2a-5b58-11ef-89c0-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0d2dc2a-5b58-11ef-89c0-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b0d2dc2a-5b58-11ef-89c0-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:50:01.5369568Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "b0d2dc2a-5b58-11ef-89c0-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:49:58.8303096Z", - "endExecutionTime": "2024-08-15T22:50:02.4132224Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b58368b2-5b58-11ef-933c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b58368b2-5b58-11ef-933c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b58368b2-5b58-11ef-933c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:50:08.5873301Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "b58368b2-5b58-11ef-933c-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:50:05.8227158Z", - "endExecutionTime": "2024-08-15T22:50:09.4508367Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bb1b6d6e-5b58-11ef-93eb-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bb1b6d6e-5b58-11ef-93eb-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bb1b6d6e-5b58-11ef-93eb-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:50:18.3134663Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "bb1b6d6e-5b58-11ef-93eb-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:50:15.1586478Z", - "endExecutionTime": "2024-08-15T22:50:19.1187076Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bf4803ce-5b58-11ef-b661-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bf4803ce-5b58-11ef-b661-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-bf4803ce-5b58-11ef-b661-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:50:24.333047Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "bf4803ce-5b58-11ef-b661-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:50:22.1150945Z", - "endExecutionTime": "2024-08-15T22:50:25.1033619Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c3888d1a-5b58-11ef-bbac-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c3888d1a-5b58-11ef-bbac-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-c3888d1a-5b58-11ef-bbac-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:50:32.3824832Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "c3888d1a-5b58-11ef-bbac-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:50:29.404668Z", - "endExecutionTime": "2024-08-15T22:50:33.1608741Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c86edac2-5b58-11ef-be48-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c86edac2-5b58-11ef-be48-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c86edac2-5b58-11ef-be48-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:50:40.7378563Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "c86edac2-5b58-11ef-be48-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:50:37.4030633Z", - "endExecutionTime": "2024-08-15T22:50:41.5905807Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cc89d4ed-5b58-11ef-8f61-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cc89d4ed-5b58-11ef-8f61-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cc89d4ed-5b58-11ef-8f61-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:50:46.6591345Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "cc89d4ed-5b58-11ef-8f61-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:50:44.178215Z", - "endExecutionTime": "2024-08-15T22:50:47.5883949Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d08326da-5b58-11ef-b1a2-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d08326da-5b58-11ef-b1a2-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-d08326da-5b58-11ef-b1a2-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:50:53.4736845Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "d08326da-5b58-11ef-b1a2-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:50:50.9349493Z", - "endExecutionTime": "2024-08-15T22:50:54.3063897Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d49a5614-5b58-11ef-8062-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d49a5614-5b58-11ef-8062-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d49a5614-5b58-11ef-8062-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:51:00.7356417Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "d49a5614-5b58-11ef-8062-a0b339c1da8f", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-15T22:50:57.8916779Z", - "endExecutionTime": "2024-08-15T22:51:01.1323958Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d9ca535e-5b58-11ef-b413-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d9ca535e-5b58-11ef-b413-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "d9b979fe-5b58-11ef-a30e-a0b339c1da8f", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-d9ca535e-5b58-11ef-b413-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:51:08.174Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "d9ca535e-5b58-11ef-b413-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:51:06.5503338Z", - "endExecutionTime": "2024-08-15T22:51:08.194Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-db51f382-5b58-11ef-8a35-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-db51f382-5b58-11ef-8a35-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "d9b979fe-5b58-11ef-a30e-a0b339c1da8f", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-db51f382-5b58-11ef-8a35-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:51:09.846Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "db51f382-5b58-11ef-8a35-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:51:08.3300393Z", - "endExecutionTime": "2024-08-15T22:51:09.866Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-de0ad3bf-5b58-11ef-ada7-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-de0ad3bf-5b58-11ef-ada7-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "de002d96-5b58-11ef-936c-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-de0ad3bf-5b58-11ef-ada7-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:52:06.961738Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "de0ad3bf-5b58-11ef-ada7-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:51:13.7459131Z", "endExecutionTime": "2024-08-15T22:52:08.370169Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-df1f5859-5b58-11ef-995c-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-df1f5859-5b58-11ef-995c-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "de002d96-5b58-11ef-936c-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-df1f5859-5b58-11ef-995c-a0b339c1da8f/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:52:12.139015Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "df1f5859-5b58-11ef-995c-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:51:14.6346588Z", "endExecutionTime": "2024-08-15T22:52:13.840384Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-111c2c40-5b59-11ef-bc2e-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-111c2c40-5b59-11ef-bc2e-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "11103dae-5b59-11ef-bad6-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-111c2c40-5b59-11ef-bc2e-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:52:43.576Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "111c2c40-5b59-11ef-bc2e-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:52:38.4611789Z", - "endExecutionTime": "2024-08-15T22:52:43.599Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-11a0e7f3-5b59-11ef-9e9a-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-11a0e7f3-5b59-11ef-9e9a-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "11103dae-5b59-11ef-bad6-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-11a0e7f3-5b59-11ef-9e9a-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:52:47.43Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "11a0e7f3-5b59-11ef-9e9a-a0b339c1da8f", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-15T22:52:39.4189913Z", - "endExecutionTime": "2024-08-15T22:52:47.445Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-19b48835-5b59-11ef-8430-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-19b48835-5b59-11ef-8430-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "1997c8ee-5b59-11ef-851a-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-19b48835-5b59-11ef-8430-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:53:11.450006Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "19b48835-5b59-11ef-8430-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:52:52.9882104Z", "endExecutionTime": "2024-08-15T22:53:11.750699Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1a495508-5b59-11ef-a935-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1a495508-5b59-11ef-a935-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "1997c8ee-5b59-11ef-851a-a0b339c1da8f", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1a495508-5b59-11ef-a935-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:53:16.572098Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "1a495508-5b59-11ef-a935-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:52:53.8910623Z", "endExecutionTime": "2024-08-15T22:53:17.10334Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2c16ff6e-5b59-11ef-83ee-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2c16ff6e-5b59-11ef-83ee-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "2c0b3b35-5b59-11ef-a388-a0b339c1da8f", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2c16ff6e-5b59-11ef-83ee-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:54:02.103393Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "2c16ff6e-5b59-11ef-83ee-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:53:24.8014532Z", "endExecutionTime": "2024-08-15T22:54:02.449609Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2d3e3985-5b59-11ef-b6b4-a0b339c1da8f?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2d3e3985-5b59-11ef-b6b4-a0b339c1da8f/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "2c0b3b35-5b59-11ef-a388-a0b339c1da8f", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2d3e3985-5b59-11ef-b6b4-a0b339c1da8f/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-15T22:54:07.24675Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "2d3e3985-5b59-11ef-b6b4-a0b339c1da8f", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-15T22:53:26.5514237Z", "endExecutionTime": "2024-08-15T22:54:07.72325Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c49157be-5b63-11ef-88a2-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c49157be-5b63-11ef-88a2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c49157be-5b63-11ef-88a2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T00:09:39.2345184Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "c49157be-5b63-11ef-88a2-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-16T00:09:15.4252343Z", - "endExecutionTime": "2024-08-16T00:11:12.7546178Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-1f055355-5b64-11ef-b2d9-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1f055355-5b64-11ef-b2d9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1f055355-5b64-11ef-b2d9-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T00:11:46.8446844Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "1f055355-5b64-11ef-b2d9-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-16T00:11:46.2900045Z", - "endExecutionTime": "2024-08-16T00:11:46.8446844Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-2178d26f-5b64-11ef-834a-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2178d26f-5b64-11ef-834a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2178d26f-5b64-11ef-834a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T00:12:22.6054124Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "2178d26f-5b64-11ef-834a-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-16T00:11:50.3860081Z", "endExecutionTime": "2024-08-16T00:12:56.90103Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bc1ba9a4-5b6a-11ef-988b-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bc1ba9a4-5b6a-11ef-988b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bc1ba9a4-5b6a-11ef-988b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T00:59:12.235Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "bc1ba9a4-5b6a-11ef-988b-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T00:59:10.3044499Z", - "endExecutionTime": "2024-08-16T00:59:12.254Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c2487c72-5b6a-11ef-b27e-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2487c72-5b6a-11ef-b27e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-c2487c72-5b6a-11ef-b27e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T00:59:28.756537Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "c2487c72-5b6a-11ef-b27e-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T00:59:17.936078Z", "endExecutionTime": "2024-08-16T00:59:29.090887Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cd58af64-5b6a-11ef-9491-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd58af64-5b6a-11ef-9491-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cd58af64-5b6a-11ef-9491-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T00:59:37.684Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "cd58af64-5b6a-11ef-9491-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T00:59:35.9254811Z", - "endExecutionTime": "2024-08-16T00:59:37.707Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d12d0795-5b6a-11ef-ab1f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d12d0795-5b6a-11ef-ab1f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d12d0795-5b6a-11ef-ab1f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T00:59:43.742Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "d12d0795-5b6a-11ef-ab1f-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T00:59:42.1856687Z", - "endExecutionTime": "2024-08-16T00:59:43.762Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d4eb0f2b-5b6a-11ef-99a7-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d4eb0f2b-5b6a-11ef-99a7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d4eb0f2b-5b6a-11ef-99a7-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T00:59:50.133Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "d4eb0f2b-5b6a-11ef-99a7-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T00:59:48.5259418Z", - "endExecutionTime": "2024-08-16T00:59:50.151Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d8a78a63-5b6a-11ef-9755-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8a78a63-5b6a-11ef-9755-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d8a78a63-5b6a-11ef-9755-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T00:59:56.321Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "d8a78a63-5b6a-11ef-9755-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T00:59:54.6471288Z", - "endExecutionTime": "2024-08-16T00:59:56.342Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dc4eda86-5b6a-11ef-af45-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dc4eda86-5b6a-11ef-af45-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dc4eda86-5b6a-11ef-af45-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:00:02.786Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "dc4eda86-5b6a-11ef-af45-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:00:00.9673637Z", - "endExecutionTime": "2024-08-16T01:00:02.813Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-dfe066c7-5b6a-11ef-b329-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dfe066c7-5b6a-11ef-b329-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-dfe066c7-5b6a-11ef-b329-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:00:08.522Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "dfe066c7-5b6a-11ef-b329-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:00:06.833115Z", - "endExecutionTime": "2024-08-16T01:00:08.556Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e35db54d-5b6a-11ef-9e50-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e35db54d-5b6a-11ef-9e50-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e35db54d-5b6a-11ef-9e50-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:00:14.496Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "e35db54d-5b6a-11ef-9e50-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:00:12.7529046Z", - "endExecutionTime": "2024-08-16T01:00:14.653Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e8aea363-5b6a-11ef-b56d-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e8aea363-5b6a-11ef-b56d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e8aea363-5b6a-11ef-b56d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:00:48.7157218Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "e8aea363-5b6a-11ef-b56d-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-16T01:00:21.5302856Z", - "endExecutionTime": "2024-08-16T01:02:22.0125718Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-41f2bd3e-5b6b-11ef-b47d-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-41f2bd3e-5b6b-11ef-b47d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-41f2bd3e-5b6b-11ef-b47d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:02:51.8585016Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "41f2bd3e-5b6b-11ef-b47d-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-16T01:02:51.3571543Z", - "endExecutionTime": "2024-08-16T01:02:51.8585016Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-44601ac5-5b6b-11ef-b041-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-44601ac5-5b6b-11ef-b041-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-44601ac5-5b6b-11ef-b041-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:03:27.949801Z", "cancellationTime": null, - "quantumComputingData": null, "errorData": null, "isCancelling": false, "tags": - [], "name": "azure-quantum-dft-job", "id": "44601ac5-5b6b-11ef-b041-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-16T01:02:55.3617526Z", "endExecutionTime": "2024-08-16T01:04:04.8838248Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-755194e7-5b6b-11ef-b194-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-755194e7-5b6b-11ef-b194-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-755194e7-5b6b-11ef-b194-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:04:18.6792982Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "755194e7-5b6b-11ef-b194-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T01:04:17.9429081Z", "endExecutionTime": "2024-08-16T01:04:21.0672318Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-795dd5f6-5b6b-11ef-82e3-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-795dd5f6-5b6b-11ef-82e3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-795dd5f6-5b6b-11ef-82e3-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:04:30.0003883Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "795dd5f6-5b6b-11ef-82e3-f8e4e3ddcdd5", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-16T01:04:24.5174698Z", "endExecutionTime": - "2024-08-16T01:04:32.2134995Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-8081c8de-5b6b-11ef-9f1f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8081c8de-5b6b-11ef-9f1f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8081c8de-5b6b-11ef-9f1f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:04:36.8515739Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "8081c8de-5b6b-11ef-9f1f-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T01:04:36.4927189Z", "endExecutionTime": "2024-08-16T01:04:39.1068387Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-849a7513-5b6b-11ef-b4d3-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-849a7513-5b6b-11ef-b4d3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-849a7513-5b6b-11ef-b4d3-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:04:43.5818331Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "849a7513-5b6b-11ef-b4d3-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T01:04:43.2149499Z", "endExecutionTime": "2024-08-16T01:04:45.8400728Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8861a8d2-5b6b-11ef-841c-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8861a8d2-5b6b-11ef-841c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8861a8d2-5b6b-11ef-841c-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:04:50.1831072Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "8861a8d2-5b6b-11ef-841c-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T01:04:49.7359085Z", "endExecutionTime": "2024-08-16T01:04:52.421337Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8c35a2ac-5b6b-11ef-be46-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8c35a2ac-5b6b-11ef-be46-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8c35a2ac-5b6b-11ef-be46-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:04:56.6462622Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "8c35a2ac-5b6b-11ef-be46-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T01:04:56.0819367Z", "endExecutionTime": "2024-08-16T01:04:59.1330847Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8fe5326d-5b6b-11ef-8a71-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8fe5326d-5b6b-11ef-8a71-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8fe5326d-5b6b-11ef-8a71-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:05:07.54511Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "8fe5326d-5b6b-11ef-8a71-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-16T01:05:02.3624571Z", - "endExecutionTime": "2024-08-16T01:05:18.991655Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0032, - "amountConsumed": 0.0032, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9eec625a-5b6b-11ef-a769-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9eec625a-5b6b-11ef-a769-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9eec625a-5b6b-11ef-a769-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:05:31.933506Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "9eec625a-5b6b-11ef-a769-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-16T01:05:27.6710655Z", - "endExecutionTime": "2024-08-16T01:05:43.701144Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0033, - "amountConsumed": 0.0033, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ae00dfeb-5b6b-11ef-89e2-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae00dfeb-5b6b-11ef-89e2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ae00dfeb-5b6b-11ef-89e2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:05:58.190387Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "ae00dfeb-5b6b-11ef-89e2-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-16T01:05:52.8635402Z", - "endExecutionTime": "2024-08-16T01:06:14.910206Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0046, - "amountConsumed": 0.0046, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-bd14bea3-5b6b-11ef-b6d6-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bd14bea3-5b6b-11ef-b6d6-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bd14bea3-5b6b-11ef-b6d6-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:06:23.187725Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "bd14bea3-5b6b-11ef-b6d6-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-16T01:06:18.1121794Z", - "endExecutionTime": "2024-08-16T01:06:44.931831Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.006, - "amountConsumed": 0.006, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d2ddd107-5b6b-11ef-905f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d2ddd107-5b6b-11ef-905f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d2ddd107-5b6b-11ef-905f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:06:59.150535Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "d2ddd107-5b6b-11ef-905f-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-16T01:06:54.7833307Z", - "endExecutionTime": "2024-08-16T01:07:12.146593Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0036, - "amountConsumed": 0.0036, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e1c55c3e-5b6b-11ef-b1ca-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e1c55c3e-5b6b-11ef-b1ca-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e1c55c3e-5b6b-11ef-b1ca-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:07:24.057327Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "e1c55c3e-5b6b-11ef-b1ca-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-16T01:07:19.7449216Z", - "endExecutionTime": "2024-08-16T01:07:36.273508Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0034, - "amountConsumed": 0.0034, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f58432cc-5b6b-11ef-9cfe-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f58432cc-5b6b-11ef-9cfe-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f58432cc-5b6b-11ef-9cfe-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:08:03.606Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f58432cc-5b6b-11ef-9cfe-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:07:52.02153Z", - "endExecutionTime": "2024-08-16T01:08:03.625Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-00582dd1-5b6c-11ef-ae16-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-00582dd1-5b6c-11ef-ae16-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00582dd1-5b6c-11ef-ae16-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:08:14.928Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "00582dd1-5b6c-11ef-ae16-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:08:10.2635305Z", - "endExecutionTime": "2024-08-16T01:08:14.965Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-07e62c1c-5b6c-11ef-b1cb-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-07e62c1c-5b6c-11ef-b1cb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-07e62c1c-5b6c-11ef-b1cb-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:08:24.539Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "07e62c1c-5b6c-11ef-b1cb-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:08:22.9697627Z", - "endExecutionTime": "2024-08-16T01:08:24.56Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0beafcb2-5b6c-11ef-893c-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0beafcb2-5b6c-11ef-893c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0beafcb2-5b6c-11ef-893c-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:08:41.185283Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0beafcb2-5b6c-11ef-893c-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:08:29.6482459Z", "endExecutionTime": "2024-08-16T01:08:41.568484Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-16a5251e-5b6c-11ef-9d60-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-16a5251e-5b6c-11ef-9d60-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-16a5251e-5b6c-11ef-9d60-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:09:00.073128Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "16a5251e-5b6c-11ef-9d60-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:08:47.6986453Z", "endExecutionTime": "2024-08-16T01:09:00.446296Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2340d591-5b6c-11ef-9869-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2340d591-5b6c-11ef-9869-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-2340d591-5b6c-11ef-9869-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:09:10.545Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2340d591-5b6c-11ef-9869-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:09:08.9247232Z", - "endExecutionTime": "2024-08-16T01:09:10.562Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-27df78fc-5b6c-11ef-9132-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-27df78fc-5b6c-11ef-9132-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-27df78fc-5b6c-11ef-9132-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:09:24.56Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "27df78fc-5b6c-11ef-9132-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:09:18.2591559Z", - "endExecutionTime": "2024-08-16T01:09:24.582Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-30741fc0-5b6c-11ef-a2d9-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-30741fc0-5b6c-11ef-a2d9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-30741fc0-5b6c-11ef-a2d9-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:09:32.529Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "30741fc0-5b6c-11ef-a2d9-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:09:30.9870102Z", - "endExecutionTime": "2024-08-16T01:09:32.546Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3464cc4d-5b6c-11ef-a3c9-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3464cc4d-5b6c-11ef-a3c9-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3464cc4d-5b6c-11ef-a3c9-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:09:41.228Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3464cc4d-5b6c-11ef-a3c9-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:09:37.5145484Z", - "endExecutionTime": "2024-08-16T01:09:41.249Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-39802527-5b6c-11ef-8eb1-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-39802527-5b6c-11ef-8eb1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-39802527-5b6c-11ef-8eb1-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:09:47.87Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "39802527-5b6c-11ef-8eb1-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:09:46.1907457Z", - "endExecutionTime": "2024-08-16T01:09:47.892Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3d3c7dee-5b6c-11ef-9993-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3d3c7dee-5b6c-11ef-9993-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3d3c7dee-5b6c-11ef-9993-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:09:56.386Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "3d3c7dee-5b6c-11ef-9993-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:09:52.385463Z", - "endExecutionTime": "2024-08-16T01:09:56.461Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4274af97-5b6c-11ef-a944-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4274af97-5b6c-11ef-a944-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4274af97-5b6c-11ef-a944-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:10:02.83Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4274af97-5b6c-11ef-a944-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:10:01.2228971Z", - "endExecutionTime": "2024-08-16T01:10:02.85Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-463fa165-5b6c-11ef-93d6-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-463fa165-5b6c-11ef-93d6-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-463fa165-5b6c-11ef-93d6-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:10:11.922Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "463fa165-5b6c-11ef-93d6-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:10:07.5115815Z", - "endExecutionTime": "2024-08-16T01:10:11.941Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4b67530e-5b6c-11ef-8f1b-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4b67530e-5b6c-11ef-8f1b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4b67530e-5b6c-11ef-8f1b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:10:17.865Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4b67530e-5b6c-11ef-8f1b-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:10:16.2562152Z", - "endExecutionTime": "2024-08-16T01:10:17.874Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4f31b205-5b6c-11ef-899c-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4f31b205-5b6c-11ef-899c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-4f31b205-5b6c-11ef-899c-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:10:37.360476Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4f31b205-5b6c-11ef-899c-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:10:22.5111442Z", "endExecutionTime": "2024-08-16T01:10:37.723707Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5e9ccfab-5b6c-11ef-a989-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5e9ccfab-5b6c-11ef-a989-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5e9ccfab-5b6c-11ef-a989-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:12:22.768731Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5e9ccfab-5b6c-11ef-a989-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-16T01:10:48.3951513Z", "endExecutionTime": "2024-08-16T01:12:27.3376Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a607336d-5b6c-11ef-8147-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a607336d-5b6c-11ef-8147-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a607336d-5b6c-11ef-8147-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:14:27.794142Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a607336d-5b6c-11ef-8147-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-16T01:12:48.1843475Z", "endExecutionTime": "2024-08-16T01:14:32.241449Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-edf042bb-5b6c-11ef-84db-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-edf042bb-5b6c-11ef-84db-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": null, - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-edf042bb-5b6c-11ef-84db-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:14:55.14026Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "edf042bb-5b6c-11ef-84db-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-16T01:14:49.0605184Z", "endExecutionTime": "2024-08-16T01:14:55.140935Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f5b7d9e5-5b6c-11ef-8410-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f5b7d9e5-5b6c-11ef-8410-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f5b7d9e5-5b6c-11ef-8410-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:15:05.255678Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f5b7d9e5-5b6c-11ef-8410-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-16T01:15:02.0445342Z", "endExecutionTime": "2024-08-16T01:15:05.255979Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fd4a0dc9-5b6c-11ef-a522-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fd4a0dc9-5b6c-11ef-a522-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fd4a0dc9-5b6c-11ef-a522-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:15:18.506285Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fd4a0dc9-5b6c-11ef-a522-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:15:14.7865229Z", "endExecutionTime": "2024-08-16T01:15:18.855284Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-02c98b98-5b6d-11ef-82c7-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-02c98b98-5b6d-11ef-82c7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-02c98b98-5b6d-11ef-82c7-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:15:32.199591Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "02c98b98-5b6d-11ef-82c7-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:15:23.83664Z", "endExecutionTime": "2024-08-16T01:15:32.504796Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0a681cd4-5b6d-11ef-99ae-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0a681cd4-5b6d-11ef-99ae-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-0a681cd4-5b6d-11ef-99ae-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:15:52.661535Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0a681cd4-5b6d-11ef-99ae-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:15:36.6866923Z", "endExecutionTime": "2024-08-16T01:15:52.904382Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-195861f2-5b6d-11ef-b237-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-195861f2-5b6d-11ef-b237-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-195861f2-5b6d-11ef-b237-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:16:13.245808Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "195861f2-5b6d-11ef-b237-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:16:01.7728081Z", "endExecutionTime": "2024-08-16T01:16:13.246171Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-23d186a7-5b6d-11ef-b833-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-23d186a7-5b6d-11ef-b833-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-23d186a7-5b6d-11ef-b833-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:16:23.115087Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "23d186a7-5b6d-11ef-b833-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:16:19.2820125Z", "endExecutionTime": "2024-08-16T01:16:23.397285Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-2903cfaf-5b6d-11ef-9082-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-2903cfaf-5b6d-11ef-9082-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-2903cfaf-5b6d-11ef-9082-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:16:44.040073Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "2903cfaf-5b6d-11ef-9082-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:16:27.9687024Z", "endExecutionTime": "2024-08-16T01:16:44.27598Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-38118c51-5b6d-11ef-a4c0-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-38118c51-5b6d-11ef-a4c0-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-38118c51-5b6d-11ef-a4c0-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:17:04.396728Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "38118c51-5b6d-11ef-a4c0-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:16:53.1611172Z", "endExecutionTime": "2024-08-16T01:17:04.654872Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-46f70c40-5b6d-11ef-8685-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-46f70c40-5b6d-11ef-8685-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 500, "shots": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-46f70c40-5b6d-11ef-8685-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:17:35.74Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "46f70c40-5b6d-11ef-8685-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:17:18.5901444Z", "endExecutionTime": "2024-08-16T01:17:36.076277Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5625e3d7-5b6d-11ef-8afc-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5625e3d7-5b6d-11ef-8afc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-5625e3d7-5b6d-11ef-8afc-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:17:56.100222Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5625e3d7-5b6d-11ef-8afc-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:17:43.7301877Z", "endExecutionTime": "2024-08-16T01:17:56.461795Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6095e5b9-5b6d-11ef-b3a7-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6095e5b9-5b6d-11ef-b3a7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 10, "shots": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6095e5b9-5b6d-11ef-b3a7-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:18:08.135994Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6095e5b9-5b6d-11ef-b3a7-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:18:01.3545224Z", "endExecutionTime": "2024-08-16T01:18:08.360168Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-67ea3fa5-5b6d-11ef-8698-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-67ea3fa5-5b6d-11ef-8698-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-67ea3fa5-5b6d-11ef-8698-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:18:21.120285Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "67ea3fa5-5b6d-11ef-8698-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:18:13.7019578Z", "endExecutionTime": "2024-08-16T01:18:21.366262Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6fb52234-5b6d-11ef-81dc-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6fb52234-5b6d-11ef-81dc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-236", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-236", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6fb52234-5b6d-11ef-81dc-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:18:30.4393972Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-236", "id": "6fb52234-5b6d-11ef-81dc-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T01:18:26.6264983Z", "endExecutionTime": "2024-08-16T01:18:32.8859504Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-752912a3-5b6d-11ef-bcd2-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-752912a3-5b6d-11ef-bcd2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-238", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-238", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-752912a3-5b6d-11ef-bcd2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:18:36.0693092Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-238", "id": "752912a3-5b6d-11ef-bcd2-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T01:18:35.6717528Z", "endExecutionTime": "2024-08-16T01:18:38.2527201Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7931f251-5b6d-11ef-855d-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7931f251-5b6d-11ef-855d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-240", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7931f251-5b6d-11ef-855d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:18:42.8901625Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-240", "id": "7931f251-5b6d-11ef-855d-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T01:18:42.5246595Z", "endExecutionTime": "2024-08-16T01:18:45.2470903Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7d590514-5b6d-11ef-b3c3-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7d590514-5b6d-11ef-b3c3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-7d590514-5b6d-11ef-b3c3-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:18:58.956077Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "7d590514-5b6d-11ef-b3c3-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-16T01:18:49.4051988Z", - "endExecutionTime": "2024-08-16T01:19:00.115875Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8994f9ba-5b6d-11ef-8a6a-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8994f9ba-5b6d-11ef-8a6a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8994f9ba-5b6d-11ef-8a6a-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:19:14.786Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8994f9ba-5b6d-11ef-8a6a-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:19:10.6972068Z", - "endExecutionTime": "2024-08-16T01:19:14.806Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8f0dcf9a-5b6d-11ef-866a-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8f0dcf9a-5b6d-11ef-866a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8f0dcf9a-5b6d-11ef-866a-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:19:28.904312Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8f0dcf9a-5b6d-11ef-866a-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:19:19.6888371Z", "endExecutionTime": "2024-08-16T01:19:29.157747Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-96f0a94c-5b6d-11ef-821a-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-96f0a94c-5b6d-11ef-821a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 1000, "count": 1000, - "items": [{"entryPoint": "circuit-252", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-252", "num_qubits": "5", "metadata": "{\"some\": - \"data\"}"}, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-96f0a94c-5b6d-11ef-821a-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:19:36.487Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-252", "id": "96f0a94c-5b6d-11ef-821a-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:19:32.4554878Z", - "endExecutionTime": "2024-08-16T01:19:36.514Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9e7d13e6-5b6d-11ef-878f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9e7d13e6-5b6d-11ef-878f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-254", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9e7d13e6-5b6d-11ef-878f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:19:49.066Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-254", "id": "9e7d13e6-5b6d-11ef-878f-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:19:46.5827335Z", - "endExecutionTime": "2024-08-16T01:19:49.085Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a3b259c0-5b6d-11ef-aea5-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3b259c0-5b6d-11ef-aea5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a3b259c0-5b6d-11ef-aea5-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:20:04.143739Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a3b259c0-5b6d-11ef-aea5-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-16T01:19:53.7717534Z", - "endExecutionTime": "2024-08-16T01:20:05.125771Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ae49d2cc-5b6d-11ef-9fd0-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ae49d2cc-5b6d-11ef-9fd0-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ae49d2cc-5b6d-11ef-9fd0-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:20:22.358803Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ae49d2cc-5b6d-11ef-9fd0-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-16T01:20:11.6932269Z", - "endExecutionTime": "2024-08-16T01:20:24.433688Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-b8aaf14b-5b6d-11ef-80fd-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b8aaf14b-5b6d-11ef-80fd-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b8aaf14b-5b6d-11ef-80fd-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:20:39.503883Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b8aaf14b-5b6d-11ef-80fd-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-16T01:20:29.101979Z", - "endExecutionTime": "2024-08-16T01:20:40.236467Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c2ee9461-5b6d-11ef-8f6f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c2ee9461-5b6d-11ef-8f6f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c2ee9461-5b6d-11ef-8f6f-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:20:52.2404604Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c2ee9461-5b6d-11ef-8f6f-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:20:46.2226076Z", - "endExecutionTime": "2024-08-16T01:20:53.1117735Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ca6700bd-5b6d-11ef-b32c-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ca6700bd-5b6d-11ef-b32c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ca6700bd-5b6d-11ef-b32c-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:21:03.2634327Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ca6700bd-5b6d-11ef-b32c-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:20:58.7643911Z", - "endExecutionTime": "2024-08-16T01:21:04.1213559Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cf7c3280-5b6d-11ef-a51f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cf7c3280-5b6d-11ef-a51f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cf7c3280-5b6d-11ef-a51f-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:21:12.303036Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cf7c3280-5b6d-11ef-a51f-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:21:07.2281959Z", - "endExecutionTime": "2024-08-16T01:21:13.2970287Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d495f4ef-5b6d-11ef-acbc-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d495f4ef-5b6d-11ef-acbc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d495f4ef-5b6d-11ef-acbc-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:21:21.306285Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d495f4ef-5b6d-11ef-acbc-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:21:16.0411126Z", - "endExecutionTime": "2024-08-16T01:21:22.1720379Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d9c9e24b-5b6d-11ef-9950-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d9c9e24b-5b6d-11ef-9950-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d9c9e24b-5b6d-11ef-9950-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:21:29.2953806Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d9c9e24b-5b6d-11ef-9950-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:21:24.5033936Z", - "endExecutionTime": "2024-08-16T01:21:30.1746165Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-df3cbd64-5b6d-11ef-ab7a-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-df3cbd64-5b6d-11ef-ab7a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-df3cbd64-5b6d-11ef-ab7a-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:21:42.894854Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "df3cbd64-5b6d-11ef-ab7a-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:21:34.1688692Z", "endExecutionTime": "2024-08-16T01:21:43.140233Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e6f25a57-5b6d-11ef-a19e-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6f25a57-5b6d-11ef-a19e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e6f25a57-5b6d-11ef-a19e-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:21:52.477052Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "e6f25a57-5b6d-11ef-a19e-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:21:47.2696201Z", - "endExecutionTime": "2024-08-16T01:21:53.2175554Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-eec268e0-5b6d-11ef-9139-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eec268e0-5b6d-11ef-9139-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-eec268e0-5b6d-11ef-9139-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:22:08.20523Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "eec268e0-5b6d-11ef-9139-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:22:00.3328244Z", "endExecutionTime": "2024-08-16T01:22:08.394835Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f69295dd-5b6d-11ef-b8e2-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f69295dd-5b6d-11ef-b8e2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f69295dd-5b6d-11ef-b8e2-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:24:17.250647Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f69295dd-5b6d-11ef-b8e2-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-16T01:22:13.451967Z", "endExecutionTime": "2024-08-16T01:24:18.740224Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5053e42f-5b6e-11ef-94d1-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5053e42f-5b6e-11ef-94d1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5053e42f-5b6e-11ef-94d1-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:24:50.1320386Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "5053e42f-5b6e-11ef-94d1-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:24:44.231092Z", - "endExecutionTime": "2024-08-16T01:24:50.9728615Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-58f925ea-5b6e-11ef-8934-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-58f925ea-5b6e-11ef-8934-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-58f925ea-5b6e-11ef-8934-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:25:04.610158Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "58f925ea-5b6e-11ef-8934-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:24:59.1274539Z", "endExecutionTime": "2024-08-16T01:25:04.610255Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5ee992be-5b6e-11ef-86cb-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5ee992be-5b6e-11ef-86cb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5ee992be-5b6e-11ef-86cb-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:26:34.278745Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "5ee992be-5b6e-11ef-86cb-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-16T01:25:08.5603695Z", "endExecutionTime": "2024-08-16T01:26:35.722491Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a65ecdd2-5b6e-11ef-82d8-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a65ecdd2-5b6e-11ef-82d8-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a65ecdd2-5b6e-11ef-82d8-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:27:11.926481Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "a65ecdd2-5b6e-11ef-82d8-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-16T01:27:08.3799098Z", "endExecutionTime": "2024-08-16T01:27:11.926553Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-abe21783-5b6e-11ef-baf2-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-abe21783-5b6e-11ef-baf2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-abe21783-5b6e-11ef-baf2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:27:27.755268Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "abe21783-5b6e-11ef-baf2-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:27:17.9407689Z", "endExecutionTime": "2024-08-16T01:27:28.006234Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b6b38ef2-5b6e-11ef-afb4-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b6b38ef2-5b6e-11ef-afb4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b6b38ef2-5b6e-11ef-afb4-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:27:38.290654Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "b6b38ef2-5b6e-11ef-afb4-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:27:35.9609255Z", "endExecutionTime": "2024-08-16T01:27:39.45359Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bac87986-5b6e-11ef-935c-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bac87986-5b6e-11ef-935c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bac87986-5b6e-11ef-935c-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:27:51.217986Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "bac87986-5b6e-11ef-935c-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:27:42.706993Z", "endExecutionTime": "2024-08-16T01:27:51.511794Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c58caa40-5b6e-11ef-ae38-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c58caa40-5b6e-11ef-ae38-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c58caa40-5b6e-11ef-ae38-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:28:03.224173Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "c58caa40-5b6e-11ef-ae38-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:28:00.8733329Z", "endExecutionTime": "2024-08-16T01:28:03.72021Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c9e780e4-5b6e-11ef-87d3-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c9e780e4-5b6e-11ef-87d3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c9e780e4-5b6e-11ef-87d3-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:28:13.659714Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "c9e780e4-5b6e-11ef-87d3-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:28:08.0640412Z", "endExecutionTime": "2024-08-16T01:28:14.118981Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-cf817342-5b6e-11ef-89b5-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cf817342-5b6e-11ef-89b5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-cf817342-5b6e-11ef-89b5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:28:23.783161Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "cf817342-5b6e-11ef-89b5-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:28:17.7210239Z", "endExecutionTime": "2024-08-16T01:28:24.021676Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d6b6d6a6-5b6e-11ef-b2ce-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d6b6d6a6-5b6e-11ef-b2ce-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d6b6d6a6-5b6e-11ef-b2ce-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:28:32.9687024Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "d6b6d6a6-5b6e-11ef-b2ce-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:28:29.8879959Z", - "endExecutionTime": "2024-08-16T01:28:33.752299Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-dc172350-5b6e-11ef-8fbe-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dc172350-5b6e-11ef-8fbe-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dc172350-5b6e-11ef-8fbe-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:28:41.8668047Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "dc172350-5b6e-11ef-8fbe-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:28:38.6623315Z", - "endExecutionTime": "2024-08-16T01:28:42.6312014Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e15b8639-5b6e-11ef-be98-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e15b8639-5b6e-11ef-be98-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e15b8639-5b6e-11ef-be98-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:28:50.8491367Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "e15b8639-5b6e-11ef-be98-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:28:47.4941846Z", - "endExecutionTime": "2024-08-16T01:28:51.6234013Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e6a2de3d-5b6e-11ef-b713-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6a2de3d-5b6e-11ef-b713-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-e6a2de3d-5b6e-11ef-b713-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:28:59.0205013Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "e6a2de3d-5b6e-11ef-b713-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:28:56.6817383Z", - "endExecutionTime": "2024-08-16T01:28:59.8868594Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-eaccb36f-5b6e-11ef-8666-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eaccb36f-5b6e-11ef-8666-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-eaccb36f-5b6e-11ef-8666-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:29:06.9990913Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "eaccb36f-5b6e-11ef-8666-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:29:03.8731151Z", - "endExecutionTime": "2024-08-16T01:29:07.8822266Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ef1663db-5b6e-11ef-a5cb-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ef1663db-5b6e-11ef-a5cb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 5}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ef1663db-5b6e-11ef-a5cb-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:29:13.0593573Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "ef1663db-5b6e-11ef-a5cb-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:29:10.7772382Z", - "endExecutionTime": "2024-08-16T01:29:13.8194562Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f33f87d0-5b6e-11ef-9083-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f33f87d0-5b6e-11ef-9083-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"count": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f33f87d0-5b6e-11ef-9083-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:29:20.9422398Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "f33f87d0-5b6e-11ef-9083-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:29:18.0202399Z", - "endExecutionTime": "2024-08-16T01:29:21.7759084Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f8d675a7-5b6e-11ef-b00d-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f8d675a7-5b6e-11ef-b00d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {"skipQuilc": false, - "substitutions": {"theta": [[0.0], [3.141592653589793], [6.283185307179586]]}, - "count": 5}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "rigetti.quil-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net:443/job-f8d675a7-5b6e-11ef-b00d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:29:30.1099115Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "f8d675a7-5b6e-11ef-b00d-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:29:26.977822Z", - "endExecutionTime": "2024-08-16T01:29:30.9545189Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fe33aac5-5b6e-11ef-a7d4-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fe33aac5-5b6e-11ef-a7d4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "rigetti.quil.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", "outputDataFormat": - "rigetti.quil-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fe33aac5-5b6e-11ef-a7d4-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:29:39.0719871Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputData", - "message": "QVM reported a problem running your program: error when calling - QVM: failed to perform multishot: Encountered the invalid instruction\n\n a\n\nwhich - could not be executed because the operator a is not known"}, "isCancelling": - false, "tags": [], "name": "qdk-python-test", "id": "fe33aac5-5b6e-11ef-a7d4-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T01:29:36.3572741Z", - "endExecutionTime": "2024-08-16T01:29:39.525997Z", "costEstimate": null, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-047fc9cf-5b6f-11ef-951e-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-047fc9cf-5b6f-11ef-951e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "0472b758-5b6f-11ef-8574-f8e4e3ddcdd5", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-047fc9cf-5b6f-11ef-951e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:29:48.344Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "047fc9cf-5b6f-11ef-951e-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:29:46.630221Z", - "endExecutionTime": "2024-08-16T01:29:48.363Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-05f54fc6-5b6f-11ef-846e-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-05f54fc6-5b6f-11ef-846e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1", "qubits": "2"}, "sessionId": - "0472b758-5b6f-11ef-8574-f8e4e3ddcdd5", "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": - "https://mystorage.blob.core.windows.net/job-05f54fc6-5b6f-11ef-846e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:29:50.82Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "05f54fc6-5b6f-11ef-846e-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:29:48.5638759Z", - "endExecutionTime": "2024-08-16T01:29:50.84Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-098b18bf-5b6f-11ef-8bf5-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-098b18bf-5b6f-11ef-8bf5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "097fcf27-5b6f-11ef-9e14-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-098b18bf-5b6f-11ef-8bf5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:30:07.97736Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "098b18bf-5b6f-11ef-8bf5-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:29:57.6544496Z", "endExecutionTime": "2024-08-16T01:30:08.36713Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0c15cd34-5b6f-11ef-afb7-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0c15cd34-5b6f-11ef-afb7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "2", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1]}"}, "sessionId": "097fcf27-5b6f-11ef-9e14-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0c15cd34-5b6f-11ef-afb7-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:30:12.241335Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "0c15cd34-5b6f-11ef-afb7-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:29:58.3718054Z", "endExecutionTime": "2024-08-16T01:30:12.512693Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 8.3, "amountConsumed": - 8.3, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-17fc7bd8-5b6f-11ef-b2e0-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-17fc7bd8-5b6f-11ef-b2e0-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "17f22108-5b6f-11ef-bb2b-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-17fc7bd8-5b6f-11ef-b2e0-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:30:28.11Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "17fc7bd8-5b6f-11ef-b2e0-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:30:18.3492108Z", - "endExecutionTime": "2024-08-16T01:30:28.864Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-186e81ee-5b6f-11ef-89f2-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-186e81ee-5b6f-11ef-89f2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "17f22108-5b6f-11ef-bb2b-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-186e81ee-5b6f-11ef-89f2-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:30:53.411Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "186e81ee-5b6f-11ef-89f2-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T01:30:19.1310281Z", - "endExecutionTime": "2024-08-16T01:30:53.52Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-310a422c-5b6f-11ef-97cf-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-310a422c-5b6f-11ef-97cf-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "30ff7ad7-5b6f-11ef-8cde-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-310a422c-5b6f-11ef-97cf-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:31:13.346184Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "310a422c-5b6f-11ef-97cf-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:31:00.3993068Z", "endExecutionTime": "2024-08-16T01:31:13.592396Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-317d36d3-5b6f-11ef-ae7f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-317d36d3-5b6f-11ef-ae7f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "BellState", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "BellState", "num_qubits": "2", "metadata": "{}"}, "sessionId": "30ff7ad7-5b6f-11ef-8cde-f8e4e3ddcdd5", - "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-317d36d3-5b6f-11ef-ae7f-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:31:17.823977Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "317d36d3-5b6f-11ef-ae7f-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:31:01.1384874Z", "endExecutionTime": "2024-08-16T01:31:18.05032Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.66, "amountConsumed": - 5.66, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-3ff9e5d1-5b6f-11ef-9665-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-3ff9e5d1-5b6f-11ef-9665-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "3ff0889e-5b6f-11ef-9e9a-f8e4e3ddcdd5", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-3ff9e5d1-5b6f-11ef-9665-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:31:38.612201Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 1", "id": "3ff9e5d1-5b6f-11ef-9665-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:31:26.3346682Z", "endExecutionTime": "2024-08-16T01:31:38.821135Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-40f421df-5b6f-11ef-a643-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-40f421df-5b6f-11ef-a643-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": "3ff0889e-5b6f-11ef-9e9a-f8e4e3ddcdd5", "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-40f421df-5b6f-11ef-a643-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T01:31:43.610239Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Job 2", "id": "40f421df-5b6f-11ef-a643-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T01:31:27.8179104Z", "endExecutionTime": "2024-08-16T01:31:43.836398Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-87a0b067-5c03-11ef-93ad-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-87a0b067-5c03-11ef-93ad-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100, "count": - 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-87a0b067-5c03-11ef-93ad-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:12:54.908Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "87a0b067-5c03-11ef-93ad-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T19:12:52.7730968Z", - "endExecutionTime": "2024-08-16T19:12:54.921Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8d4d2114-5c03-11ef-b0f4-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8d4d2114-5c03-11ef-b0f4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8d4d2114-5c03-11ef-b0f4-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:13:03.267Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "8d4d2114-5c03-11ef-b0f4-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T19:13:01.2680972Z", - "endExecutionTime": "2024-08-16T19:13:03.29Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-91fd69c9-5c03-11ef-8ab0-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-91fd69c9-5c03-11ef-8ab0-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-91fd69c9-5c03-11ef-8ab0-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:13:19.147163Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "91fd69c9-5c03-11ef-8ab0-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T19:13:09.2959399Z", "endExecutionTime": "2024-08-16T19:13:19.861831Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9e8d2054-5c03-11ef-a434-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9e8d2054-5c03-11ef-a434-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-9e8d2054-5c03-11ef-a434-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:13:32.109Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "9e8d2054-5c03-11ef-a434-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T19:13:30.2753207Z", - "endExecutionTime": "2024-08-16T19:13:32.121Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a3438832-5c03-11ef-8963-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a3438832-5c03-11ef-8963-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a3438832-5c03-11ef-8963-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:13:39.831Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a3438832-5c03-11ef-8963-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T19:13:38.1087322Z", - "endExecutionTime": "2024-08-16T19:13:39.854Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a7faee32-5c03-11ef-82bb-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a7faee32-5c03-11ef-82bb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-a7faee32-5c03-11ef-82bb-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:13:47.667Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a7faee32-5c03-11ef-82bb-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T19:13:46.104263Z", - "endExecutionTime": "2024-08-16T19:13:47.68Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ac67bd9d-5c03-11ef-9936-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ac67bd9d-5c03-11ef-9936-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ac67bd9d-5c03-11ef-9936-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:13:55.091Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ac67bd9d-5c03-11ef-9936-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T19:13:53.469812Z", - "endExecutionTime": "2024-08-16T19:13:55.105Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b0d85b8f-5c03-11ef-a805-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b0d85b8f-5c03-11ef-a805-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b0d85b8f-5c03-11ef-a805-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:14:02.432Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b0d85b8f-5c03-11ef-a805-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T19:14:00.8894763Z", - "endExecutionTime": "2024-08-16T19:14:02.448Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b447f1d2-5c03-11ef-be26-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b447f1d2-5c03-11ef-be26-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b447f1d2-5c03-11ef-be26-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:15:17.891954Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b447f1d2-5c03-11ef-be26-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T19:14:06.7709685Z", "endExecutionTime": "2024-08-16T19:15:18.915849Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e5464a11-5c03-11ef-89d1-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e5464a11-5c03-11ef-89d1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-e5464a11-5c03-11ef-89d1-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:17:38.456509Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e5464a11-5c03-11ef-89d1-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-16T19:15:28.8365583Z", "endExecutionTime": "2024-08-16T19:17:42.758946Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-405cdff2-5c04-11ef-b6ec-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-405cdff2-5c04-11ef-b6ec-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-405cdff2-5c04-11ef-b6ec-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:18:04.891109Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "405cdff2-5c04-11ef-b6ec-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-16T19:18:01.6986531Z", "endExecutionTime": "2024-08-16T19:18:04.891427Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4503e6ad-5c04-11ef-8a30-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4503e6ad-5c04-11ef-8a30-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4503e6ad-5c04-11ef-8a30-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:18:19.859646Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4503e6ad-5c04-11ef-8a30-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T19:18:09.4030098Z", "endExecutionTime": "2024-08-16T19:18:21.030317Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4fe5fd82-5c04-11ef-92c2-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4fe5fd82-5c04-11ef-92c2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4fe5fd82-5c04-11ef-92c2-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:18:55.307826Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4fe5fd82-5c04-11ef-92c2-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T19:18:27.7792025Z", "endExecutionTime": "2024-08-16T19:18:56.345653Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6671d2ae-5c04-11ef-afda-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6671d2ae-5c04-11ef-afda-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-6671d2ae-5c04-11ef-afda-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:19:29.961254Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6671d2ae-5c04-11ef-afda-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T19:19:05.5359939Z", "endExecutionTime": "2024-08-16T19:19:30.362432Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7cf4d926-5c04-11ef-a458-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7cf4d926-5c04-11ef-a458-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-7cf4d926-5c04-11ef-a458-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:19:50.638814Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7cf4d926-5c04-11ef-a458-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T19:19:43.330377Z", "endExecutionTime": "2024-08-16T19:19:51.804945Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-84c8942e-5c04-11ef-a23c-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-84c8942e-5c04-11ef-a23c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-84c8942e-5c04-11ef-a23c-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:20:08.12458Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "84c8942e-5c04-11ef-a23c-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T19:19:56.4418637Z", "endExecutionTime": "2024-08-16T19:20:09.550156Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9038b92f-5c04-11ef-92e7-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9038b92f-5c04-11ef-92e7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-185", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-185", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9038b92f-5c04-11ef-92e7-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:20:16.268548Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-185", "id": "9038b92f-5c04-11ef-92e7-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T19:20:15.7682954Z", "endExecutionTime": "2024-08-16T19:20:18.6045825Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-94fd6f41-5c04-11ef-b897-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-94fd6f41-5c04-11ef-b897-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-187", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-187", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-94fd6f41-5c04-11ef-b897-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:20:23.951656Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-187", "id": "94fd6f41-5c04-11ef-b897-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T19:20:23.5605764Z", "endExecutionTime": "2024-08-16T19:20:26.1834981Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-99b886ed-5c04-11ef-a556-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-99b886ed-5c04-11ef-a556-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-189", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-99b886ed-5c04-11ef-a556-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:20:32.0894562Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-189", "id": "99b886ed-5c04-11ef-a556-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-16T19:20:31.6595126Z", "endExecutionTime": "2024-08-16T19:20:34.2940149Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-9e7a40c4-5c04-11ef-99ce-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9e7a40c4-5c04-11ef-99ce-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9e7a40c4-5c04-11ef-99ce-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:20:49.649658Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "9e7a40c4-5c04-11ef-99ce-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-16T19:20:39.6096376Z", - "endExecutionTime": "2024-08-16T19:20:50.673752Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ab99101c-5c04-11ef-ae38-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ab99101c-5c04-11ef-ae38-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ab99101c-5c04-11ef-ae38-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:21:08.935Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ab99101c-5c04-11ef-ae38-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T19:21:02.5195751Z", - "endExecutionTime": "2024-08-16T19:21:08.952Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b3d518a9-5c04-11ef-9143-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b3d518a9-5c04-11ef-9143-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b3d518a9-5c04-11ef-9143-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:21:25.631944Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b3d518a9-5c04-11ef-9143-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-16T19:21:16.2415732Z", "endExecutionTime": "2024-08-16T19:21:25.951559Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bfb2a857-5c04-11ef-b6db-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bfb2a857-5c04-11ef-b6db-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-201", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bfb2a857-5c04-11ef-b6db-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:21:36.971Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-201", "id": "bfb2a857-5c04-11ef-b6db-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-16T19:21:35.4036973Z", - "endExecutionTime": "2024-08-16T19:21:36.982Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c3646ad1-5c04-11ef-b6b2-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c3646ad1-5c04-11ef-b6b2-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c3646ad1-5c04-11ef-b6b2-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:21:55.226815Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c3646ad1-5c04-11ef-b6b2-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-16T19:21:41.5126772Z", - "endExecutionTime": "2024-08-16T19:21:57.370165Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d35fc454-5c04-11ef-91e8-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d35fc454-5c04-11ef-91e8-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d35fc454-5c04-11ef-91e8-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:22:19.592345Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d35fc454-5c04-11ef-91e8-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-16T19:22:08.3629184Z", - "endExecutionTime": "2024-08-16T19:22:21.859908Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-de387ca7-5c04-11ef-affc-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-de387ca7-5c04-11ef-affc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-de387ca7-5c04-11ef-affc-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:22:37.535214Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "de387ca7-5c04-11ef-affc-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-16T19:22:26.6551791Z", - "endExecutionTime": "2024-08-16T19:22:38.2218Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e916e2f3-5c04-11ef-9300-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e916e2f3-5c04-11ef-9300-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e916e2f3-5c04-11ef-9300-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:22:51.3204425Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e916e2f3-5c04-11ef-9300-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T19:22:44.8800818Z", - "endExecutionTime": "2024-08-16T19:22:52.1897373Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f1a97250-5c04-11ef-9929-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f1a97250-5c04-11ef-9929-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f1a97250-5c04-11ef-9929-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:23:06.5208999Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f1a97250-5c04-11ef-9929-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T19:22:59.1648519Z", - "endExecutionTime": "2024-08-16T19:23:07.3611023Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-fa737964-5c04-11ef-afcb-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fa737964-5c04-11ef-afcb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-fa737964-5c04-11ef-afcb-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:23:18.5941959Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "fa737964-5c04-11ef-afcb-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T19:23:14.1425511Z", - "endExecutionTime": "2024-08-16T19:23:19.4851139Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-00505fec-5c05-11ef-852a-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-00505fec-5c05-11ef-852a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-00505fec-5c05-11ef-852a-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:23:28.7908906Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "00505fec-5c05-11ef-852a-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T19:23:23.6081618Z", - "endExecutionTime": "2024-08-16T19:23:29.7492356Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-05e6dc43-5c05-11ef-97b5-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-05e6dc43-5c05-11ef-97b5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-05e6dc43-5c05-11ef-97b5-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-16T19:23:37.5809329Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "05e6dc43-5c05-11ef-97b5-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-16T19:23:33.1144753Z", - "endExecutionTime": "2024-08-16T19:23:38.4069615Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ef049876-5c2c-11ef-a72b-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ef049876-5c2c-11ef-a72b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ef049876-5c2c-11ef-a72b-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:09:21.475Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ef049876-5c2c-11ef-a72b-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:09:16.5424176Z", - "endExecutionTime": "2024-08-17T00:09:21.492Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-53775d31-5c2d-11ef-962b-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-53775d31-5c2d-11ef-962b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-53775d31-5c2d-11ef-962b-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:12:08.727Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "53775d31-5c2d-11ef-962b-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:12:04.4531267Z", - "endExecutionTime": "2024-08-17T00:12:08.736Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bf306eb9-5c2d-11ef-bde1-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bf306eb9-5c2d-11ef-bde1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-bf306eb9-5c2d-11ef-bde1-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:15:10.304Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bf306eb9-5c2d-11ef-bde1-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:15:05.9396664Z", - "endExecutionTime": "2024-08-17T00:15:10.321Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1d64944c-5c2e-11ef-b278-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1d64944c-5c2e-11ef-b278-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1d64944c-5c2e-11ef-b278-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:17:47.239Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "1d64944c-5c2e-11ef-b278-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:17:43.0492666Z", - "endExecutionTime": "2024-08-17T00:17:47.254Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-477d6e31-5c31-11ef-a93a-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-477d6e31-5c31-11ef-a93a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-477d6e31-5c31-11ef-a93a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:40:23.491Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "477d6e31-5c31-11ef-a93a-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:40:21.4332482Z", - "endExecutionTime": "2024-08-17T00:40:23.514Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4d6098b2-5c31-11ef-b75f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4d6098b2-5c31-11ef-b75f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4d6098b2-5c31-11ef-b75f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:40:45.885567Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4d6098b2-5c31-11ef-b75f-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T00:40:30.3368792Z", "endExecutionTime": "2024-08-17T00:40:46.933148Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-5feaaf74-5c31-11ef-8237-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5feaaf74-5c31-11ef-8237-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1024, "count": - 1024}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-5feaaf74-5c31-11ef-8237-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:41:03.044Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "5feaaf74-5c31-11ef-8237-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:41:01.480912Z", - "endExecutionTime": "2024-08-17T00:41:03.062Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-642671db-5c31-11ef-b625-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-642671db-5c31-11ef-b625-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-642671db-5c31-11ef-b625-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:41:10.26Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "642671db-5c31-11ef-b625-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:41:08.7479217Z", - "endExecutionTime": "2024-08-17T00:41:10.333Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6860ca5a-5c31-11ef-b37e-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6860ca5a-5c31-11ef-b37e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500, "count": - 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ - circuit", "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6860ca5a-5c31-11ef-b37e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:41:17.121Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6860ca5a-5c31-11ef-b37e-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:41:15.676983Z", - "endExecutionTime": "2024-08-17T00:41:17.134Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6c3b2aba-5c31-11ef-bfc7-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6c3b2aba-5c31-11ef-bfc7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6c3b2aba-5c31-11ef-bfc7-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:41:23.774Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "6c3b2aba-5c31-11ef-bfc7-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:41:22.3347605Z", - "endExecutionTime": "2024-08-17T00:41:23.85Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-70433562-5c31-11ef-a82f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-70433562-5c31-11ef-a82f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 10, "count": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}", "meas_map": "[0, 1, 2]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-70433562-5c31-11ef-a82f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:41:30.697Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "70433562-5c31-11ef-a82f-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:41:29.0042865Z", - "endExecutionTime": "2024-08-17T00:41:30.71Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-7634b4de-5c31-11ef-ad1b-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7634b4de-5c31-11ef-ad1b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7634b4de-5c31-11ef-ad1b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:43:24.904487Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7634b4de-5c31-11ef-ad1b-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-17T00:41:39.9685277Z", "endExecutionTime": "2024-08-17T00:43:29.405773Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bfc2bf9c-5c31-11ef-8348-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bfc2bf9c-5c31-11ef-8348-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bfc2bf9c-5c31-11ef-8348-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:43:46.050199Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "bfc2bf9c-5c31-11ef-8348-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-17T00:43:42.7086433Z", "endExecutionTime": "2024-08-17T00:43:46.050468Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-c47ea28e-5c31-11ef-9bb6-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c47ea28e-5c31-11ef-9bb6-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-c47ea28e-5c31-11ef-9bb6-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:44:50.261035Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c47ea28e-5c31-11ef-9bb6-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T00:43:50.3059101Z", "endExecutionTime": "2024-08-17T00:44:51.593833Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f5db16fc-5c31-11ef-bc7d-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f5db16fc-5c31-11ef-bc7d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-f5db16fc-5c31-11ef-bc7d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:45:44.755398Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f5db16fc-5c31-11ef-bc7d-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T00:45:13.3231411Z", "endExecutionTime": "2024-08-17T00:45:45.705465Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0d674266-5c32-11ef-a127-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0d674266-5c32-11ef-a127-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100, - "shots": 100}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-0d674266-5c32-11ef-a127-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:45:57.355601Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "0d674266-5c32-11ef-a127-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T00:45:52.7978466Z", "endExecutionTime": "2024-08-17T00:45:58.531422Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-13a3fff9-5c32-11ef-950a-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-13a3fff9-5c32-11ef-950a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-13a3fff9-5c32-11ef-950a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:47:00.24717Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "13a3fff9-5c32-11ef-950a-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T00:46:03.1252805Z", "endExecutionTime": "2024-08-17T00:47:01.067649Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4466fa38-5c32-11ef-950f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4466fa38-5c32-11ef-950f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-4466fa38-5c32-11ef-950f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:48:02.986086Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "4466fa38-5c32-11ef-950f-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T00:47:24.8735424Z", "endExecutionTime": "2024-08-17T00:48:03.414213Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 11.1, "amountConsumed": - 11.1, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-66293bc3-5c32-11ef-b4f4-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-66293bc3-5c32-11ef-b4f4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 10, "shots": - 10}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-66293bc3-5c32-11ef-b4f4-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:49:01.045067Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "66293bc3-5c32-11ef-b4f4-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T00:48:21.3690586Z", "endExecutionTime": "2024-08-17T00:49:01.906819Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.12, "amountConsumed": - 5.12, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-87a46b9e-5c32-11ef-a64e-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-87a46b9e-5c32-11ef-a64e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-202", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-202", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-87a46b9e-5c32-11ef-a64e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:49:18.2305601Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-202", "id": "87a46b9e-5c32-11ef-a64e-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-17T00:49:17.7346045Z", "endExecutionTime": "2024-08-17T00:49:20.7087259Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-8c490fab-5c32-11ef-9ba8-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8c490fab-5c32-11ef-9ba8-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.0001, "qubitParams": - {"name": "qubit_gate_ns_e4"}, "qecScheme": {"name": "surface_code"}, "items": - [{"entryPoint": "circuit-204", "arguments": []}]}, "metadata": {"qiskit": - "True", "name": "circuit-204", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8c490fab-5c32-11ef-9ba8-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:49:26.005538Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-204", "id": "8c490fab-5c32-11ef-9ba8-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-17T00:49:25.5756691Z", "endExecutionTime": "2024-08-17T00:49:28.1598354Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-90f5d1e6-5c32-11ef-8447-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-90f5d1e6-5c32-11ef-8447-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 0.001, "qubitParams": - {"name": "qubit_gate_ns_e3"}, "qecScheme": {"name": "surface_code"}, "items": - [{"qubitParams": {"name": "qubit_gate_ns_e3"}, "errorBudget": 0.0001}, {"qubitParams": - {"name": "qubit_gate_ns_e4"}, "errorBudget": 0.0001}]}, "metadata": {"qiskit": - "True", "name": "circuit-206", "num_qubits": "3", "metadata": "{}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-90f5d1e6-5c32-11ef-8447-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:49:33.6358519Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "circuit-206", "id": "90f5d1e6-5c32-11ef-8447-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-17T00:49:33.2765713Z", "endExecutionTime": "2024-08-17T00:49:35.9742624Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-958d074e-5c32-11ef-8210-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-958d074e-5c32-11ef-8210-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "endian0cr3", "arguments": []}]}, "metadata": {"qiskit": "True", - "name": "endian0cr3", "num_qubits": "3", "metadata": "{\"some\": \"data\"}"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-958d074e-5c32-11ef-8210-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:49:50.297366Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "endian0cr3", "id": "958d074e-5c32-11ef-8210-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-17T00:49:41.1048001Z", - "endExecutionTime": "2024-08-17T00:49:51.734719Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-a2f92d8c-5c32-11ef-947c-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a2f92d8c-5c32-11ef-947c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a2f92d8c-5c32-11ef-947c-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:50:08.909Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a2f92d8c-5c32-11ef-947c-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:50:04.538548Z", - "endExecutionTime": "2024-08-17T00:50:08.922Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a9810ab5-5c32-11ef-aa63-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a9810ab5-5c32-11ef-aa63-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-a9810ab5-5c32-11ef-aa63-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:50:22.300575Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "a9810ab5-5c32-11ef-aa63-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T00:50:15.5252901Z", "endExecutionTime": "2024-08-17T00:50:23.300847Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.22, "amountConsumed": - 6.22, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b35a6fa2-5c32-11ef-962d-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b35a6fa2-5c32-11ef-962d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 1000, "count": - 1000}, "metadata": {"qiskit": "True", "name": "circuit-218", "num_qubits": - "5", "metadata": "{\"some\": \"data\"}", "meas_map": "[0]"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b35a6fa2-5c32-11ef-962d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:50:32.897Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "circuit-218", "id": "b35a6fa2-5c32-11ef-962d-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T00:50:31.1311789Z", - "endExecutionTime": "2024-08-17T00:50:32.912Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b6f0c8f3-5c32-11ef-886f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b6f0c8f3-5c32-11ef-886f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 100, "count": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-b6f0c8f3-5c32-11ef-886f-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:50:48.086724Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "b6f0c8f3-5c32-11ef-886f-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-17T00:50:37.0000649Z", - "endExecutionTime": "2024-08-17T00:50:49.124933Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-c256ee83-5c32-11ef-a6dc-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-c256ee83-5c32-11ef-a6dc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 500, "count": 500, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-c256ee83-5c32-11ef-a6dc-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:51:08.725468Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "c256ee83-5c32-11ef-a6dc-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-17T00:50:56.4277554Z", - "endExecutionTime": "2024-08-17T00:51:10.680657Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 2.0, "amountConsumed": 2.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cd36c4a7-5c32-11ef-85dd-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cd36c4a7-5c32-11ef-85dd-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"shots": 10, "count": 10, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cd36c4a7-5c32-11ef-85dd-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:51:25.751276Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "cd36c4a7-5c32-11ef-85dd-f8e4e3ddcdd5", - "providerId": "qci", "target": "qci.simulator", "creationTime": "2024-08-17T00:51:14.4545892Z", - "endExecutionTime": "2024-08-17T00:51:26.413575Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "jobseconds", "dimensionName": "Job Seconds", - "measureUnit": "second", "amountBilled": 1.0, "amountConsumed": 1.0, "unitPrice": - 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d80024d3-5c32-11ef-9dcb-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d80024d3-5c32-11ef-9dcb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d80024d3-5c32-11ef-9dcb-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:51:39.6219892Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "d80024d3-5c32-11ef-9dcb-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-17T00:51:32.5627975Z", - "endExecutionTime": "2024-08-17T00:51:40.5216131Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e0332ad4-5c32-11ef-a124-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e0332ad4-5c32-11ef-a124-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e0332ad4-5c32-11ef-a124-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:51:51.4861878Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e0332ad4-5c32-11ef-a124-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-17T00:51:46.2201617Z", - "endExecutionTime": "2024-08-17T00:51:52.313513Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e7d281cc-5c32-11ef-82c6-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e7d281cc-5c32-11ef-82c6-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e7d281cc-5c32-11ef-82c6-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:52:04.6590836Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "e7d281cc-5c32-11ef-82c6-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-17T00:51:59.1185175Z", - "endExecutionTime": "2024-08-17T00:52:05.5104736Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ef7f66f1-5c32-11ef-a58e-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ef7f66f1-5c32-11ef-a58e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ef7f66f1-5c32-11ef-a58e-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:52:17.6672036Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "ef7f66f1-5c32-11ef-a58e-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-17T00:52:12.0998726Z", - "endExecutionTime": "2024-08-17T00:52:18.5725656Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f742bfc1-5c32-11ef-bcc1-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f742bfc1-5c32-11ef-bcc1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"count": 100, "shots": 100, "items": - [{"entryPoint": "Qiskit Sample - 3-qubit GHZ circuit", "arguments": []}]}, - "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit GHZ circuit", - "num_qubits": "4", "metadata": "{}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "microsoft.quantum-results.v2", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f742bfc1-5c32-11ef-bcc1-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T00:52:30.629815Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "f742bfc1-5c32-11ef-bcc1-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-17T00:52:25.0986608Z", - "endExecutionTime": "2024-08-17T00:52:31.47488Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d261f587-5c34-11ef-9e61-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d261f587-5c34-11ef-9e61-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 500}, "metadata": - {"measurement0": "q0\u001f0\u001eq1\u001f1\u001eq2\u001f2", "qubits": "3"}, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d261f587-5c34-11ef-9e61-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:05:46.486Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "d261f587-5c34-11ef-9e61-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T01:05:44.5754774Z", - "endExecutionTime": "2024-08-17T01:05:46.5Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d8c8beb5-5c34-11ef-877b-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d8c8beb5-5c34-11ef-877b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-d8c8beb5-5c34-11ef-877b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:06:06.9009Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "d8c8beb5-5c34-11ef-877b-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:05:54.6843805Z", "endExecutionTime": "2024-08-17T01:06:07.26497Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ea4f4545-5c34-11ef-bf47-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ea4f4545-5c34-11ef-bf47-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ea4f4545-5c34-11ef-bf47-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:06:25.041Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "ea4f4545-5c34-11ef-bf47-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T01:06:23.2236611Z", - "endExecutionTime": "2024-08-17T01:06:25.1Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eebef47f-5c34-11ef-9b14-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eebef47f-5c34-11ef-9b14-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-eebef47f-5c34-11ef-9b14-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:06:32.261Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "eebef47f-5c34-11ef-9b14-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T01:06:30.5944851Z", - "endExecutionTime": "2024-08-17T01:06:32.278Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f3149a94-5c34-11ef-b172-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f3149a94-5c34-11ef-b172-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f3149a94-5c34-11ef-b172-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:06:39.453Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "f3149a94-5c34-11ef-b172-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T01:06:37.8810732Z", - "endExecutionTime": "2024-08-17T01:06:39.466Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f695d200-5c34-11ef-8413-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f695d200-5c34-11ef-8413-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f695d200-5c34-11ef-8413-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:06:45.399Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-3ghz-job", "id": "f695d200-5c34-11ef-8413-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T01:06:43.7917489Z", - "endExecutionTime": "2024-08-17T01:06:45.412Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-fae8764a-5c34-11ef-a9e8-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-fae8764a-5c34-11ef-a9e8-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-fae8764a-5c34-11ef-a9e8-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:06:52.627Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "fae8764a-5c34-11ef-a9e8-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T01:06:51.0081716Z", - "endExecutionTime": "2024-08-17T01:06:52.641Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-ff06ee71-5c34-11ef-96cc-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ff06ee71-5c34-11ef-96cc-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-ff06ee71-5c34-11ef-96cc-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:06:59.495Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "ff06ee71-5c34-11ef-96cc-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T01:06:57.8511141Z", - "endExecutionTime": "2024-08-17T01:06:59.51Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-0317f70f-5c35-11ef-8051-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0317f70f-5c35-11ef-8051-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "ionq.circuit.v1", "inputParams": {"shots": 100}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "ionq.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-0317f70f-5c35-11ef-8051-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:07:06.489Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "ionq-job", "id": "0317f70f-5c35-11ef-8051-f8e4e3ddcdd5", - "providerId": "ionq", "target": "ionq.simulator", "creationTime": "2024-08-17T01:07:04.854998Z", - "endExecutionTime": "2024-08-17T01:07:06.502Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "gs1q", "dimensionName": "1Q Gate Shot", - "measureUnit": "1q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}, {"dimensionId": "gs2q", "dimensionName": "2Q Gate Shot", - "measureUnit": "2q gate shot", "amountBilled": 0.0, "amountConsumed": 0.0, - "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-1b680a6a-5c35-11ef-8d4f-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-1b680a6a-5c35-11ef-8d4f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-1b680a6a-5c35-11ef-8d4f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:08:12.274834Z", "cancellationTime": null, - "quantumComputingData": null, "errorData": {"code": "RuntimeError", "message": - "The job failed due to a runtime error. Please check the output file or the - additional output zip file for error messages, and try submitting the job - again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "1b680a6a-5c35-11ef-8d4f-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-17T01:07:45.5177569Z", - "endExecutionTime": "2024-08-17T01:09:48.3135289Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-76209712-5c35-11ef-9376-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-76209712-5c35-11ef-9376-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-76209712-5c35-11ef-9376-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:10:18.3178056Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "76209712-5c35-11ef-9376-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-17T01:10:17.810535Z", - "endExecutionTime": "2024-08-17T01:10:18.3178056Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-797f7b32-5c35-11ef-8e25-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-797f7b32-5c35-11ef-8e25-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-797f7b32-5c35-11ef-8e25-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:10:55.4244401Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "797f7b32-5c35-11ef-8e25-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-17T01:10:23.3041037Z", "endExecutionTime": "2024-08-17T01:11:29.5911992Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-cead11c8-5c35-11ef-a31b-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-cead11c8-5c35-11ef-a31b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"items": [{"qubitParams": {"name": - "qubit_maj_ns_e4", "instructionSet": "majorana", "tGateTime": "10 ns", "twoQubitJointMeasurementErrorRate": - {"process": 5e-05, "readout": 7e-05}, "tGateErrorRate": 0.03, "idleErrorRate": - 2e-05}, "distillationUnitSpecifications": [{"displayName": "S", "numInputTs": - 1, "numOutputTs": 15, "failureProbabilityFormula": "15.0 * inputErrorRate - + 356.0 * cliffordErrorRate", "outputErrorRateFormula": "35.0 * inputErrorRate - ^ 3 + 7.1 * cliffordErrorRate", "physicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}, "logicalQubitSpecification": {"numUnitQubits": - 12, "durationInQubitCycleTime": 45}}, {"name": "15-1 RM"}, {"name": "15-1 - space-efficient"}], "errorBudget": 0.001}, {"constraints": {"maxDuration": - "20s"}, "errorBudget": 0.002}, {"constraints": {"maxPhysicalQubits": 10000}, - "errorBudget": 0.003}], "resumeAfterFailedItem": true}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-cead11c8-5c35-11ef-a31b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:12:51.1682657Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "cead11c8-5c35-11ef-a31b-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-17T01:12:46.9722413Z", "endExecutionTime": "2024-08-17T01:12:53.6290984Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-d587c705-5c35-11ef-80cf-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d587c705-5c35-11ef-80cf-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"errorBudget": 2}, "metadata": - null, "sessionId": null, "status": "Failed", "jobType": "QuantumComputing", - "outputDataFormat": "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-d587c705-5c35-11ef-80cf-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:13:02.1801719Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": {"code": "InvalidInputError", - "message": "The error budget must be between 0.0 and 1.0, provided input was - `2`"}, "isCancelling": false, "tags": [], "name": "azure-quantum-job", "id": - "d587c705-5c35-11ef-80cf-f8e4e3ddcdd5", "providerId": "microsoft-qc", "target": - "microsoft.estimator", "creationTime": "2024-08-17T01:12:57.959753Z", "endExecutionTime": - "2024-08-17T01:13:04.4387459Z", "costEstimate": null, "itemType": "Job"}, - {"containerUri": "https://mystorage.blob.core.windows.net/job-db1f2c30-5c35-11ef-b3b0-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-db1f2c30-5c35-11ef-b3b0-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-db1f2c30-5c35-11ef-b3b0-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:13:07.490824Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "db1f2c30-5c35-11ef-b3b0-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-17T01:13:07.127438Z", "endExecutionTime": "2024-08-17T01:13:09.7869867Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-dff1d09e-5c35-11ef-ab9f-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-dff1d09e-5c35-11ef-ab9f-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"profiling": {"callStackDepth": - 0}}, "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": - "QuantumComputing", "outputDataFormat": "microsoft.resource-estimates.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-dff1d09e-5c35-11ef-ab9f-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:13:15.8772882Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "dff1d09e-5c35-11ef-ab9f-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-17T01:13:15.3553967Z", "endExecutionTime": "2024-08-17T01:13:18.0656149Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e46976a2-5c35-11ef-81bf-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e46976a2-5c35-11ef-81bf-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e46976a2-5c35-11ef-81bf-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:13:23.2314646Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "e46976a2-5c35-11ef-81bf-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-17T01:13:22.6906088Z", "endExecutionTime": "2024-08-17T01:13:25.4026978Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-e8a26240-5c35-11ef-bea1-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e8a26240-5c35-11ef-bea1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {}, "metadata": null, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.resource-estimates.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e8a26240-5c35-11ef-bea1-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:13:30.5743317Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "e8a26240-5c35-11ef-bea1-f8e4e3ddcdd5", - "providerId": "microsoft-qc", "target": "microsoft.estimator", "creationTime": - "2024-08-17T01:13:30.0378188Z", "endExecutionTime": "2024-08-17T01:13:32.7110058Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-f2a5719c-5c35-11ef-be6c-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f2a5719c-5c35-11ef-be6c-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-f2a5719c-5c35-11ef-be6c-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:13:52.082669Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "f2a5719c-5c35-11ef-be6c-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-17T01:13:46.7259747Z", - "endExecutionTime": "2024-08-17T01:14:02.989771Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-02739672-5c36-11ef-831d-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-02739672-5c36-11ef-831d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-02739672-5c36-11ef-831d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:14:17.335804Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "02739672-5c36-11ef-831d-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-17T01:14:13.0378817Z", - "endExecutionTime": "2024-08-17T01:14:28.132089Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-11fb671d-5c36-11ef-a5d5-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-11fb671d-5c36-11ef-a5d5-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-11fb671d-5c36-11ef-a5d5-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:14:44.229276Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "11fb671d-5c36-11ef-a5d5-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-17T01:14:39.0640411Z", - "endExecutionTime": "2024-08-17T01:14:56.371138Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0034, - "amountConsumed": 0.0034, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-217323b4-5c36-11ef-b2c3-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-217323b4-5c36-11ef-b2c3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-217323b4-5c36-11ef-b2c3-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:15:10.213558Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "217323b4-5c36-11ef-b2c3-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-17T01:15:05.0995555Z", - "endExecutionTime": "2024-08-17T01:15:20.726469Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0029, - "amountConsumed": 0.0029, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-30d56172-5c36-11ef-aded-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-30d56172-5c36-11ef-aded-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-30d56172-5c36-11ef-aded-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:15:35.179581Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "30d56172-5c36-11ef-aded-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-17T01:15:30.6515882Z", - "endExecutionTime": "2024-08-17T01:15:46.329882Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0031, - "amountConsumed": 0.0031, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-40868fc4-5c36-11ef-86d1-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-40868fc4-5c36-11ef-86d1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 150}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-40868fc4-5c36-11ef-86d1-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:16:02.261485Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "40868fc4-5c36-11ef-86d1-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-17T01:15:57.1963018Z", - "endExecutionTime": "2024-08-17T01:16:13.073095Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.003, - "amountConsumed": 0.003, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-5cdb6c59-5c37-11ef-a1dd-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-5cdb6c59-5c37-11ef-a1dd-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-5cdb6c59-5c37-11ef-a1dd-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:24:14.371028Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "5cdb6c59-5c37-11ef-a1dd-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:23:55.0147838Z", "endExecutionTime": "2024-08-17T01:24:14.588704Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6db37b81-5c37-11ef-9d5d-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6db37b81-5c37-11ef-9d5d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6db37b81-5c37-11ef-9d5d-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:24:27.790279Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-job", "id": "6db37b81-5c37-11ef-9d5d-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-17T01:24:22.4187303Z", - "endExecutionTime": "2024-08-17T01:24:28.5877536Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-743c173c-5c37-11ef-a6ae-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-743c173c-5c37-11ef-a6ae-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-743c173c-5c37-11ef-a6ae-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:25:03.557461Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "743c173c-5c37-11ef-a6ae-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:24:33.3942364Z", "endExecutionTime": "2024-08-17T01:25:04.377493Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8ba3d234-5c37-11ef-9cf1-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8ba3d234-5c37-11ef-9cf1-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-8ba3d234-5c37-11ef-9cf1-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:27:29.175662Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "8ba3d234-5c37-11ef-9cf1-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-17T01:25:12.5395788Z", "endExecutionTime": "2024-08-17T01:27:30.696172Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.02, "amountConsumed": - 5.02, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-e6081f8b-5c37-11ef-abd7-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-e6081f8b-5c37-11ef-abd7-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Base"}, "metadata": null, - "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-e6081f8b-5c37-11ef-abd7-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:27:49.5227563Z", "cancellationTime": - null, "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": - false, "tags": [], "name": "azure-quantum-job", "id": "e6081f8b-5c37-11ef-abd7-f8e4e3ddcdd5", - "providerId": "rigetti", "target": "rigetti.sim.qvm", "creationTime": "2024-08-17T01:27:44.1170966Z", - "endExecutionTime": "2024-08-17T01:27:50.3251585Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "qpu_time_centiseconds", "dimensionName": - "QPU Execution Time", "measureUnit": "10ms (rounded up)", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-23f6bcef-5c38-11ef-a3a3-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-23f6bcef-5c38-11ef-a3a3-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-23f6bcef-5c38-11ef-a3a3-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:30:13.751787Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "23f6bcef-5c38-11ef-a3a3-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:29:29.5164281Z", "endExecutionTime": "2024-08-17T01:30:14.216757Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-4627f314-5c38-11ef-8d7d-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-4627f314-5c38-11ef-8d7d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-4627f314-5c38-11ef-8d7d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:31:56.548658Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "4627f314-5c38-11ef-8d7d-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-17T01:30:25.4795666Z", "endExecutionTime": "2024-08-17T01:31:57.89459Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-8ebd404a-5c38-11ef-bc1d-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-8ebd404a-5c38-11ef-bc1d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-8ebd404a-5c38-11ef-bc1d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:32:30.244572Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "8ebd404a-5c38-11ef-bc1d-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-17T01:32:27.2764669Z", "endExecutionTime": "2024-08-17T01:32:30.24467Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-936e5d9b-5c38-11ef-a94b-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-936e5d9b-5c38-11ef-a94b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-936e5d9b-5c38-11ef-a94b-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:33:17.848841Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "936e5d9b-5c38-11ef-a94b-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:32:35.1746576Z", "endExecutionTime": "2024-08-17T01:33:19.507227Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-b4a85e7a-5c38-11ef-910e-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-b4a85e7a-5c38-11ef-910e-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-b4a85e7a-5c38-11ef-910e-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:33:39.452149Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "b4a85e7a-5c38-11ef-910e-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:33:31.0494438Z", "endExecutionTime": "2024-08-17T01:33:40.12219Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-bcb229e6-5c38-11ef-955a-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-bcb229e6-5c38-11ef-955a-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-bcb229e6-5c38-11ef-955a-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:34:16.224085Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "bcb229e6-5c38-11ef-955a-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:33:44.442831Z", "endExecutionTime": "2024-08-17T01:34:17.037159Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-d3cca3db-5c38-11ef-bb14-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-d3cca3db-5c38-11ef-bb14-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-d3cca3db-5c38-11ef-bb14-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:34:49.924982Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "d3cca3db-5c38-11ef-bb14-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:34:23.1861626Z", "endExecutionTime": "2024-08-17T01:34:51.444206Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-eb8bd3a6-5c38-11ef-a943-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-eb8bd3a6-5c38-11ef-a943-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-eb8bd3a6-5c38-11ef-a943-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:35:12.264783Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "eb8bd3a6-5c38-11ef-a943-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:35:03.2629065Z", "endExecutionTime": "2024-08-17T01:35:12.9308Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-f717af43-5c38-11ef-9039-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-f717af43-5c38-11ef-9039-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 100}, - "metadata": null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-f717af43-5c38-11ef-9039-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-17T01:35:40.026655Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "f717af43-5c38-11ef-9039-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-17T01:35:22.6277733Z", "endExecutionTime": "2024-08-17T01:35:40.791277Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 6.2, "amountConsumed": - 6.2, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6cda4595-64bc-11ef-ab64-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6cda4595-64bc-11ef-ab64-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-6cda4595-64bc-11ef-ab64-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-27T21:36:42.767039Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "6cda4595-64bc-11ef-ab64-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-27T21:36:37.3993087Z", - "endExecutionTime": "2024-08-27T21:36:54.683995Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0033, - "amountConsumed": 0.0033, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-ad82a686-64bc-11ef-86cd-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-ad82a686-64bc-11ef-86cd-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "pasqal.pulser.v1", "inputParams": {"count": 200}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "pasqal.pulser-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-ad82a686-64bc-11ef-86cd-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-27T21:38:27.147474Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "qdk-python-test", "id": "ad82a686-64bc-11ef-86cd-f8e4e3ddcdd5", - "providerId": "pasqal", "target": "pasqal.sim.emu-tn", "creationTime": "2024-08-27T21:38:21.9745956Z", - "endExecutionTime": "2024-08-27T21:38:37.688056Z", "costEstimate": {"currencyCode": - "USD", "events": [{"dimensionId": "compute-time-emu", "dimensionName": "Compute - Time on HPC-based Emulators", "measureUnit": "per hour", "amountBilled": 0.0029, - "amountConsumed": 0.0029, "unitPrice": 0.0}, {"dimensionId": "compute-time-qpu", - "dimensionName": "Compute Time on QPU", "measureUnit": "per hour", "amountBilled": - 0.0, "amountConsumed": 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": - "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-aeceac42-6587-11ef-8b70-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-aeceac42-6587-11ef-8b70-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 1, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-aeceac42-6587-11ef-8b70-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-28T21:51:59.2078171Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "RuntimeError", - "message": "The job failed due to a runtime error. Please check the output - file or the additional output zip file for error messages, and try submitting - the job again."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "aeceac42-6587-11ef-8b70-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-28T21:51:33.2986986Z", - "endExecutionTime": "2024-08-28T21:53:34.1702495Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-08eecd71-6588-11ef-be33-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-08eecd71-6588-11ef-be33-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "invlidTask", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Failed", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-08eecd71-6588-11ef-be33-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-28T21:54:04.0342307Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": {"code": "InvalidInputData", - "message": "Invalid job params.\nValue \"invlidTask\" is not defined in enum. - Path: tasks[0].taskType."}, "isCancelling": false, "tags": [], "name": "azure-quantum-dft-job", - "id": "08eecd71-6588-11ef-be33-f8e4e3ddcdd5", "providerId": "microsoft-elements", - "target": "microsoft.dft", "creationTime": "2024-08-28T21:54:03.5386322Z", - "endExecutionTime": "2024-08-28T21:54:04.0342307Z", "costEstimate": null, - "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-0bbcd5f0-6588-11ef-bd3d-f8e4e3ddcdd5?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=c&sp=rcwl&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-0bbcd5f0-6588-11ef-bd3d-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "microsoft.xyz.v1", "inputParams": {"tasks": [{"taskType": - "spe", "basisSet": {"name": "def2-svp", "cartesian": false}, "xcFunctional": - {"name": "m06-2x", "gridLevel": 4}, "scf": {"method": "rks", "maxSteps": 100, - "convergeThreshold": 1e-08}}]}, "metadata": null, "sessionId": null, "status": - "Succeeded", "jobType": "QuantumChemistry", "outputDataFormat": "microsoft.dft-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-0bbcd5f0-6588-11ef-bd3d-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-28T21:54:33.7487646Z", "cancellationTime": - null, "quantumComputingData": null, "errorData": null, "isCancelling": false, - "tags": [], "name": "azure-quantum-dft-job", "id": "0bbcd5f0-6588-11ef-bd3d-f8e4e3ddcdd5", - "providerId": "microsoft-elements", "target": "microsoft.dft", "creationTime": - "2024-08-28T21:54:07.890374Z", "endExecutionTime": "2024-08-28T21:55:08.0490726Z", - "costEstimate": null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-847a4474-6588-11ef-9f1b-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-847a4474-6588-11ef-9f1b-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Waiting", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-847a4474-6588-11ef-9f1b-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": - "Qiskit Sample - 3-qubit GHZ circuit", "id": "847a4474-6588-11ef-9f1b-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": - "2024-08-28T21:57:31.0597362Z", "endExecutionTime": null, "costEstimate": - null, "itemType": "Job"}, {"containerUri": "https://mystorage.blob.core.windows.net/job-7fecf61e-6589-11ef-a497-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-7fecf61e-6589-11ef-a497-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500, - "shots": 500}, "metadata": {"qiskit": "True", "name": "Qiskit Sample - 3-qubit - GHZ circuit", "num_qubits": "4", "metadata": "{\"some\": \"data\"}"}, "sessionId": - null, "status": "Succeeded", "jobType": "QuantumComputing", "outputDataFormat": - "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-7fecf61e-6589-11ef-a497-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-28T22:04:37.586237Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "Qiskit Sample - 3-qubit GHZ circuit", "id": "7fecf61e-6589-11ef-a497-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h2-1sc", "creationTime": - "2024-08-28T22:04:32.1021358Z", "endExecutionTime": "2024-08-28T22:04:37.586545Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 0.0, "amountConsumed": - 0.0, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-9d4ebac5-6589-11ef-bff4-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-9d4ebac5-6589-11ef-bff4-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "qir.v1", "inputParams": {"entryPoint": "ENTRYPOINT__main", - "arguments": [], "target_profile": "Adaptive_RI"}, "metadata": null, - "sessionId": null, "status": "Waiting", "jobType": "QuantumComputing", "outputDataFormat": - "microsoft.quantum-results.v2", "outputDataUri": "https://mystorage.blob.core.windows.net:443/job-9d4ebac5-6589-11ef-bff4-f8e4e3ddcdd5/outputData?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "beginExecutionTime": null, "cancellationTime": null, "quantumComputingData": - {"count": 1}, "errorData": null, "isCancelling": false, "tags": [], "name": - "quantinuum-job", "id": "9d4ebac5-6589-11ef-bff4-f8e4e3ddcdd5", "providerId": - "quantinuum", "target": "quantinuum.sim.h2-1e", "creationTime": "2024-08-28T22:05:21.883712Z", - "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-6fa6760a-658b-11ef-b4cb-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-6fa6760a-658b-11ef-b4cb-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {}, "metadata": - null, "sessionId": null, "status": "Succeeded", "jobType": "QuantumComputing", - "outputDataFormat": "honeywell.quantum-results.v1", "outputDataUri": "https://mystorage.blob.core.windows.net/job-6fa6760a-658b-11ef-b4cb-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-28T23:35:36.185873Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "quantinuum-job", "id": "6fa6760a-658b-11ef-b4cb-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.qpu.h2-1", "creationTime": - "2024-08-28T22:18:25.4601003Z", "endExecutionTime": "2024-08-28T23:35:55.844769Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "hqc", - "dimensionName": "HQC", "measureUnit": "hqc", "amountBilled": 5.01, "amountConsumed": - 5.01, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}, {"containerUri": - "https://mystorage.blob.core.windows.net/job-a67bd1b0-658d-11ef-ac15-f8e4e3ddcdd5?sv=PLACEHOLDER&ss=b&srt=co&spr=https&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sp=rwlac&sig=PLACEHOLDER", - "inputDataUri": "https://mystorage.blob.core.windows.net/job-a67bd1b0-658d-11ef-ac15-f8e4e3ddcdd5/inputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "inputDataFormat": "honeywell.openqasm.v1", "inputParams": {"count": 500}, - "metadata": {"qubits": "3", "repetitions": "500", "measurement_dict": "{''q0'': - [0], ''q1'': [1], ''q2'': [2]}"}, "sessionId": null, "status": "Succeeded", - "jobType": "QuantumComputing", "outputDataFormat": "honeywell.quantum-results.v1", - "outputDataUri": "https://mystorage.blob.core.windows.net/job-a67bd1b0-658d-11ef-ac15-f8e4e3ddcdd5/rawOutputData?sv=PLACEHOLDER&st=2000-01-01T00%3A00%3A00Z&se=2050-01-01T00%3A00%3A00Z&sr=b&sp=rcw&sig=PLACEHOLDER", - "beginExecutionTime": "2024-08-28T22:34:27.705376Z", "cancellationTime": null, - "quantumComputingData": {"count": 1}, "errorData": null, "isCancelling": false, - "tags": [], "name": "cirq-job", "id": "a67bd1b0-658d-11ef-ac15-f8e4e3ddcdd5", - "providerId": "quantinuum", "target": "quantinuum.sim.h1-1e", "creationTime": - "2024-08-28T22:34:17.4182318Z", "endExecutionTime": "2024-08-28T22:34:28.029768Z", - "costEstimate": {"currencyCode": "USD", "events": [{"dimensionId": "ehqc", - "dimensionName": "EHQC", "measureUnit": "hqc", "amountBilled": 10.5, "amountConsumed": - 10.5, "unitPrice": 0.0}], "estimatedTotal": 0.0}, "itemType": "Job"}], "nextLink": - null}' + "endExecutionTime": null, "costEstimate": null, "itemType": "Job"}], "nextLink": + "https://eastus.quantum.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Quantum/workspaces/myworkspace/jobs?top=100&skip=100&api-version=2024-10-01-preview"}' headers: connection: - keep-alive content-length: - - '3858031' + - '157598' content-type: - application/json; charset=utf-8 transfer-encoding: @@ -36853,7 +1602,7 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-quantum/0.0.1 Python/3.9.19 (Windows-10-10.0.22631-SP0) + - azsdk-python-quantum/0.0.1 Python/3.9.20 (Windows-10-10.0.26100-SP0) x-ms-quantum-api-key: - PLACEHOLDER method: GET diff --git a/azure-quantum/tests/unit/test_authentication.py b/azure-quantum/tests/unit/test_authentication.py index 210b9c6d1..26615d6f5 100644 --- a/azure-quantum/tests/unit/test_authentication.py +++ b/azure-quantum/tests/unit/test_authentication.py @@ -341,6 +341,7 @@ def test_workspace_auth_connection_string_api_key(self): token = self._get_rp_credential() workspace = self._get_workspace(token) self._enable_workspace_api_keys(token, workspace, True) + time.sleep(10) connection_string = self._get_current_primary_connection_string(token) self.resume_recording() # Sleep 1 min for cache to be cleared @@ -351,8 +352,8 @@ def test_workspace_auth_connection_string_api_key(self): workspace = Workspace.from_connection_string( connection_string=connection_string, ) - jobs = workspace.list_jobs() - assert len(jobs) >= 0 + jobs_paged = workspace.list_jobs_paginated() + assert jobs_paged.next() is not None if not self.is_playback: self.pause_recording() @@ -369,6 +370,6 @@ def test_workspace_auth_connection_string_api_key(self): connection_string=connection_string, ) with self.assertRaises(Exception) as context: - workspace.list_jobs() + workspace.list_jobs_paginated().next() self.assertIn("Unauthorized", context.exception.message) diff --git a/azure-quantum/tests/unit/test_microsoft_elements_dft.py b/azure-quantum/tests/unit/test_microsoft_elements_dft.py index f04eefca7..5bf6880e6 100644 --- a/azure-quantum/tests/unit/test_microsoft_elements_dft.py +++ b/azure-quantum/tests/unit/test_microsoft_elements_dft.py @@ -16,14 +16,8 @@ class TestMicrosoftElementsDftJob(QuantumTestBase): @pytest.mark.microsoft_elements_dft def test_dft_success(self): dft_input_params = { - "tasks": [ - { - "taskType": "spe", - "basisSet": { "name": "def2-svp", "cartesian": False }, - "xcFunctional": { "name": "m06-2x", "gridLevel": 4 }, - "scf": { "method": "rks", "maxSteps": 100, "convergeThreshold": 1e-8 } - } - ] + "driver": "energy", + "model": {"method": "m06-2x", "basis": "def2-svp"}, } job = self._run_job(dft_input_params) @@ -37,14 +31,8 @@ def test_dft_success(self): @pytest.mark.microsoft_elements_dft def test_dft_failure_invalid_input(self): dft_input_params = { - "tasks": [ - { - "taskType": "invlidTask", - "basisSet": { "name": "def2-svp", "cartesian": False }, - "xcFunctional": { "name": "m06-2x", "gridLevel": 4 }, - "scf": { "method": "rks", "maxSteps": 100, "convergeThreshold": 1e-8 } - } - ] + "driver": "energy", + "model": {"method": "m06-2x", "basis": "invalidBasis"}, } job = self._run_job(dft_input_params) @@ -58,14 +46,8 @@ def test_dft_failure_invalid_input(self): @pytest.mark.microsoft_elements_dft def test_dft_failure_algorithm_produces_output(self): dft_input_params = { - "tasks": [ - { - "taskType": "spe", - "basisSet": { "name": "def2-svp", "cartesian": False }, - "xcFunctional": { "name": "m06-2x", "gridLevel": 4 }, - "scf": { "method": "rks", "maxSteps": 1, "convergeThreshold": 1e-8 } - } - ] + "driver": "energy", + "model": {"method": "m06-2x", "basis": "invalidBasis"}, } job = self._run_job(dft_input_params) @@ -82,12 +64,11 @@ def _run_job(self, input_params) -> Job: target = workspace.get_targets("microsoft.dft") dir_path = os.path.dirname(os.path.realpath(__file__)) - with open(f"{dir_path}/molecule.xyz", "r") as file: - job = target.submit(input_data=file.read(), input_params=input_params) - job.wait_until_completed(timeout_secs=DEFAULT_TIMEOUT_SECS) - job.refresh() + job = target.submit(input_data=[f"{dir_path}/molecule.xyz"], input_params=input_params) + job.wait_until_completed(timeout_secs=DEFAULT_TIMEOUT_SECS) + job.refresh() - return job + return job test_xyz_file = Path(__file__).parent / "molecule.xyz" diff --git a/azure-quantum/tests/unit/test_qiskit.py b/azure-quantum/tests/unit/test_qiskit.py index b1c5a9abf..82bec09aa 100644 --- a/azure-quantum/tests/unit/test_qiskit.py +++ b/azure-quantum/tests/unit/test_qiskit.py @@ -940,7 +940,7 @@ def test_qiskit_get_ionq_native_gateset(self): self.assertEqual("native", payload["gateset"]) # We also expect the metadata to be produced correctly for native circuits metadata = backend._prepare_job_metadata(native_circuit) - self.assertEqual(2, len(metadata["meas_map"])) + self.assertEqual(2,len(json.loads(metadata["meas_map"]))) # should also be available with the qpu target backend = provider.get_backend("ionq.qpu.aria-1", gateset="native") @@ -950,7 +950,7 @@ def test_qiskit_get_ionq_native_gateset(self): payload = json.loads(payload.decode("utf-8")) self.assertEqual("ms", payload["circuit"][0]["gate"]) metadata = backend._prepare_job_metadata(native_circuit) - self.assertEqual(2, len(metadata["meas_map"])) + self.assertEqual(2, len(json.loads(metadata["meas_map"]))) @pytest.mark.ionq @pytest.mark.live_test