MADNESS
0.10.1
|
#include <madness/mra/mra.h>
#include "NWChem.h"
#include <cstdint>
#include <fstream>
#include <list>
#include <map>
#include <iostream>
#include <regex>
#include <stdexcept>
#include "gaussian.h"
Classes | |
struct | slymer::BasisShell |
Store information on a shell of basis functions as it's being read. More... | |
Namespaces | |
slymer | |
Functions | |
static std::ostream & | slymer::operator<< (std::ostream &out, const BasisShell &bs) |
template<typename T > | |
static T | slymer::read_endian (std::istream &in, const bool swap) |
Read bytes from a binary file into the specified type. More... | |