File: mixing.rst

package info (click to toggle)
python-ase 3.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,484 kB
  • sloc: python: 148,112; xml: 2,728; makefile: 110; javascript: 47
file content (19 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. module:: ase.calculators.mixing

Mixing Calculators
==================

The most general class when all of the calculators has their own weight and returns with the linear combination of
calculated values. It can be used when there are different calculators eg. for the different chemical environment or
during delta leaning.

.. autoclass:: ase.calculators.mixing.LinearCombinationCalculator

There are three special variants of LinearCombinationCalculator which are available for specific tasks:

.. autoclass:: ase.calculators.mixing.MixedCalculator

.. autoclass:: ase.calculators.mixing.SumCalculator

.. autoclass:: ase.calculators.mixing.AverageCalculator