Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Adding the TDVP solver #27

Open
wants to merge 69 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
96c4fc2
add gitignore
maolinml Jun 13, 2024
1b73069
-m modify a typo in README
maolinml Jun 13, 2024
d3ff8d8
modify parse_protocol so that programs without local detuning can be run
maolinml Jun 14, 2024
8964834
deprecate tau and use n-tau-steps and the time max in the program to …
maolinml Jun 14, 2024
71bb6e7
modify the test file
maolinml Jun 14, 2024
6029a05
simplify
maolinml Jun 15, 2024
9a37b81
remove plot
maolinml Jun 15, 2024
64ea9ee
remove plot
maolinml Jun 15, 2024
2d63ed7
remove plot
maolinml Jun 15, 2024
542589f
add run_program
maolinml Jun 15, 2024
72f48f0
update
maolinml Jun 15, 2024
06b4802
update
maolinml Jun 15, 2024
470b9c3
update
maolinml Jun 15, 2024
5fe2656
update
maolinml Jun 16, 2024
197f762
update
maolinml Jun 16, 2024
a8ed35c
update
maolinml Jun 18, 2024
ff3181a
update
maolinml Jun 18, 2024
7024d36
update
maolinml Jun 18, 2024
15d3259
update
maolinml Jun 18, 2024
6cb4903
update
maolinml Jun 18, 2024
4a19d4f
update
maolinml Jun 18, 2024
6f71562
update
maolinml Jun 18, 2024
a955089
update
maolinml Jun 18, 2024
3b50d6c
update
maolinml Jun 18, 2024
0f162b9
remove run_program
maolinml Jun 24, 2024
75c0fa1
update
maolinml Jun 24, 2024
b419b5b
update
maolinml Jun 24, 2024
737d81d
add run_batch
maolinml Jun 25, 2024
1d86417
add Distributed
maolinml Jun 25, 2024
9f17e8d
update
maolinml Jun 25, 2024
f608d94
update
maolinml Jun 25, 2024
cb06ef3
add run_batch with threads
maolinml Jun 26, 2024
1b0a835
update
maolinml Jun 26, 2024
772ca8f
update
maolinml Jun 26, 2024
e9e3761
update
maolinml Jun 26, 2024
6a016f9
update
maolinml Jun 26, 2024
bf71ba2
update
maolinml Jun 26, 2024
6fb8e3d
update
maolinml Jun 26, 2024
0bf5a3b
update
maolinml Jun 26, 2024
f49d633
update
maolinml Jun 26, 2024
b8962e6
update
maolinml Jun 26, 2024
0b85047
update
maolinml Jun 26, 2024
c58d542
update
maolinml Jun 26, 2024
5efe130
update
maolinml Jun 26, 2024
859100a
update
maolinml Jun 26, 2024
0b6b852
update
maolinml Jun 26, 2024
166d512
update
maolinml Jun 26, 2024
9351a7c
update
maolinml Jun 26, 2024
d241a90
update
maolinml Jun 26, 2024
1992fdb
update
maolinml Jun 26, 2024
ea820ac
update
maolinml Jun 27, 2024
64e2c15
update
maolinml Jun 27, 2024
925b969
update
maolinml Jun 27, 2024
6c706e8
Update mps_utils.jl
maolinml Jul 1, 2024
f5679d6
Update Project.toml
maolinml Jul 1, 2024
961b85e
Update run_program.jl
maolinml Jul 7, 2024
ce34e60
Update run_program.jl
maolinml Jul 7, 2024
5362ffd
Update run_program.jl
maolinml Jul 7, 2024
ba650f8
Update run_program.jl
maolinml Jul 9, 2024
e00b016
Update run_program.jl
maolinml Jul 9, 2024
c5c06b3
Update run_program.jl
maolinml Jul 9, 2024
0fd4687
Update run_program.jl
maolinml Jul 9, 2024
047041e
Update run_program.jl
maolinml Jul 9, 2024
26ca631
Update run_program.jl
maolinml Jul 9, 2024
f89557d
Update run_program.jl
maolinml Jul 9, 2024
1372d6c
Update run_program.jl
maolinml Jul 14, 2024
a10313c
add tdvp 1st round of test done
maolinml Sep 16, 2024
5918869
add assersion for arg solver
maolinml Sep 16, 2024
5dd443e
add benchmarks
maolinml Sep 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Loading