#include <Kspace.h>
Definition at line 27 of file Kspace.h.
◆ Kvector() [1/2]
Constructor.
Definition at line 26 of file Kspace.cpp.
29{
30}
Vec3D k
A single k-vector (as Vec3D).
double coeff
Precomputed coefficient for Ewald summation.
double knorm2
Square of norm of k-vector.
Vector in 3 dimensional real space.
◆ Kvector() [2/2]
Kvector::Kvector |
( |
Vec3D |
v | ) |
|
Constructor with Vec3D.
Definition at line 32 of file Kspace.cpp.
35{
36}
double norm() const
Calculate norm of vector.
◆ knorm2
double nnp::Kvector::knorm2 |
Square of norm of k-vector.
Definition at line 33 of file Kspace.h.
◆ coeff
double nnp::Kvector::coeff |
Precomputed coefficient for Ewald summation.
Definition at line 35 of file Kspace.h.
The documentation for this class was generated from the following files:
- /home/runner/work/n2p2/n2p2/src/libnnp/Kspace.h
- /home/runner/work/n2p2/n2p2/src/libnnp/Kspace.cpp