{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "qe": "https://quantumai.google/cirq/google/concepts#", "qstd": "https://www.openquantum.community/vocabulary#", "name": "schema:name", "description": "schema:description", "createTime": {"@id": "schema:dateCreated", "@type": "schema:DateTime"}, "updateTime": {"@id": "schema:dateModified", "@type": "schema:DateTime"}, "QuantumProgram": "qe:Program", "QuantumJob": "qe:Job", "QuantumProcessor": "qe:Processor", "QuantumCalibration": "qe:Calibration", "QuantumReservation": "qe:Reservation", "QuantumResult": "qe:Result", "executionStatus": "qe:executionStatus", "state": "qe:state", "processorName": "qe:processorName", "scheduling_config": "qe:schedulingConfig", "processor_selector": "qe:processorSelector", "processor_names": "qe:processorNames", "priority": "qe:priority", "run_context": "qe:runContext", "code": "qe:code", "labels": "qe:labels", "labelFingerprint": "qe:labelFingerprint", "health": "qe:health", "supportedDeviceTypes": "qe:supportedDeviceTypes", "deviceSpec": "qe:deviceSpec", "data": "qe:metrics", "timestamp": {"@id": "schema:dateCreated", "@type": "schema:DateTime"}, "startTime": {"@id": "schema:startTime", "@type": "schema:DateTime"}, "endTime": {"@id": "schema:endTime", "@type": "schema:DateTime"}, "whitelistedUsers": "qe:whitelistedUsers", "grantedDuration": "qe:grantedDuration", "consumedDuration": "qe:consumedDuration", "slotType": "qe:slotType" } }