File tree 6 files changed +5
-174
lines changed
6 files changed +5
-174
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -226,15 +226,15 @@ This ultimately looks like this:
226
226
227
227
{% method %}
228
228
{% sample lang="jl" %}
229
- [ import, lang:"julia"] ( code/julia/energy .jl )
229
+ [ import:114-132 , lang:"julia"] ( ../split-operator_method/ code/julia/split_op .jl)
230
230
{% sample lang="hs" %}
231
- [ import, lang:"haskell"] ( code/haskell/Energy .hs )
231
+ [ import:75-82 , lang:"haskell"] ( ../split-operator_method/ code/haskell/splitOp .hs)
232
232
{% sample lang="c" %}
233
- [ import:29- , lang:"c"] ( code/c/energy .c )
233
+ [ import:150-184 , lang:"c"] ( ../split-operator_method/ code/c/split_op .c)
234
234
{% sample lang="cpp" %}
235
- [ import:26- , lang:"cpp"] ( code/c++/energy .cpp )
235
+ [ import:158-189 , lang:"cpp"] ( ../split-operator_method/ code/c++/split_op .cpp)
236
236
{% sample lang="py" %}
237
- [ import:4-17 , lang:"python"] ( code/python/energy .py )
237
+ [ import:98-112 , lang:"python"] ( ../split-operator_method/ code/python/split_op .py)
238
238
{% endmethod %}
239
239
240
240
This calculation will be used in many different simulations of quantum systems to check our results.
You can’t perform that action at this time.
0 commit comments