Fix #1347
Created by: attila-i-szabo
I forgot to propagate chunk_size
in the calling sequence of QGTs without variational states in #1347. This makes the parameter useless in workflows that use the partial
construction of a QGT but not the SR object (which builds its own more robust partial
s). This PR fixes that.
Any ideas for how we could test for this?