#include <string>
#include "QMCCorrelationFunction.h"
#include "ZeroCorrelationFunction.h"
#include "PadeCorrelationFunction.h"
#include "FixedCuspPadeCorrelationFunction.h"
#include "JuliusCorrelationFunction.h"
Go to the source code of this file.
Classes | |
class | QMCCorrelationFunctionFactory |
Object factory which returns the correct QMCCorrelationFunction when a string keyword describing the correlation function is provided. More... |