Qiskit / qiskit-tutorials

A collection of Jupyter notebooks showing how to use the Qiskit SDK
Apache License 2.0
2.3k stars 1.29k forks source link

Incorrect Notation for two entangled qubits #1359

Closed purduequaic closed 1 year ago

purduequaic commented 1 year ago

Informations

In https://github.com/Qiskit/qiskit-tutorials/blob/master/tutorials/simulators/1_aer_provider.ipynb

What is the current behavior?

In https://github.com/Qiskit/qiskit-tutorials/blob/master/tutorials/simulators/1_aer_provider.ipynb,
Simulating a quantum circuit, | Psi> = 1/2(|0, 0> + |1, 1>

Steps to reproduce the problem

  1. Replace 1/2 by 1/sqrt(2) -- will be Math operator for sqrt
  2. get rids of two commas.

What is the expected behavior?

1/sqrt(2) instead 1/2 no commas.

Suggested solutions

  1. Replace 1/2 by 1/sqrt(2) -- will be Math operator for sqrt
  2. get rids of two commas.
Raghav-Bell commented 1 year ago

This issue has been resolved as per PR #1375. Please close this issue.