Currently, some of the utility functions in pyMBE do not support hydrogels: - [x] `create_counterions` - [x] `get_particle_id_map` - [x] `calculate_net_charge` - [x] `calculate_HH` - [x] `get_particle_id_map` The core problem is `get_particle_id_map`, because all other utility functions rely on it.
Currently, some of the utility functions in pyMBE do not support hydrogels:
create_counterionsget_particle_id_mapcalculate_net_chargecalculate_HHget_particle_id_mapThe core problem is
get_particle_id_map, because all other utility functions rely on it.