Understanding correct usage of dvf2ddf
#6807
-
Hi, My understanding of So if
This gives me
When I was expecting the interior of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Almost the right idea, but there is some confusion. The The amount of "time" is always 1. When you set |
Beta Was this translation helpful? Give feedback.
Almost the right idea, but there is some confusion.
The$N$ .
num_steps
argument is not number of time steps but rather number of scaling and squaring steps. To understand scaling and squaring see section 3 of this paper. In that notation thenum_steps
isThe amount of "time" is always 1. When you set$t=0$ to $t=1$ in $2^N=8$ time steps via $N=3$ squarings. You start with $\frac{1}{8}$ . Then you square that ddf (compose it with itself) three times to get to $t=1$ .
num_steps=3
you're saying you want to integrate out fromdvf / 8
as an initial ddf, treating this as an approximation of the ddf that you'd actually get if you integrated yourdvf
from time 0 to time