PSCF v1.1
SymmetryGroup.cpp
1/*
2* Simpatico - Simulation Package for Polymeric and Molecular Liquids
3*
4* Copyright 2016 - 2022, The Regents of the University of Minnesota
5* Distributed under the terms of the GNU General Public License.
6*/
7
8#include <pscf/crystal/SymmetryGroup.tpp>
9#include <pscf/crystal/SpaceSymmetry.tpp>
10
11namespace Pscf
12{
13
14 template class SymmetryGroup< SpaceSymmetry<1> >;
15 template class SymmetryGroup< SpaceSymmetry<2> >;
16 template class SymmetryGroup< SpaceSymmetry<3> >;
17
18}
C++ namespace for polymer self-consistent field theory (PSCF).