Skip to content

Add finite-difference result type - #62

Draft
ohno wants to merge 1 commit into
mainfrom
codex/issue-3-fdm-result
Draft

Add finite-difference result type#62
ohno wants to merge 1 commit into
mainfrom
codex/issue-3-fdm-result

Conversation

@ohno

@ohno ohno commented Aug 14, 2026

Copy link
Copy Markdown
Member

Summary

  • add ResultFiniteDifferenceMethod for both FDM solve paths
  • preserve property access for energies, matrices, coefficients, and wavefunctions
  • move the existing solver report into the result's string and show methods
  • document and test full, compact, and trial-wavefunction results

Impact

FDM calculations now return a named result type without changing the existing result.E-style interface.

Validation

  • Pkg.test() — 559/559 tests passed
  • complete Documenter build passed
  • no method ambiguities detected
  • git diff --check

Closes #3


This pull request was developed with assistance from Codex using GPT-5.6 Sol with High reasoning effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add struct for calculation results

1 participant