ValeevGroup / BTAS

Basic Tensor Algebra Subroutines
http://itensor.org/btas
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

Remove redundant order trait. #178

Closed justusc closed 2 months ago

justusc commented 7 months ago

boxtensor_storage_order and boxrange_iteration_order implementations are identical. Combine the definitions to eliminate redundant code.