Hayate Nakano

Results 5 issues of Hayate Nakano

This is the minimal example of the error. ```julia a, b = randn(ComplexF64, 10, 10), randn(ComplexF64, 10, 10) @tullio # (verbose = false, fastmath = true, threads = true, grad...

parsing

I often use `@tensor` macro and `reshape` together, e.g.: ``` @tensor A[a,e,c,g,f] := B[a,b] * C[b,c,d] * D[d,e,f,g] A = reshape(A, size(A)[1]*size(A)[2]*size(A)[3], size(A)[4]*size(A)[5]) ``` I think this code is inelegant...

I want to cite this package in my article. As well as `TensorOperations.jl`, DOI with ZENODO is helpful.

- ytop version (`ytop -V`): 0.6.0 - The output of `uname -a`: `Darwin xxxMacBook-Air.local 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64` - OS: macOS...

Hello! I've recently undertaken the challenge of decrypting a Cryptomator Vault, relying exclusively on the [existing documentation](https://docs.cryptomator.org/en/latest/security/architecture/), which can be found here: https://github.com/ho-oto/cryptomator-extractor-rs In the course of this endeavor, I...