PSCF v1.3
hasVariableAngle.h
1#ifndef PRDC_HAS_VARIABLE_ANGLE_H
2#define PRDC_HAS_VARIABLE_ANGLE_H
3
4#include <prdc/crystal/UnitCell.h>
5
6/*
7* PSCF - Polymer Self-Consistent Field
8*
9* Copyright 2015 - 2025, The Regents of the University of Minnesota
10* Distributed under the terms of the GNU General Public License.
11*/
12
13namespace Pscf {
14namespace Prdc {
15
25 template <int D>
27
28 // Explicit specializations
29
30 template <>
32
33 template <>
35
36 template <>
38
39}
40}
41#endif
Base template for UnitCell<D> classes, D=1, 2 or 3.
Definition UnitCell.h:56
Periodic fields and crystallography.
Definition CField.cpp:11
bool hasVariableAngle(typename UnitCell< D >::LatticeSystem lattice)
Return true if lattice type has variable angle parameters.
PSCF package top-level namespace.
Definition param_pc.dox:1