Skip to content

Commit

Permalink
Merge pull request #126 from dschick/LLB
Browse files Browse the repository at this point in the history
Implement LLB simulations in beta stage
  • Loading branch information
dschick authored Jul 7, 2023
2 parents c7c7867 + d5ea972 commit 11e0078
Show file tree
Hide file tree
Showing 6 changed files with 2,225 additions and 29 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ docs/source/**/.ipynb_checkpoints
# dask worker space
docs/source/**/dask-worker-space

# cached simulation results
docs/source/**/cache

# vscode
.vscode

Expand Down
1 change: 1 addition & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Examples
Structure <examples/structure.ipynb>
Heat <examples/heat.ipynb>
Microscopic 3-Temperature-Model <examples/m3tm.ipynb>
Landau-Lifshitz-Bloch <examples/LLB.ipynb>
Phonons <examples/phonons.ipynb>
Dynamical Xray Scattering <examples/dynamical_xray.ipynb>
Dynamical Magnetic Xray Scattering <examples/dynamical_magnetic_xray.ipynb>
Loading

0 comments on commit 11e0078

Please sign in to comment.