set hnumber [atomselect top "same resid as (resname SOL and within 3.5 of resname LI)"]
set a [$hnumber get serial]
puts $out $a
$hnumber frame $i
$a frame $i
}
close $out
复制代码
作者Author: fhh2626 时间: 2015-5-19 10:20
set hnumber [atomselect top "noh and (same resid as (resname SOL and within 3.5 of resname LI))"]
set a [$hnumber num]