Examples
This page is the visible examples entry point for GaussletBases.jl.
The package has many runnable examples, but the useful way to approach them is as a small curated sequence rather than as a raw directory listing.
From the repository root, each example runs as:
julia --project=. examples/NAME.jlStart with these
If you are new to the package, begin with:
01_first_gausslet.jl02_radial_basis.jl03_radial_operators.jl04_hydrogen_ground_state.jl
That sequence is still the clearest public entry path.
Then choose a branch
For the mature radial and atomic line, continue with:
15_atomic_hydrogen_ylm.jl16_atomic_ida_ingredients.jl19_atomic_ida_direct.jl20_atomic_ida_exchange.jl21_atomic_ida_fock.jl22_atomic_ida_uhf.jl
For the newer ordinary Cartesian line, continue with:
23_cartesian_hydrogen_coulomb_expansion.jl24_mapped_cartesian_hydrogen.jl25_mapped_cartesian_hydrogen_backends.jl33_ordinary_cartesian_1s2_vee.jl29_hybrid_mapped_cartesian_hydrogen.jl34_hybrid_cartesian_1s2_vee.jl35_hybrid_cartesian_residual_vee.jl36_hybrid_cartesian_legacy_he_s_vee.jl37_hybrid_cartesian_mwg_vee.jl38_qiu_white_reference_vee.jl30_ordinary_sho_spectra.jl
38_qiu_white_reference_vee.jl is a slow reference example. Its nearest/GGT path is the default public run; the MWG branch remains opt-in and experimental.
Full curated guide
For the full grouped running guide, use the Example guide.
For the advanced contraction, hierarchy, and prototype examples, use that full guide rather than this shorter landing page.
For the workflow pages that explain these examples, also see:
For the lightweight point-cloud and path viewers used to inspect emitted 2D/3D geometry datasets, also see Visualization utilities.