Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept objects of Symbolics.jl #57

Open
ohno opened this issue May 10, 2024 · 0 comments
Open

Accept objects of Symbolics.jl #57

ohno opened this issue May 10, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ohno
Copy link
Owner

ohno commented May 10, 2024

This issue is related to #44. Please add some if statements to escape following error:

using Symbolics
@variables r
if r < 0
end
--- output ---
TypeError: non-boolean (Num) used in boolean context

Stacktrace:
 [1] top-level scope

Goal:

using Antique
H = HydrogenAtom()
r^2 * R(H, r)^2
$$4 \left( e^{ - \left|r\right|} \right)^{2} r^{2}$$
@ohno ohno added the enhancement New feature or request label Jun 9, 2024
@ohno ohno added this to the v1.0.0 milestone Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant