Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
branch_weight_function
Abstract Interface
10 statements
Source File
guga_matrixElements.F90
guga_matrixElements
branch_weight_function
Contents
None
abstract interface
private function branch_weight_function(weight, bval, negSwitches, posSwitches) result(prob)
Arguments
Type
Intent
Optional
Attributes
Name
type(
WeightObj_t
),
intent(in)
::
weight
real(kind=dp),
intent(in)
::
bval
real(kind=dp),
intent(in)
::
negSwitches
real(kind=dp),
intent(in)
::
posSwitches
Return Value
real(kind=dp)