public double[] GetChainByName(string chainName) { double[] rep = Chains.GetChainByName(chainName); return(rep); }