#include <Kspace.h>
|
Vec3D | k |
| A single k-vector (as Vec3D).
|
|
double | knorm2 |
| Square of norm of k-vector.
|
|
double | coeff |
| Precomputed coefficient for Ewald summation.
|
|
Definition at line 34 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.
References coeff, k, and knorm2.
◆ 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.
References coeff, k, and knorm2.
◆ knorm2
double nnp::Kvector::knorm2 |
◆ coeff
double nnp::Kvector::coeff |
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