SunnySuite / Sunny.jl

Spin dynamics and generalization to SU(N) coherent states
Other
86 stars 19 forks source link

Parallelism examples #162

Closed ddahlbom closed 1 year ago

ddahlbom commented 1 year ago

This is a work in progress. It is just a tutorial with some simple patterns for achieving parallelism. It also includes a new function merge_correlations.

I'm still a bit unsure how to handle the presentation of code that we may not execute consistently (since we aren't guaranteed of any particular resources in the github CI). Possibly we don't execute at all and just present as text and code snippets.

Lazersmoke commented 1 year ago

Since the actual outputs of this example aren't really of interest, there's no reason to really execute them during the docs build. I think there was the same situation with the WriteVTK example

ddahlbom commented 1 year ago

Yes, that sounds sensible.

ddahlbom commented 1 year ago

Since we decided to just provide examples rather than rework internals, for this

Closes #146