What I would like to do is to create a complex network by using networkx; once the graph is obtained, I extract the adjacency matrix and then I would apply it to my Nengo ensemble. In this way, it should be easier to define complex networks, for example scale-free networks, because I have to read just a file which contains a matrix, instead of creating a function that creates from itself all the connections.