From 5c14063737089e28dae0205f533e01e0c53ffb63 Mon Sep 17 00:00:00 2001 From: James E T Smith Date: Mon, 21 Apr 2025 17:03:03 -0400 Subject: [PATCH 1/4] Update README.md with new API request link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad33033..681ceb5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The documentation for the API can be found at our [Read the Docs site here](http ## Getting API access -Access is currently in closed Beta. Please reach out to in order to request access to our system. +Access is currently in closed Beta. Please reach out to through [this link](https://www.qognitive.io/api-request) in order to request access to our system. ## Support From 521dcab755bcf5dd3cf53b2d1a6a7606dbae2526 Mon Sep 17 00:00:00 2001 From: James E T Smith Date: Mon, 21 Apr 2025 17:05:25 -0400 Subject: [PATCH 2/4] Update index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 5e0548a..eb0ea00 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -59,6 +59,6 @@ If you are interested in learning more about the algorithm then we'd suggest you How do I get access? -------------------- -Currently to get access you should contact us at support@qognitive.io and we can provision you with an account and an API key. +Currently to get access you should contact us via `our website `_ and we can provision you with an account and an API key. From d1048877216460abf544addd21e44722a652a7a3 Mon Sep 17 00:00:00 2001 From: James E T Smith Date: Mon, 21 Apr 2025 17:25:07 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 681ceb5..0ef8d86 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The documentation for the API can be found at our [Read the Docs site here](http ## Getting API access -Access is currently in closed Beta. Please reach out to through [this link](https://www.qognitive.io/api-request) in order to request access to our system. +Access is currently in closed Beta. Please reach out through [this link](https://www.qognitive.io/api-request) in order to request access to our system. ## Support From 4a621def95e1b7a3e4c7cdfe66a96b6fb7c06c14 Mon Sep 17 00:00:00 2001 From: Francesco Vertemati Date: Tue, 22 Apr 2025 08:15:26 -0400 Subject: [PATCH 4/4] fix wrong build name; --- qcog_python_client/schema/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcog_python_client/schema/__init__.py b/qcog_python_client/schema/__init__.py index 8b4164b..eb7d065 100644 --- a/qcog_python_client/schema/__init__.py +++ b/qcog_python_client/schema/__init__.py @@ -25,7 +25,7 @@ ModelGeneralParameters, ModelPauliParameters, NPEIGHStateParameters, - OptimizationMethodModel, + OptimizationMethod, PowerIterStateParameters, TrainingStatus, )