Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish adding examples to QuantumCircuit page #13671

Open
abbycross opened this issue Jan 15, 2025 · 0 comments
Open

Finish adding examples to QuantumCircuit page #13671

abbycross opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
documentation Something is not clear or an error documentation

Comments

@abbycross
Copy link
Collaborator

Continuation of #13300

Still to do:

  • num_captured_vars
  • num_declared_vars
  • num_input_vars
  • num_parameters
  • num_qubits
  • num_vars
  • init
  • copy
  • copy_empty_like
  • from_instructions
  • from_qasm_file
  • from_qasm_str
  • add_bits
  • add_register
  • add_var
  • add_input
  • add_uninitialized_var
  • add_capture
  • has_register
  • has_parameter
  • has_var
  • iter_vars
  • iter_input_vars
  • iter_input_vars
  • iter_declared_vars
  • append
  • _append
  • tensor
  • barrier
  • ccx
  • ccz
  • ch
  • cp
  • crx
  • cry
  • crz
  • cs
  • csdg
  • cswap
  • csx
  • cu
  • cx
  • cy
  • cz
  • dcx
  • delay
  • ecr
  • h
  • id
  • iswap
  • mcp
  • mcrx
  • mcry
  • mcrz
  • mcx
  • ms
  • p
  • pauli
  • r
  • rcccx
  • rccx
  • reset
  • rv
  • rx
  • rxx
  • ry
  • ryy
  • rz
  • rzx
  • rzz
  • s
  • sdg
  • store
  • swap
  • sx
  • sxdg
  • t
  • tdg
  • u
  • x
  • y
  • z
  • break_loop
  • continue_loop
  • to_instruction
  • to_gate
  • measure_active
  • measure_all
  • clear
  • remove_final_measurements
  • count_ops
  • get_instructions
  • num_connected_components
  • num_nonlocal_gates
  • num_tensor_factors
  • num_unitary_factors
  • size
  • width
  • qubit_duration
  • qubit_start_time
  • qubit_stop_time
  • control
  • power
  • repeat
  • decompose
@abbycross abbycross added the documentation Something is not clear or an error documentation label Jan 15, 2025
@abbycross abbycross self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Something is not clear or an error documentation
Projects
Status: No status
Development

No branches or pull requests

1 participant