![]() |
QMCPACK
|
specialization for linear grid with PBC More...
Collaboration diagram for CubicBsplineGrid< T, LINEAR_1DGRID, PBC_CONSTRAINTS >:Public Types | |
| using | point_type = typename GridTraits< T >::point_type |
| using | value_type = typename GridTraits< T >::value_type |
| using | container_type = std::vector< T > |
Public Member Functions | |
| CubicBsplineGrid () | |
| bool | getGridPoint (point_type x, int &i) |
| void | spline (point_type start, point_type end, const container_type &data, container_type &p, bool closed) |
Public Attributes | |
| int | i0 |
| int | i1 |
| int | i2 |
| int | i3 |
| point_type | GridStart |
| point_type | GridEnd |
| point_type | GridDelta |
| point_type | GridDeltaInv |
| point_type | GridDeltaInv2 |
| point_type | L |
| point_type | Linv |
| point_type | curPoint |
| point_type | tp [4] |
specialization for linear grid with PBC
Definition at line 33 of file CubicBsplineGrid.h.
| using container_type = std::vector<T> |
Definition at line 37 of file CubicBsplineGrid.h.
| using point_type = typename GridTraits<T>::point_type |
Definition at line 35 of file CubicBsplineGrid.h.
| using value_type = typename GridTraits<T>::value_type |
Definition at line 36 of file CubicBsplineGrid.h.
|
inline |
Definition at line 43 of file CubicBsplineGrid.h.
|
inline |
Definition at line 45 of file CubicBsplineGrid.h.
References qmcplusplus::floor().
|
inline |
Definition at line 63 of file CubicBsplineGrid.h.
References qmcplusplus::Units::force::N.
| point_type curPoint |
Definition at line 40 of file CubicBsplineGrid.h.
| point_type GridDelta |
Definition at line 39 of file CubicBsplineGrid.h.
| point_type GridDeltaInv |
Definition at line 39 of file CubicBsplineGrid.h.
| point_type GridDeltaInv2 |
Definition at line 39 of file CubicBsplineGrid.h.
| point_type GridEnd |
Definition at line 39 of file CubicBsplineGrid.h.
| point_type GridStart |
Definition at line 39 of file CubicBsplineGrid.h.
| int i0 |
Definition at line 38 of file CubicBsplineGrid.h.
| int i1 |
Definition at line 38 of file CubicBsplineGrid.h.
| int i2 |
Definition at line 38 of file CubicBsplineGrid.h.
| int i3 |
Definition at line 38 of file CubicBsplineGrid.h.
Definition at line 39 of file CubicBsplineGrid.h.
| point_type Linv |
Definition at line 39 of file CubicBsplineGrid.h.
| point_type tp[4] |
Definition at line 41 of file CubicBsplineGrid.h.