-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove field type-parameter for vectorspaces (#83)
* Setup ChainRules package extension * Port over some methods from TensorKitAD * Updates for leftorth and rightorth rrules * Formatting * Fix missing using PackageExtensionCompat * Add some missing `rrule`s. * little bit of cleanup * repartition * Remove overloaded `rrule`s in favor of TensorOperations update * Update VectorInterface 0.4 * Various AD bugfixes * some AD tests amd updates * Update AD rules, clean up tests * Include qdim in vectors * Formatter * Setup ChainRules package extension * Port over some methods from TensorKitAD * Updates for leftorth and rightorth rrules * Formatting * Fix missing using PackageExtensionCompat * Add some missing `rrule`s. * little bit of cleanup * repartition * Remove overloaded `rrule`s in favor of TensorOperations update * Remove eltype deprecation * Add constructor BraidingTensor `BraidingTensor(HomSpace)` is now allowed * remove space type parameter * Generalize VectorSpace methods with promotion system * Remove field parameter from docstring * export TensorMapSpace, TrivialTensorMap This allows these to function as a type alias, thus improving printing * Fix `convert(ProductSpace, V)` * remove `thunk` in trace * Formatter * Add rrule for efficient copy constructor * Fix non-existent argument name * Add ProjectTo functionality * Add tensoroperations tests * Changes for TensorOperations 4.0.6 tensorscalar now has a `rrule` * remove obsolete test * Refactor deligne field test in a function * Remove unsupported 1.6 string syntax * Avoid allocation in deligne product field checking * Avoid allocation in InnerProduct checks * @test_throws julia 1.6 compat * Remove `flip(ProductSpace)` * Formatter --------- Co-authored-by: leburgel <[email protected]>
- Loading branch information
Showing
16 changed files
with
117 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.