Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MeanFi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quantum Tinkerer
MeanFi
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
bcece409e07d9a900f70a04105130e9ad774f840
Select Git revision
Selected
bcece409e07d9a900f70a04105130e9ad774f840
Branches
7
main
default
protected
22-check-that-code-works-if-no-onsite-key-is-provided
26-example-program-incomplete-in-strained-graphene-tutorial
costfunctions
faster_trace
filling_minimizer
superconductivity
Tags
2
v1.1.0
protected
v1.0.0
protected
10 results
Begin with the selected commit
Created with Raphaël 2.2.0
23
Jun
11
28
May
26
23
21
20
19
13
12
3
2
30
Apr
29
28
23
22
17
16
14
10
9
8
3
2
27
Mar
25
20
19
6
5
15
Feb
14
13
12
10
7
6
4
1
30
Jan
24
23
16
11
Oct
1
11
Jul
7
Jun
4
3
31
May
21
17
18
17
16
15
13
11
10
9
8
7
6
4
3
2
1
30
Apr
24
22
16
15
12
11
10
9
4
3
2
28
Mar
27
26
24
22
28
Feb
24
23
22
16
11
8
30
Jan
19
29
Dec
27
21
20
19
18
15
Nov
9
8
30
Oct
27
26
25
24
23
19
18
17
28
Sep
22
12
7
1
31
May
30
26
12
9
3
29
Apr
23
Mar
25
Feb
Merge branch 'site_order_builder_to_tb' into 'main'
main
main
make test for builder invariance order
also have site sorted in tb_to_builder
add sorting of sites in builder_to_tb
Add notebook with new cycle scheme
costfunctions
costfunctions
Added a lot of plotting code to the tutorial.
superconductivity
superconductivity
Changed example parameters.
Add functions for the DIIS cycle
Fix commutator and tb_to_matrix functions
Added theoretical gap value function.
Changed superconducting example layout.
Superconducting example update.
Updated `h_int` in hte superconducting tutorial. We have a superconducting result :)
Fixed a bug in the orthogonalization, wasn't reshaping properly. (Q.T instead of Q)
Reducing the density matrix to `h_int` hoppings only.
Tutorial changes.
`superconducting_tutorial.py` is the example for Jasper's thesis.
Fix misplaced lines
Add cost_commutator and tb_to_matrix
Fixed final line in the solvers to include the `charge_op` instead of just being identity.
Fixed Broken Symlink (probably pre-commit's fault)
More docstring changes.
Trying to fix 'docs' job failing.
Two more fixes in profiling and the tutorial.
Updated tutorials with new functions.
Changed initial guess for non-superconducting systems and finite temperature from `0` to some value outside the bandwidth `2 * max(eigenvalue)`, to ensure minimizer starts.
Setting `kT` and `charge_op` in the model to default `0` and identity if not provided.
Changed solvers to work with changed functions.
Updated tests to work with the changed functions.
remove incorrect metadata
Moved solver test to separate file.
Fixed import errors for tests. All `meanfi.###` imports are back.
More fixes
Code readability fixes.
Set tolerances in `mf.py` `fermi_level` to `1e-10` for `fatol` and `kT/2` for `xatol`.
Moved guess outside solver completely.
Removed `fermi_energy` from `utils.py` adapted other code to work with `fermi_level` from `mf.py`.
Included functions for generating random `mf_guess` and `superc_tb`. Have not quite moved all guesses from solver.
Passing hoppings to `tb_to_ham_fam` instead of complete hamiltonians.
Changed `flatten_projection` output to array instead of list. (Prevents us from having to do that manually every time)
Loading