-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Labels
ITensorsIssues or pull requests related to the `ITensors` package.Issues or pull requests related to the `ITensors` package.bugSomething isn't workingSomething isn't working
Description
Description of bug
Hi all,
I'm starting to use the pre-release of julia 1.12, when precompiling this warning is printed:
┌ ITensors
│ WARNING: Constructor for type "Tensor" was extended in `ITensors` without explicit qualification or import.
│ NOTE: Assumed "Tensor" refers to `NDTensors.Tensor`. This behavior is deprecated and may differ in future versions.`
│ NOTE: This behavior may have differed in Julia versions prior to 1.12.
│ Hint: If you intended to create a new generic function of the same name, use `function Tensor end`.
│ Hint: To silence the warning, qualify `Tensor` as `NDTensors.Tensor` in the method signature or explicitly `import NDTensors: Tensor`.
└ Metadata
Metadata
Assignees
Labels
ITensorsIssues or pull requests related to the `ITensors` package.Issues or pull requests related to the `ITensors` package.bugSomething isn't workingSomething isn't working