Skip to content

Update Antique.jl 0.15 API usage - #19

Merged
ohno merged 2 commits into
mainfrom
codex/update-antique-tests
Aug 10, 2026
Merged

Update Antique.jl 0.15 API usage#19
ohno merged 2 commits into
mainfrom
codex/update-antique-tests

Conversation

@ohno

@ohno ohno commented Aug 10, 2026

Copy link
Copy Markdown
Member

Summary

  • update HydrogenAtom and SphericalOscillator keyword arguments to the ASCII names used by Antique.jl 0.15
  • replace Antique.E with Antique.energy
  • replace Antique.ψ with Antique.wavefunction
  • update the same API usage in executable documentation examples

Root cause

Antique.jl 0.15 renamed its public functions and model fields, so the tests and documentation examples no longer compile against the latest release.

Impact

The numerical expectations and tolerances are unchanged. Tests and documentation now use the supported Antique.jl API, allowing the documentation examples to generate their assets successfully.

Validation

  • git diff --check passed
  • Julia 1.7 tests passed
  • Julia 1.10 tests passed
  • Documentation build passed
  • compared all updated calls with Antique.jl 0.15.0 source and documentation

Agents

This change was assisted by OpenAI Codex GPT-5.6-high:

  • creating a Git branch
  • updating Antique.jl API usage in tests and documentation
  • validating the changes with GitHub Actions
  • preparing the pull request

Close #18

@ohno ohno changed the title Update tests for Antique.jl 0.15 API Update Antique.jl 0.15 API usage Aug 10, 2026

@ohno ohno left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, GPT-5.6! 👍

@ohno
ohno marked this pull request as ready for review August 10, 2026 02:49
@ohno
ohno merged commit 466429f into main Aug 10, 2026
3 checks passed
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.

Update tests using Antique.jl

1 participant