Skip to content

Latest commit

 

History

History
66 lines (62 loc) · 2.78 KB

File metadata and controls

66 lines (62 loc) · 2.78 KB
NameAboutLabelsAssignees
Bug reportReport a problem with qsim or this project

Thank you for taking the time to open an issue report. Before
continuing, it's worth searching through the existing issues in this
repository
in
case the same topic has already been reported.

Please explain clearly and in detail what the issue is. What were you trying to do? What happened? What was unexpected about what happened?

Explain in a step-by-step fashion what someone else will need to do in order to reproduce the issue. If possible, include literal examples of commands or code using Markdown fenced code blocks. For long output, paste the text into collapsed sections or attach text files.

For qsim software problems, we need to know the exact version you are
using. If you are using the Python package and are running within a
terminal emulator, then typing the following command in the shell will
print the version number:
       
python3 -c 'import qsimcirq; print(qsimcirq.__version__)'

If you are using a Google Colab or Jupyter notebook environment,
then running the following command in a notebook cell will print
the version number:
       
import qsimcirq; print(qsimcirq.__version__)

Please tell us if you are using Linux, macOS, Windows, Google Colab, or something else, and its version.