Skip to content

Commit

Permalink
Try fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
a-corni committed Jan 30, 2025
1 parent a656739 commit 3b93cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/hardware.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
"source": [
"The `Channel` is going to determine the computational basis used in the driving Hamiltonian, and what is the Hamiltonian each atom sees:\n",
"\n",
"- The type of the `Channel` defines the [states](conventions.md#bases) that can be addressed by the [driving Hamiltonian](programming.md#driving-hamiltonian) if this channel is picked. All the child classes of `Channel` can be found [here](./apidoc/core.rst#available-channels).\n",
"- The type of the `Channel` defines the [states](conventions.md#bases) that can be addressed by the [driving Hamiltonian](programming.md#driving-hamiltonian) if this channel is picked. All the child classes of `Channel` can be found [here](./apidoc/core.rst#module-pulser.channels.channels).\n",
"- The addressing of the `Channel` determines what atoms experience the driving Hamiltonian. In general, physical `Channels` have a `Global` addressability, which means that a Pulse added to this channel will implement the same driving Hamiltonian on all the atoms.\n",
"\n",
"The `Channel` also set constraints on the next stage of your quantum program, the addition of Pulses:\n",
Expand Down

0 comments on commit 3b93cd5

Please sign in to comment.