Template Function Pennylane::Util::squaredNorm(const T *, std::size_t)¶
Defined in File Util.hpp
Function Documentation¶
-
template<class T>
auto Pennylane::Util::squaredNorm(const T *data, std::size_t data_size) -> remove_complex_t<T>¶ Compute the squared norm of a real/complex vector ∑k|vk|2
- Parameters
data – Data pointer
data_size – Size of the data