pub type IntegrationWeights<const G: usize, U> = TensorList<Quantity<U>, G>;
pub struct IntegrationWeights<const G: usize, U>(/* private fields */);