Skip to content

Commit

Permalink
Remove qiskit.org links (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Feb 14, 2024
1 parent e4f0993 commit ad8893f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
First please read the overall project contributing guidelines. These are
included in the Qiskit documentation here:

https://qiskit.org/documentation/contributing_to_qiskit.html
https://github.com/Qiskit/qiskit/blob/main/CONTRIBUTING.md

## Contributing to Qiskit Cold Atom

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"source": [
"## Fermionic Gates\n",
"\n",
"Quantum gates define the unitary operations that are carried out on the system. The gate unitary $U$ can be uniquely identified by the hermitian Hamiltonian $H$ that generates the evolution of the state (see [Qiskit textbook](https://qiskit.org/textbook/ch-gates/proving-universality.html#2.2-Unitary-and-Hermitian-matrices-)) as $U = e^{-i H}$.\n",
"Quantum gates define the unitary operations that are carried out on the system. The gate unitary $U$ can be uniquely identified by the hermitian Hamiltonian $H$ that generates the evolution of the state (see [Qiskit textbook](https://github.com/Qiskit/textbook/blob/main/notebooks/ch-gates/proving-universality.ipynb)) as $U = e^{-i H}$.\n",
"The dynamics of cold atomic quantum simulators is commonly described by the Hamiltonian implemented by the system. The Qiskit Cold Atom module therefore defines fermionic gates using their generating Hamiltonians.\n",
"\n",
"As a formal language to describe fermionic Hamiltonians, we utilize the \n",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/02_spin_circuits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"source": [
"## Spin Gates\n",
"\n",
"Quantum gates define the unitary operations that are carried out on the system. The gate unitary $U$ can be uniquely identified by the hermitian Hamiltonian $H$ that generates the evolution of the state (see [Qiskit textbook](https://qiskit.org/textbook/ch-gates/proving-universality.html#2.2-Unitary-and-Hermitian-matrices-)) as $U = e^{-i H}$.\n",
"Quantum gates define the unitary operations that are carried out on the system. The gate unitary $U$ can be uniquely identified by the hermitian Hamiltonian $H$ that generates the evolution of the state (see [Qiskit textbook](https://github.com/Qiskit/textbook/blob/main/notebooks/ch-gates/proving-universality.ipynb)) as $U = e^{-i H}$.\n",
"The description of the dynamics of cold atomic quantum simulators commonly takes place on the level of the Hamiltonian which the system implements. We therefore choose a language which defines the spin gates from their generating Hamiltonians.\n",
"\n",
"As a formal language to describe Hamiltonians for spin systems, we utilize the \n",
Expand Down

0 comments on commit ad8893f

Please sign in to comment.