Discover Packages
github.com/itsubaki/quasar
handler
qasm
package
Version:
v0.0.0-...-bbb6e1c
Opens a new window with list of versions in this module.
Published: Feb 3, 2025
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Amplitude struct {
Real float64 `json:"real"`
Imag float64 `json:"imag"`
}
type Response struct {
State []State `json:"state"`
}
type State struct {
Amplitude Amplitude `json:"amplitude"`
Probability float64 `json:"probability"`
Int int64 `json:"int"`
BinaryString string `json:"binary_string"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.