Skip to content

Simplify Hamiltonian.jl #15

@ohno

Description

@ohno

e.g.:

struct Laplacian
  coefficient::Real = 1
end

Base.@kwdef struct Linear <: Potential
  coefficient::Real = 1
end

struct Coulomb <: Potential
  coefficient::Real = 1
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions