Dice Python Frontend Documentation
dice_check.py File Reference

Go to the source code of this file.

Namespaces

 repo.DicePy.dice_check
 
 DicePy.dice_check
 Contains functions that check the input file params.txt for Dice QMC.
 

Functions

def repo.DicePy.dice_check.isvalid (tag, value, options)
 Checks the validity of the input value given for a tag present in params.txt. More...
 
def repo.DicePy.dice_check.default_message (tag, dval)
 Subroutine that notifies the user when defaults are being used for a certain parameter. More...
 
def repo.DicePy.dice_check.check_step (tag, tags, params, defaults, idx=None)
 Checks the input value of a parameter that is expected to be an integer step. More...
 
def repo.DicePy.dice_check.check_float (tag, tags, params, defaults, idx=None)
 Checks the input value of a parameter that is expected to be a float. More...
 
def repo.DicePy.dice_check.check_grid (tag, tags, params, default_grid)
 Checks the input values for a grid parameter. More...
 
def repo.DicePy.dice_check.check_inputs (nml)
 Major subroutine that checks the inputs of file params.txt. More...