QuantumCollocation.jl
QuantumCollocation.jl copied to clipboard
[Bug]: Interpolations name collision with exported linear_interpolation
What happened?
Name collision with Interpolations.jl inside trajectory_initialization.jl at linear_interpolation, and we likely want to re-organize to use trajectory_interpolations.jl for interpolations.
export linear_interpolation
export unitary_linear_interpolation
Version
stable release
What does this bug affect?
- [ ] quantum system construction
- [x] problem setup
- [ ] problem solution
- [ ] problem performance
- [ ] solution analysis
- [ ] plotting
- [ ] documentation
- [ ] tests
- [ ] other (please specify below)
Other information
No response