actor module

This is a simple way to hide the name of species of interest in a simulation. The user would modify and copy this class into the Cortix module of interest and keep it private. Author: Valmor de Almeida dealmeidav@ornl.gov; vfda Sat Aug 15 13:41:12 EDT 2015

class actor.Actor(name)[source]

Bases: object

See atoms list in Specie.

atoms

Returns the specific nuclides found in the specified chemical.

Returns

atoms

Return type

list(str)

formula

Returns the formula of the chemical in question.

Returns

formula

Return type

str