diff --git a/README.md b/README.md index ad33033..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 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 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. 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, )