This package contains wrapper functions around the network_control package facilitating the computation of network control theory related measures for mulitple subjects.
pip install network_control
The package is currently not pip-installable. You can however download the repository and use the functions by running the following at the beginning of your script:
import sys
sys.path.append('path/to/nict')
from nict.multi_subject import function_of_your_choice