quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.28k stars 1.02k forks source link

cirq homepage (?) returning 404s #6486

Closed natestemen closed 8 months ago

natestemen commented 8 months ago

Description of the issue

https://quantumai.google/cirq is currently returning a 404.

How to reproduce the issue

  1. Visit https://quantumai.google/cirq/start/start
  2. Click "Cirq" in the top left portion of the screen (see below)
  3. Get redirected for https://quantumai.google/cirq/ which returns a 404.
screenshot of cirq docs with location to click circled

The wayback machine has a copy of this page from ~1 month ago: https://web.archive.org/web/20240130102308/https://quantumai.google/cirq. If this is intended, and the page is being phased out, what is the new URL we should use to point to Cirq's homepage?

smburdick commented 8 months ago

It's working for me now.

NoureldinYosri commented 8 months ago

hi, thanks for reporting this. there were somechanges that brought the website down, but it should be backup now. if you still get 404 please checkagain after clearing your browser's cache or using a different browser.

natestemen commented 8 months ago

Looks good now. Thanks for the update!

FYI there is an extra indentation of the first line of the code on https://quantumai.google/cirq/.

Screenshot 2024-03-07 at 1 17 28 PM

Potentially coming from the extra newline here? https://github.com/quantumlib/Cirq/blob/45138921be805a361ad604c728ba8584fa4113aa/README.rst?plain=1#L44-L46