ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
ssa.hpp File Reference

Contains an impelemtation of the SSA algorithm for Markov-Chains (cf. viennashe/models/markovchain/chain.hpp) More...

Go to the source code of this file.

Classes

class  viennashe::models::ssa_solver
 The SSA (Monte Carlo) solver for Markov-Chains The given chain is being referenced and the occupancies p_i of the states are being changed. The resp. occupancies can either be 1.0 (occupied) or 0 (unoccupied)! The solver additionally guarantees that sum_i p_i = 1.0, i.e. only one state is occupied at a time ! More...
 

Namespaces

namespace  viennashe
 The main ViennaSHE namespace. All functionality resides inside this namespace.
 
namespace  viennashe::models
 Namespace containing everything models related.
 

Detailed Description

Contains an impelemtation of the SSA algorithm for Markov-Chains (cf. viennashe/models/markovchain/chain.hpp)

Definition in file ssa.hpp.