make_xor_gate: Create an XOR gate with initial input values.

View source: R/GATE_LIB.R

make_xor_gateR Documentation

Create an XOR gate with initial input values.

Description

Create an XOR gate with initial input values.

Usage

make_xor_gate(name, input1value, input2value)

Arguments

name

The logic gate name

input1value

The initial value of input1.

input2value

The initial value of input2.

Value

An XOR gate with its name, species, specific CRN reactions, ki and ci constants. Z_1 + Z0 -> Z1' Z_0 + Z1 -> Z0'


renanmarks/dnarlogic documentation built on Sept. 25, 2022, 10:48 p.m.