Member Site Forums PyRosetta PyRosetta – General (1) Score pose, (2) move atom, (3) score pose Reply To: (1) Score pose, (2) move atom, (3) score pose

#5859
Anonymous

    Try pose.set_xyz(AtomID, PointPosition). AtomID is composed of a residue and atom number, I forget in what order. PointPosition is probably an alias for a coordinate triplet.