NECI
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
branch_weight_function
Interface
10 statements
Source File
guga_matrixElements.F90
guga_matrixElements
branch_weight_function
Contents
None
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)