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

Adding Rigid Rotor model #38

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Adding Rigid Rotor model #38

merged 2 commits into from
Apr 5, 2024

Conversation

ajarifi
Copy link
Collaborator

@ajarifi ajarifi commented Apr 4, 2024

I add a 3D rigid rotor model #8 . I hope it is enough for the paper.
Of course, it is very simple and I do not add many things.

By the way, I had a problem when running include("./developer/docs.jl").
the error message is given below.
Other than that, I think there is no problem.

ERROR: LoadError: ArgumentError: Package SparseArrays does not have SuiteSparse_jll in its dependencies:

  • You may have a partially installed environment. Try Pkg.instantiate()
    to ensure all packages in the environment are installed.
  • Or, if you have SparseArrays checked out for development and have
    added SuiteSparse_jll as a dependency but haven't updated your primary
    environment's manifest file, try Pkg.resolve().
  • Otherwise you may need to report an issue with SparseArrays

@ajarifi ajarifi requested a review from ohno April 4, 2024 07:38
@ohno ohno merged commit 152a3be into ohno:main Apr 5, 2024
1 of 2 checks passed
@ohno
Copy link
Owner

ohno commented Apr 5, 2024

The number of arguments was wrong. 9521c15

- Antique.ψ(::RigidRotor, ::Any, ::Any, ::Any)
+ Antique.ψ(::RigidRotor, ::Any, ::Any)

@ohno
Copy link
Owner

ohno commented Apr 5, 2024

I updated developer tools. 54fde9a

Please uncomment some lines in docs.jl. We can run Pkg.instantiate() and Pkg.resolve().

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.

2 participants