From d7bbea8d2c7fac3a9635318eb9ba67ec10094297 Mon Sep 17 00:00:00 2001 From: toshinagata1964 Date: Wed, 30 Nov 2011 04:59:56 +0000 Subject: [PATCH] Memo update for 0.6.1; also updated molby.iss for building Windows executable. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@159 a2be9bc6-48de-4e38-9406-05402d4bc13c --- memo.txt | 35 +++++++++++++++++++++++++++++++++++ msw-build/molby.iss | 4 ++++ 2 files changed, 39 insertions(+) diff --git a/memo.txt b/memo.txt index 5f7d4d8..0ef33b5 100755 --- a/memo.txt +++ b/memo.txt @@ -299,3 +299,38 @@ Ruby command get_coord_from_frame(index, group=nil, cflag=nil) is implemented. The MO info table is renamed to MO energy, and the alpha and beta orbitals of same indices are shown in the same row. MO import from GAMESS log file was broken Fchk import: zero is accepted as the number of alpha/beta electrons + +2011.11.30. +Version 0.6.1 +Release Note +縮環構造をコピー・ペースト、および「ダブルクリック+構造入力」で作れるようにした。 +さまざまな環構造(シクロアルカン、芳香族)と溶媒ボックスが「Open Predefined」メニューから開けるようにした。 +CIFインポートを修正。計算で置いた水素原子を含む結合が表示されないことがあった。 +分子動力学の dcd トラジェクトリファイルのインポートを実装。 +AMBER の prmtop を作成する際に、AMBER8 コンパチブルなフォーマット(NAMD 等で使える)を指定可能。 + +Ring fusion can be performed by copy-paste or "double-click and type-in". +Various ring structures (cycloalkanes, aromatics) and solvent boxes are accessible from "Open Predefined" menu. +CIF import is improved, so that bonds including the calculated hydrogen atoms are created by guess. +Import/export of dcd trajectory files is implemented. +Creating AMBER input now allows to select between AMBER8 (also for NAMD) and AMBER11 formats. + +ChangeLog +Document on ring fusion capability is written. +Selection after ring fusion by 'double-click and type-in' now includes all atoms in the newly formed ring. +Behavior of paste is improved when two dangling bonds are present in the fragment and the target molecule (i.e. ring fusion does work) +Some typical cyclic structures as well as solvent boxes are now accessible from 'Open Predefined' menu. +Ruby: Molecule object is now unique to each open molecule, i.e. the same Molecule object is returned when requested for the same molecule. +Ring fusion (e.g. expanding benzene to naphthalene) is implemented; still experimental, but seems to be working. +__FILE__ is now set to the script file during execute_script. +Some cleanup to suppress warnings +CIF import is improved, so that bonds including the calculated hydrogen atoms are created by guess. +Ruby: Molecule#find_close_atoms is implemented. +Enable undo for importing pdb and dcd. +Import/export of dcd format is implemented. +Creating AMBER input now allows to select between AMBER8 (also for NAMD) and AMBER11 formats. + +2011.11.30. + molby_doc.zip の作り方。OS X のコマンドラインで、Documents フォルダに cd したあと、 +$ zip -r molby_doc.zip doc -x \*.DS_Store + コマンドライン版の zip はリソースフォークなどを付加しないらしい。.DS_Store は残ってしまうので、それは明示的に除く。 diff --git a/msw-build/molby.iss b/msw-build/molby.iss index e2557e7..f35f25b 100755 --- a/msw-build/molby.iss +++ b/msw-build/molby.iss @@ -14,6 +14,10 @@ Source: "build\Molby\amber11\dat\antechamber\*"; DestDir: {app}\amber11\dat\ante Source: "build\Molby\amber11\dat\leap\parm\*"; DestDir: {app}\amber11\dat\leap\parm Source: "build\Molby\Scripts\*"; DestDir: {app}\Scripts Source: "build\Molby\Scripts\mbsf\*"; DestDir: {app}\Scripts\mbsf +Source: "build\Molby\Scripts\mbsf\alicyclic\*"; DestDir: {app}\Scripts\mbsf\alicyclic +Source: "build\Molby\Scripts\mbsf\aromatic\*"; DestDir: {app}\Scripts\mbsf\aromatic +Source: "build\Molby\Scripts\mbsf\heterocyclic\*"; DestDir: {app}\Scripts\mbsf\heterocyclic +Source: "build\Molby\Scripts\mbsf\solvents\*"; DestDir: {app}\Scripts\mbsf\solvents Source: "build\Molby\Scripts\lib\*"; DestDir: {app}\Scripts\lib [Icons] -- 2.11.0