VMD-L Mailing List
From: Ashar Malik (asharjm_at_gmail.com)
Date: Tue Dec 19 2017 - 02:42:41 CST
- Next message: sumit nagar: "Crack generation in Grapehene sheet"
- Previous message: 本村肇: "How can I measure bond length with “name ** and resid **" in scripts?"
- In reply to: 本村肇: "How can I measure bond length with “name ** and resid **" in scripts?"
- Next in thread: 本村肇: "Re: How can I measure bond length with Q=80=9Cname_**_and_resid_**=22_in_scripts=3F?="
- Reply: 本村肇: "Re: How can I measure bond length with Q=80=9Cname_**_and_resid_**=22_in_scripts=3F?="
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
I didn't have a detailed look at this but
vmd > set seltext1 "name CG and resid 26”
vmd > set seltext2 "name CG and resid 30”
vmd > measure bond {$sel1 $sel2}
what is $sel1 and $sel2???
your selections are called seltext1 and seltext2 not sel1 and sel2.
On Tue, Dec 19, 2017 at 8:56 PM, 本村肇 <h-motomura_at_bioreg.kyushu-u.ac.jp>
wrote:
> Dear all,
>
> I would like to measure bond length with “name ** and resid **” in scripts.
>
> vmd > set seltext1 "name CG and resid 26”
> vmd > set seltext2 "name CG and resid 30”
> vmd > measure bond {$sel1 $sel2}
> expected integer but got "$sel1" measure bond: bad atom index
>
> However the following command succeed.
> vmd > measure bond {113 140}
> 11.772942543029785
>
> I configured that the above atoms existed.
> How can I measure bond length with “name ** and resid **" in scripts?
>
> Sincerely,
> Hajime Motomura
>
>
-- Best, /A
- Next message: sumit nagar: "Crack generation in Grapehene sheet"
- Previous message: 本村肇: "How can I measure bond length with “name ** and resid **" in scripts?"
- In reply to: 本村肇: "How can I measure bond length with “name ** and resid **" in scripts?"
- Next in thread: 本村肇: "Re: How can I measure bond length with Q=80=9Cname_**_and_resid_**=22_in_scripts=3F?="
- Reply: 本村肇: "Re: How can I measure bond length with Q=80=9Cname_**_and_resid_**=22_in_scripts=3F?="
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]