API Reference

The API reference below is generated from docstrings in the source code.

Index

Docstrings

FewBodyVMC.OperatorsType
Operators([masses[, charges]])

Hamiltonian builder using the same particle ordering and shorthand as FewBodyECG.jl. ops += "Kinetic" adds the internal kinetic energy and ops += "Coulomb" adds every pair with coefficient q[i] * q[j].

source
FewBodyVMC.solveMethod
solve(operators, wavefunction, method::VariationalMonteCarlo; rng=MersenneTwister(123))

Sample abs2(wavefunction) and return a VMCSolution. The default RNG makes examples and tests reproducible.

source