PSCF v1.2
Debye.h
1#ifndef PSCF_DEBYE_H
2#define PSCF_DEBYE_H
3
4/*
5* PSCF - Polymer Self-Consistent Field Theory
6*
7* Copyright 2016 - 2025, The Regents of the University of Minnesota
8* Distributed under the terms of the GNU General Public License.
9*/
10
11namespace Pscf {
12
18namespace Debye {
19
42 double d(double ksq, double length, double kuhn);
43
63 double e(double ksq, double length, double kuhn);
64
65} // namespace Debye
66} // namespace Pscf
67#endif
double d(double ksq, double length, double kuhn)
Compute and return a homopolymer correlation function.
Definition Debye.cpp:17
double e(double ksq, double length, double kuhn)
Compute and return one-sided correlation factor for one block.
Definition Debye.cpp:32
PSCF package top-level namespace.
Definition param_pc.dox:1