MCPcopy
hub / github.com/Qiskit/qiskit / array

Method array

qiskit/primitives/containers/bit_array.py:162–164  ·  view source on GitHub ↗

The raw NumPy array of data.

(self)

Source from the content-addressed store, hash-verified

160
161 @property
162 def array(self) -> NDArray[np.uint8]:
163 """The raw NumPy array of data."""
164 return self._array
165
166 @property
167 def num_bits(self) -> int:

Callers 15

_add_unitaryMethod · 0.80
_set_run_optionsMethod · 0.80
generate_facecolorsFunction · 0.80
_shade_colorsFunction · 0.80
_plot_dataFunction · 0.80
add_pointsMethod · 0.80
plot_vectorsMethod · 0.80
plot_pointsMethod · 0.80
_normalizeFunction · 0.80
_axisangle_to_qMethod · 0.80
get_conjugateMethod · 0.80

Calls

no outgoing calls