You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation https://docs.pennylane.ai/projects/ionq/en/latest/index.html the variable name for the api key is IONQ_API_KEY but this wont work.
The variable name in the config.toml file should be api_key = "YOUR-IONQ-KEY". I tested it and it works 😉
[main]
# global settings
[ionq.global]
# Global option for the IonQ pluginapi_key = "ABCD1234_YOUR_KEY"
The text was updated successfully, but these errors were encountered:
Interesting find! It turns out however that if create an environment variable IONQ_API_KEY with your API key, then it still works as expected. I guess the documentation should be changed a little bit :)
In the documentation https://docs.pennylane.ai/projects/ionq/en/latest/index.html the variable name for the api key is
IONQ_API_KEY
but this wont work.The variable name in the
config.toml
file should beapi_key = "YOUR-IONQ-KEY"
. I tested it and it works 😉The text was updated successfully, but these errors were encountered: