In `sys_utils.py` function `get_all_params()` (see [here](https://github.com/andreagrisafi/SALTED/blob/master/salted/sys_utils.py#L447)), the code currently uses `rep1` to initialize `rho` and uses `rep2` to initialize `V`. One actually expects more flexible representation initialization. Will come back later to fix it.