|
535 | 535 | "Here we see that the ``Symbol`` is used in two gates, and then the resolver provides this value at run time.\n",
|
536 | 536 | "\n",
|
537 | 537 | "Parameterized values are most useful in defining what we call a\n",
|
538 |
| - "``Study``. A ``Study`` is a collection of trials, where each\n", |
539 |
| - "trial is a run with a particular set of configurations and which\n", |
540 |
| - "may be run repeatedly. \n", |
| 538 | + "``sweep``. A ``sweep`` is a sequence of trials, where each\n", |
| 539 | + "trial is a run with a particular set of parameter values.\n", |
541 | 540 | "\n",
|
542 |
| - "Running a `Study` returns one\n", |
543 |
| - "``TrialContext`` and ``Result`` per set of fixed parameter\n", |
544 |
| - "values and repetitions (which are reported as the ``repetition_id``\n", |
545 |
| - "in the ``TrialContext`` object). \n", |
| 541 | + "Running a ``sweep`` returns a ``Result`` for each set of fixed parameter values and repetitions. \n", |
546 | 542 | "\n",
|
547 | 543 | "For instance:"
|
548 | 544 | ]
|
|
585 | 581 | "id": "5ca5f417ca71"
|
586 | 582 | },
|
587 | 583 | "source": [
|
588 |
| - "Above we see that different repetitions for the case that the\n", |
589 |
| - "qubit has been rotated into a superposition over computational\n", |
590 |
| - "basis states yield different measurement results per run.\n", |
591 |
| - "\n", |
592 |
| - "Also note that we now see the use of the ``TrialContext`` returned\n", |
593 |
| - "as the first tuple from ``run``: it contains the ``param_dict``\n", |
594 |
| - "describing what values were actually used in resolving the ``Symbol`` objects." |
| 584 | + "Above we see that assigning different values to gate parameters yields\n", |
| 585 | + "different results for each trial in the sweep, and that each trial is repeated\n", |
| 586 | + "``repetitions`` times." |
595 | 587 | ]
|
596 | 588 | },
|
597 | 589 | {
|
|
0 commit comments