Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to qiskit.org #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
First read the overall project contributing guidelines. These are all
included in the qiskit documentation:

https://qiskit.org/documentation/contributing_to_qiskit.html
https://github.com/Qiskit/qiskit/blob/main/CONTRIBUTING.md

## Contributing to ibmq-schemas

Expand Down
2 changes: 1 addition & 1 deletion schemas/backend_configuration_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/backend_config_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/backend_configuration_schema.json",
"description": "Qiskit device backend configuration",
"version": "1.6.0",
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/backend_properties_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/backend_props_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/backend_properties_schema.json",
"description": "OpenQuantum backend properties schema",
"version": "1.0.0",
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/backend_status_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/backendstatus_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/backend_status_schema.json",
"description": "OpenQuantum backend status schema",
"version": "1.0.0",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schemas/default_pulse_configuration_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/default_pulse_config_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/default_pulse_configuration_schema.json",
"description": "Default OpenPulse backend configuration",
"version": "1.0.0",
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/estimator_result_v2_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/estimator_result_v2_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/estimator_result_v2_schema.json",
"title": "EstimatorV2 result",
"description": "The result for an EstimatorV2 API call",
"version": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion schemas/estimator_v2_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/estimator_v2_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/estimator_v2_schema.json",
"title": "EstimatorV2 input",
"description": "The input for an EstimatorV2 API call",
"version": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion schemas/ibmq_device_qobj_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/ibm_backend_device_qobj_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/ibmq_device_qobj_schema.json",
"description": "OpenQuantum quantum object data structure for running experiments. IBM Backend specific instructions for experimental devices. Must also validate against qobj_schema.json",
"version": "1.0.0",
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/ibmq_simulator_qobj_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/ibm_backend_simulator_qobj_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/ibmq_simulator_qobj_schema.json",
"description": "OpenQuantum quantum object data structure for running experiments. IBM Backend specific instructions for simulators. Must also validate against qobj_schema.json",
"version": "1.0.0",
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/job_status_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/job_status_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/job_status_schema.json",
"description": "OpenQuantum job status schema",
"version": "1.0.0",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schemas/qobj_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/qobj_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/qobj_schema.json",
"description": "OpenQuantum quantum object data structure for running experiments",
"version": "1.6.0",
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/result_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/result_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/result_schema.json",
"title": "qobj results",
"description": "The results of executing a qobj",
"version": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion schemas/sampler_result_v2_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/sampler_result_v2_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/sampler_result_v2_schema.json",
"title": "EstimatorV2 result",
"description": "The result for an SamplerV2 API call",
"version": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion schemas/sampler_v2_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.qiskit.org/schemas/sampler_v2_schema.json",
"id": "https://raw.githubusercontent.com/Qiskit/ibm-quantum-schemas/refs/heads/main/schemas/sampler_v2_schema.json",
"title": "SamplerV2 input",
"description": "The input for an SamplerV2 API call",
"version": "1.0.0",
Expand Down
Loading