Hello,
I now know it's possible to modify the isotropic B-values with

alter SELECTION, b=VALUE

but is there a way to change the anisotropic temperature covariance matrix?
I can read it for example with

cmd.get_model(SELECTION, 1).atom[0].u_aniso

But neither trying to change it with

cmd.get_model(SELECTION, 1).atom[0].u_aniso = [1, 2, 3, 4, 5, 6]


nor

alter SELECTION, u_aniso=[1, 2, 3, 4, 5, 6]

has any effect. The second says it changed the selected atoms, but reading the 
array back shows the old values.

Is it possible to change this array from within pymol?
Thanks
Stefan



_______________________________________________
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Reply via email to