-
Notifications
You must be signed in to change notification settings - Fork 160
Documentation for Randomized Benchmarking #345
Conversation
8253ae7
to
4069cc9
Compare
4069cc9
to
380d60c
Compare
I mainly handled the function |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
1cdde37
to
1dd957c
Compare
length_multiplier: An array that scales each RB sequence by | ||
the multiplier. | ||
|
||
For example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having these code examples in the args documentation makes it very difficult to read.
I think all these kind of detailed descriptions and examples should be included in the general function documentation and the Args:
and Returns:
documentation should just be a shorter deescription.
Args:
arg: short description or arg.
Returns:
short description of return.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I moved most of the examples to the Example section at the end of the doc.
I only left a few small examples inside the args.
I followed the documentation of:
https://qiskit.org/documentation/_modules/qiskit/circuit/quantumcircuit.html#QuantumCircuit
Summary
Documentation for Randomized Benchmarking
Details and comments