QuantumCollocation.jl icon indicating copy to clipboard operation
QuantumCollocation.jl copied to clipboard

[Bug]: Interpolations name collision with exported linear_interpolation

Open andgoldschmidt opened this issue 9 months ago • 0 comments

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

andgoldschmidt avatar Jan 20 '25 20:01 andgoldschmidt