MADNESS
version 0.9
|
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <ctype.h>
#include <cmath>
#include <madness/misc/misc.h>
Go to the source code of this file.
Classes | |
struct | AtomicData |
class | Atom |
Abstract Atom class. More... | |
class | MolecularEntity |
Macros | |
#define | MENTITY_H_ |
Functions | |
const AtomicData & | get_atomic_data (unsigned int atn) |
unsigned int | symbol_to_atomic_number (const std::string &symbol) |
std::ostream & | operator<< (std::ostream &s, const Atom &atom) |
#define MENTITY_H_ |
const AtomicData& get_atomic_data | ( | unsigned int | atn | ) |
std::ostream& operator<< | ( | std::ostream & | s, |
const Atom & | atom | ||
) |
unsigned int symbol_to_atomic_number | ( | const std::string & | symbol | ) |