CADETProcess.processModel.Component

Contents

CADETProcess.processModel.Component#

class CADETProcess.processModel.Component(name)[source]#

Information about single component.

A component can contain subspecies (e.g. differently charged variants).

Attributes:
nameString

Name of the component.

specieslist

list: The subspecies of the component.

n_speciesint

int: The number of subspecies in the component.

labellist

list of str: The names of the subspecies.

chargelist

list of int or None: The charges of the subspecies.

molecular_weightlist

list of float or None: The molecular weights of the subspecies.

Methods

add_species(*args, **kwargs)

Initialize a Structure instance.

check_required_parameters()

Verify if all required parameters are set.