Introduction
Guides
API Reference
bqskit.qis
bqskit.runtime
Computes the softmax of vector x.
x (float64) – Input vector to softmax.
float64
beta (int) – Beta coefficient to scale steepness of softmax.
int
Output vector of softmax.