Conductance between different types of groups. More...
#include <Resistance.hpp>
Public Member Functions | |
ConductanceValues () | |
Initializes conductance defaults. | |
Public Attributes | |
double | no_connection |
Conductance between a pair of groups with no connection. | |
double | empty_to_empty |
Conductance between a pair of empty groups. | |
double | color_to_empty |
Conductance between an occupied group and an empty group. | |
double | color_to_color |
Conductance between two occupied groups. |
Conductance between different types of groups.
Definition at line 56 of file Resistance.hpp.
ConductanceValues::ConductanceValues | ( | ) | [inline] |
Initializes conductance defaults.
Definition at line 71 of file Resistance.hpp.
Conductance between two occupied groups.
Definition at line 68 of file Resistance.hpp.
Conductance between an occupied group and an empty group.
Definition at line 65 of file Resistance.hpp.
Conductance between a pair of empty groups.
Definition at line 62 of file Resistance.hpp.
Conductance between a pair of groups with no connection.
Definition at line 59 of file Resistance.hpp.