1#ifndef RPG_LINEAR_SWEEP_H
2#define RPG_LINEAR_SWEEP_H
11#include <rp/scft/sweep/LinearSweep.h>
12#include <rpg/system/Types.h>
13#include <rpg/scft/sweep/Sweep.h>
14#include <rpg/scft/sweep/SweepParameter.h>
20 template <
int D>
class System;
54 extern template class LinearSweep<1, Rpg::Types<1> >;
55 extern template class LinearSweep<2, Rpg::Types<2> >;
56 extern template class LinearSweep<3, Rpg::Types<3> >;
Sweep in which parameters vary linearly with sweep variable s.
Sweep in which parameters vary linearly with sweep variable s.
LinearSweep(System< D > &system)
Constructor.
Main class, representing a complete physical system.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.