QSTheory/fftarray

Refactor tests to use shared FFTDimension and FFTArray objects

Open

#143 aberto em 28 de out. de 2024

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (13 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Currently, we usually define an FFTDimension and FFTArray object for each test function separately. This could be avoided by defining a set of global variables that can be shared by the majority of the tests and thus improve readability and decrease computational overhead. We could of course still define these objects for a single test if that test requires special properties.

Guia do colaborador