#include "BlochSphere.h" BlochSphere::BlochSphere(const Qubit& state) : mState(state) { } const Qubit& BlochSphere::getState() const { return mState; }