The Rx gate is one of the Rotation operators. The Rx gate is a single-qubit rotation through angle (radians) around the x-axis.
The angle of rotation must be specified in radians and can be positive or negative.
version 1.0
qubits 2
H q[0] # execute Hadamard gate on qubit 0
Rx q[0],-1.12 # rotation of -1.12 radians on qubit 0