1#ifndef PRDC_PARAM_ID_CONVERSIONS_H
2#define PRDC_PARAM_ID_CONVERSIONS_H
66 int convertFullParamIdToReduced<1>(
const int fullId,
70 int convertFullParamIdToReduced<2>(
const int fullId,
74 int convertFullParamIdToReduced<3>(
const int fullId,
78 int convertReducedParamIdToFull<1>(
const int reducedId,
82 int convertReducedParamIdToFull<2>(
const int reducedId,
86 int convertReducedParamIdToFull<3>(
const int reducedId,
Base template for UnitCell<D> classes, D=1, 2 or 3.
int convertReducedParamIdToFull(const int reducedId, const typename UnitCell< D >::LatticeSystem lattice)
Convert reduced lattice parameter index to a full index.
int convertFullParamIdToReduced(const int fullId, const typename UnitCell< D >::LatticeSystem lattice)
Convert full lattice parameter index to a reduced index.
PSCF package top-level namespace.