Skip to content

Commit

Permalink
docs: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 3, 2024
1 parent 059d6b6 commit 14ee580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/explanations/qiskit-gate-decompositions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"# Initialize random number generator\n",
"rng = np.random.default_rng(1234)\n",
"\n",
"# Create some random objects\n",
"# Generate some random data\n",
"orbital_rotation = ffsim.random.random_unitary(norb, seed=rng)\n",
"diag_coulomb_mat = ffsim.random.random_real_symmetric_matrix(norb, seed=rng)\n",
"\n",
Expand Down

0 comments on commit 14ee580

Please sign in to comment.