| arpack/arch.h [code] | |
| arpack/arcomp.h [code] | |
| arpack/arpack.hpp [code] | Defines a class symmetric_eigensolver; a wrapper around the Fortran77 ARPACK library |
| arpack/arpackf.h [code] | |
| arpack/saupp.h [code] | |
| arpack/seupp.h [code] | |
| ConfigFile/ConfigFile.h [code] | Class for reading named values from configuration files |
| examples/pairing.cc | Program demonstratning basic functionality of the core functions in namespace manybody by solving the simple pair model |
| examples/radial.cc | Simple program to solve the radial equation for the two-body problem |
| examples/slater_demo.cc | Program demonstratning basic functionality of the Slater class |
| examples/tabulate.cc | Program for tabulation of interaction matrix elements |
| manybody/BitsetSlater.hpp [code] | Definition of class template BitsetSlater<int N>; a Slater determinant based on the std::bitset<N> class |
| manybody/CSF.hpp [code] | Declaration of various classes and functions for compuation of configurational state functions (CSFs) |
| manybody/gauss_tools.hpp [code] | Tools for Gaussian quadrature and orthogonal polynomials |
| manybody/linalg.hpp [code] | Typedefs and inclusions for dense linear algebra |
| manybody/main_page.hpp [code] | |
| manybody/MatrixMachine.hpp [code] | Implementation of class template MatrixMachine |
| manybody/NChooseK.hpp [code] | NChooseK is a class for computing subsets of K elements out of N |
| manybody/NChooseKBitset.hpp [code] | NChooseKBitset is a class for computing subsets of K elements out of N, using a bitset to represent a subset. A set bit represents the presence of an element in the set. The class interface is somewhat sloppy, and *should* be tightened |
| manybody/simple_linalg.hpp [code] | |
| manybody/simple_matrix.hpp [code] | |
| manybody/simple_vector.hpp [code] | |
| manybody/Slater.hpp [code] | Some typedefs and definitions |
| manybody/sparse.hpp [code] | This is a simple implementation of two very simple sparse matrix class templates. There is little bounds-checking and so on |
| manybody/timer.hpp [code] | Simple class to time actions |
| manybody/tools.hpp [code] | Some mathematical and other tools |
| qdot/qdot.cc | Program to find eigenvalues and eigenvectors of 2D parabolic quantum dots |
| quantumdot/QdotFci.hpp [code] | Defines a class QdotFci that sews together all concepts to create a FCI solver for the quantum dot system in two dimensions |
| quantumdot/QdotHilbertSpace.hpp [code] | Hilbert space and single particle spaces for the quantum dot system |
| quantumdot/QdotInteraction.hpp [code] | Class definition of quantum dot interaction matrix elements, plus various helper functions related to this |
| quantumdot/QdotMatrixElements.hpp [code] | Class definition of MatrixElements: matrix elements for 2D quantum dots |
| quantumdot/RadialPotential.hpp [code] | |