You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only code that is relevant for running a simulation is under this condition:
elif settings['procedure_type'] in ['validation_sim', 'find_holding_current']:
in it, specifically the code below:
# load g_pap
&
# load current clamps
We also had to recalculate the current compensation, but different steady state current per cell is already supported, so it will not be hard to incorporate.
This is the h5 file for gpas:
This issue is a duplicate of the JIRA ticket BBPBGLIB-1059. We will move the discussions here.
Regarding the conductance compensation developed by orena1:
For Elisabetta's work with BlueConfig and the circuit in the legacy format, she was using the script
Which was executed by:
This is the full pydamus version
The only code that is relevant for running a simulation is under this condition:
in it, specifically the code below:
We also had to recalculate the current compensation, but different steady state current per cell is already supported, so it will not be hard to incorporate.
This is the h5 file for gpas:
and this is the one for the current compensation:
These settings are extracted from this file:
The text was updated successfully, but these errors were encountered: