#include <iostream>
#include <fstream>
#include <math.h>
#include "Array1D.h"
#include "Array2D.h"
#include <string>
Go to the source code of this file.
Classes | |
class | QMCConfigIO |
This class is meant to handle all of the file I/O for configuration files, which can easily get up to several gigabytes for longer runs on larger molecules. More... |