Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • wslda wslda
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wtools
  • wsldawslda
  • Wiki
  • Broyden algorithm

Broyden algorithm · Changes

Page history
Update Broyden algorithm authored May 25, 2021 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Hide whitespace changes
Inline Side-by-side
Broyden-algorithm.md
View page @ 7d151335
......@@ -33,8 +33,17 @@ stopbroyden 100 # Broyden is deactivated for iteration it=stopbr
# starting from iteration it = stopbroyden+1 the algorithm again proceeds
# with linear mixing and used linearmixing value for mixing
# default=999999
# Recommendation: Use startbroyden and stopbroyden only if Broyden fails to converge.
# According experience of our collaborators, there are cases (physical problems)
broydenautores 1 # automatic restarts of Broyden algorithm: 0-no, 1-yes (default)
# the Broyden is automatically restarted if significant changes
# between two consecutive iterations is detected.
broydenEmaxchg 0.1 # if the total energy between iteration change by more than broydenEmaxchg [in Effg units]
# then Broyden is restarted, (default=0.1)
broydenEdelay 5 # scan energy changes only after broydenEdelay with Broyden has been executed
# typically, just after starting the Broyden energy fluctuations are observed
# which should decay within a few iterations (default=5)
# Recommendation: Use startbroyden and stopbroyden only if Broyden fails to converge.
# According to experience of our collaborators, there are cases (physical problems)
# where activating Broyden only for some number of iteration provides the best performance
# For advanced users
......
Clone repository
  • API version
  • Automatic interpolations
  • Auxiliary tools
  • Browsing the code
  • Broyden algorithm
  • C and CUDA
  • Campaign of calculations
  • Checking correctness of settings
  • Chemical potentials control
  • Code & Results quality
  • Common failures of static codes
  • Common failures of time dependent codes
  • Computation domain
  • Configuring GPU machine
  • Constraining densities and potentials
View All Pages