Visualization and analysis with VMD - David Winogradoff

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 5

  • @davidwinogradoff2952
    @davidwinogradoff2952 5 ปีที่แล้ว +2

    In the TKcon, make a selection,
    >> set sel [atomselect top "all"]
    and then shift the structure with the moveby command (e.g. 10Å in the positive z-direction),
    >> $sel moveby "0 0 10"

  • @theoreticalorigamiresearch186
    @theoreticalorigamiresearch186 ปีที่แล้ว

    Where can I find the pdf you're using, or at least, the nanostructure input file you're opening into VMD?

  • @古岱力
    @古岱力 5 ปีที่แล้ว

    Hello Sir, Can you tell me how to shift given structure in +ve or -ve direction (e.g. z-direction).

  • @widurangawageesha9186
    @widurangawageesha9186 3 ปีที่แล้ว

    hello sir, can you tell me how to create sub trajectory file (dcd) from large trajectory file for selected atom selections

    • @davidwinogradoff2952
      @davidwinogradoff2952 3 ปีที่แล้ว

      load the entire trajectory, and make a selection (not water, for example),
      >> set sel [atomselect top "not water"]
      then write a sub trajectory,
      >> animate write dcd wow.dcd sel $sel waitfor all