logo

Demonstrations for the theory of proveit.physics.quantum.QFT

In [1]:
import proveit
from proveit.numbers import one, two, num
from proveit.physics.quantum.QFT import InverseFourierTransform
%begin demonstrations
In [2]:
InverseFourierTransform(two)
In [3]:
print(InverseFourierTransform(two))
FT^{dag}_{2}
In [4]:
%end demonstrations