Description Usage Arguments Value Examples
Repeatedly tensors the input with itself
1 | repeatTensor(g,n)
|
g |
Object, typically a gate, that is to be tensored with itself |
n |
Number of times to tensor g with itself |
The input g tensored by itself n times
1 2 | repeatTensor(X(),2)
repeatTensor(X(),2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.