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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quantum Tinkerer
MeanFi
Merge requests
!6
Project 'qt/kwant-scf' was moved to 'qt/meanfi'. Please update any links and bookmarks that may still have the old path.
Documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Documentation
documentation
into
main
Overview
16
Commits
28
Pipelines
19
Changes
5
All threads resolved!
Hide all comments
Merged
Kostas Vilkelis
requested to merge
documentation
into
main
10 months ago
Overview
16
Commits
28
Pipelines
19
Changes
5
All threads resolved!
Hide all comments
Expand
Construct the documentation for the release of the package.
0
0
Merge request reports
Viewing commit
849b41f6
Prev
Next
Show latest version
5 files
+
105
−
24
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
849b41f6
wrap up package references
· 849b41f6
Kostas Vilkelis
authored
10 months ago
docs/source/documentation/pymf.md
+
70
−
1
Options
# Package reference
## Interactive problem definition
To define the interactive problem, we use the following class:
```
{eval-rst}
.. autoclass:: pymf.model.Model
:members: mfield
```
## Mean-field and density matrix
```
{eval-rst}
.. automodule:: pymf.mf
:members: meanfield, construct_density_matrix, construct_density_matrix_kgrid, fermi_on_grid
:show-inheritance:
```
## Observables
```
{eval-rst}
.. automodule:: pymf.observables
:members: expectation_value
:show-inheritance:
```
## Solvers
```
{eval-rst}
.. automodule:: pymf.solvers
:members: solver, cost
:show-inheritance:
```
## Tight-binding dictionary
### Manipulation
```
{eval-rst}
.. automodule:: pymf.tb.tb
:members: add_tb, scale_tb
:show-inheritance:
```
### Brillouin zone transformations
```
{eval-rst}
.. automodule:: pymf.tb.transforms
:members:
:show-inheritance:
```
### Parametrisation
```
{eval-rst}
.. automodule:: pymf.params.rparams
:members:
:show-inheritance:
```
### Utility functions
```
{eval-rst}
.. automodule:: pymf.tb.utils
:members:
:show-inheritance:
```
## `kwant` interface
```
{eval-rst}
.. automodule:: pymf
.. automodule:: pymf
.kwant_helper.utils
:members:
:show-inheritance:
```
Loading