packages feed

simgi-0.2: test/check_irreversible/irreversible.1.sgl

def parameters
  time       = 1.0
  systemVol  = 1.25e-19 
  outputBuffer = 50000 
  outputFreq = 100
  outputFile = "irreversible.1.dat"
end

def molecules
  a = 1000
  b = 1000
  c = 0
end

def reactions
  a + b -> c  | 1e6 |
end 

def output
  [a, b, c]
end