Skip to content

Commit d3070ad

Browse files
cr comments
1 parent f7e1377 commit d3070ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algorithms/hamiltonian_simulation/hamiltonian_simulation_guide/hamiltonian_simulation_guide_qdrift.qmod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// The accuracy of the simulation is controlled by the total number of
1010
// samples applied during the evolution.
1111

12-
// The Hamiltonian to be evolved
12+
// The Hamiltonian to be evolved - 0.3*ZZ + 0.7*XI + 0.2*IX
1313
hamiltonian: SparsePauliOp = SparsePauliOp {
1414
terms=[
1515
SparsePauliTerm {

algorithms/hamiltonian_simulation/hamiltonian_simulation_guide/hamiltonian_simulation_guide_trotter.qmod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// The ST approximation is characterized by the product-formula order and the number
77
// of repetitions (Trotter steps).
88

9-
// The Hamiltonian to be evolved
9+
// The Hamiltonian to be evolved - 0.3*ZZ + 0.7*XI + 0.2*IX
1010
hamiltonian: SparsePauliOp = SparsePauliOp {
1111
terms=[
1212
SparsePauliTerm {

0 commit comments

Comments
 (0)