amazon-braket / amazon-braket-examples

Example notebooks that show how to apply quantum computing with Amazon Braket.
https://aws.amazon.com/braket/
Apache License 2.0
464 stars 224 forks source link

The link to AllSinglesDoubles is broken #237

Closed sita158 closed 1 year ago

sita158 commented 1 year ago

Describe the bug The link to the AllSinglesDoubles Pennylane documentation in the "Defining an ansatz circuit" section of the amazon-braket-examples/examples/pennylane/3_Hydrogen_Molecule_geometry_with_VQE/ notebook is broken. It should point to: https://docs.pennylane.ai/en/stable/code/api/pennylane.AllSinglesDoubles.html

To Reproduce Steps to reproduce the behavior:

  1. Go to amazon-braket-examples/examples/pennylane/3_Hydrogen_Molecule_geometry_with_VQE/
  2. Scroll down to 'Defining an ansatz circuit section'
  3. Click 'AllSinglesDoubles' link
  4. See error

Expected behavior Open Pennylane documentation on the AllSinglesDoubles ansatz: https://docs.pennylane.ai/en/stable/code/api/pennylane.AllSinglesDoubles.html

ajberdy commented 1 year ago

Thank you for raising this issue! I've created a PR to fix the link and will have it merged shortly