Search found 1 match

by wthu
Fri May 03, 2024 12:26 pm
Forum: Reaction-diffusion in NEURON
Topic: Changing RxD species concentration from a point process using USEION
Replies: 0
Views: 447

Changing RxD species concentration from a point process using USEION

I've been using RxD with a point process changing the concentration of a RxD species which is then read by a density mechanism. Small example: example.py from neuron import h import neuron.crxd as rxd import numpy as np import plotly.graph_objects as go from plotly.subplots import make_subplots impo...