automator.bcolors | |
Blocker | |
Config | |
DensityPlotter | |
DiffusionMonteCarlo | Implements the diffusion Monte Carlo algorithm |
DiffusionWalker | A walker which implements the diffusion Monte Carlo algorithm |
EvolutionaryMonteCarlo | A tested approach to an evolutionary diffusion Monte Carlo algorithm. Doesn't work. Yet |
EvolutionaryWalker | Not used. See EvolutionaryMonteCarlo |
Evolver | Class that performs a genetic algorithm |
FunctionEvolver | |
GeneticMinimizer | An evolutionary approach to minimizing the energy by selection of the parameters |
Hamiltonian | Superclass that defines the functions needed for a Hamiltonian class |
HamiltonianIdeal | The Hamiltonian used in the project |
HamiltonianSimple | A simple Hamiltonian used during development and to test HamiltonianIdeal |
Hermite | |
INIParser | |
INIReader | |
Jastrow | Defines the Jastrow factor in the wave function |
MainApplication | |
MainWindow | |
MetropolisHastingsMonteCarlo | Implements the Metropolis Hastings algortihm |
Minimizer | |
MonteCarlo | The Monte Carlo superclass defining expected values from a Monte Carlo class |
OneRun | Runs a variational Monte Carlo run with a given MonteCarlo class for a set of parameters |
Orbital | Contains the single particle wave function |
Slater | Handles the single particle wave functions in a matrix |
StandardMinimizer | Scans the parametric space and saves the energies to file for plotting |
StandardMonteCarlo | Implements the brute force Monte Carlo algorithm |
StepConfig | |
VmcTests | |
Walker | A general class that defines a Monte Carlo walker |
WaveFunction | Superclass that defines a wave function |
WaveIdeal | Used for the two-particle case with interaction |
WaveSimple | Used for the two particle case without interaction |
WaveSlater | Used for the many-body case with interaction |