关于图以及torch.combinations等的学习、pdb旋转、扰动相关代码学习、主链侧链旋转
(1)点、边edges=torch.combinations(torch.arange(num_atoms),with_replacement=False).Tedge_index=torch.stack([torch.cat([edges[0],edges[1]]),torch.cat([edges[1],edges[0]])],dim=0)这段代码是在构建一个简单的无向图,其中节点是原子,边是