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
  • Campaign of calculations

Campaign of calculations · Changes

Page history
Update Campaign of calculations authored Mar 11, 2024 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Show whitespace changes
Inline Side-by-side
Campaign-of-calculations.md
View page @ 2b8dc221
# Input file and repeated tags
If in the `input` file the same tag appears more than once the code will apply the value that appears as last. For example:
If in the `input` file, the same tag appears more than once, the code will apply the value that appears as last. For example:
``` bash
temperature 0.01 # requested temperature in units of eF, default T=0
energyconveps 1.0e-6 # energy convergence epsilon
......@@ -16,7 +16,7 @@ temperature 0.03 # ... AND AGAIN TEMPERATURE ... THIS ONE WILL
Here, the `temperature` is provided three times, and finally, the value `0.03` will be used in the calculation.
# Executing campaign of calculations
The common situation is that we want to execute series calculations for various input parameters. As examples let us consider the case, where we would like to repeat the same calculations for temperatures 0.01, 0.02, 0.03. We can do it within the single script as follow:
A common situation is when we want to execute a series of calculations for various input parameters. For example, let us consider the case where we want to repeat the same calculations for temperatures 0.01, 0.02, 0.03. We can do it within the single script as follows:
```bash
# input.txt contains common settings for all runs
......
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