Rev. | 日時 | 作者 |
---|---|---|
e9ee338 | 2011-07-21 17:44:49 | toshinagata1964 |
Importing frcmod is improved. Import AMBER Lib (in MM/MD->Tools menu) is implemented. Ruby: Molecule#resize_to_fit is implemented. Molecule.open now accepts empty arguments for creating a new untitled document. Kernel.message_box was causing exception when :ok is given; fixed. |
||
c2e23d7 | 2011-07-20 19:00:50 | toshinagata1964 |
Importing mdcrd with periodic box now works correctly. |
||
76bff65 | 2011-07-20 18:29:07 | toshinagata1964 |
AMBER prmtop/inpcrd export is improved for periodic systems. |
||
e42f593 | 2011-07-08 02:58:01 | toshinagata1964 |
Copy/paste now handle parameters properly (hopefully...). The Ruby method 'duplicate' also now copies parameters. |
||
1de3244 | 2011-07-07 13:13:35 | toshinagata1964 |
.gets now appends a newline after the input string. AmberTools: antechamber sometimes created strange intermediate file; fixed. |
||
33480e3 | 2011-07-07 08:13:28 | toshinagata1964 |
Ruby: stdin.{gets, readline} are implemented (other stdin methods will cause exception). |
||
6aaec16 | 2011-07-06 15:25:01 | toshinagata1964 |
Importing Amber mdcrd files is implemented. |
||
c745bfe | 2011-07-06 02:46:20 | toshinagata1964 |
Molecule#{bond,angle,dihedral,improper,vdw}_par were wrongly implemented. Fixed. 'Create SANDER input' is implemented (still not tested much). |
||
8335899 | 2011-07-04 00:53:23 | toshinagata1964 |
Ruby: AtomRef#exclusion method was incorrectly calling Molecule#md_arena. Fixed. |
||
1e866ad | 2011-07-03 23:46:35 | toshinagata1964 |
Ruby: Molecule#bond_par, angle_par, dihedral_par, improper_par, vdw_par are implemented. Molecule#each_atom now accepts an IntGroup argument to limit iteration in some atom group. Initialition of the MDArena is now explicitly two-stage (specified by the is_initialized flag 0 -> 1 -> 2). molecule.rb: the solvate procedure now set the segment name 'SOLV' for the added solvent atoms. |
||
7a73717 | 2011-07-03 00:24:26 | toshinagata1964 |
Gaff and parm99 parameters: the equilibrium bond lengths have now three significant digits after the decimal point. Ruby: AtomRef#exclusion method is implemented. MM/MD: minimization sometimes caused crash. Hopefully fixed. |
||
cd7c355 | 2011-04-26 23:06:19 | toshinagata1964 |
Memo update. |
||
7870dde | 2011-04-26 13:40:11 | toshinagata1964 |
Importing GaussianW fch(k) files were not working because of the different end-of-line characters. Fixed. The extension '.fch' is now recognized as a Gaussian formatted checkpoint files. |
||
c84669b | 2011-03-02 19:25:09 | toshinagata1964 |
Pasting MD parameters to a molecule with no parameters was not working. Fixed. |
||
89a5018 | 2010-06-03 22:47:32 | toshinagata1964 |
Crash in MM minimization when no unit cell is defined (enbug in r59); fixed. |
||
216b1b2 | 2010-06-03 00:45:11 | toshinagata1964 |
Xcode project: GCC4.0 is explicitly designated (necessary for building for Mac OS 10.4 on Snow Leopard) |
||
64c80e3 | 2010-05-31 20:41:11 | toshinagata1964 |
The nearest-neighbor lookup of nonbonding force calculation was problematic; fixed. |
||
4570f45 | 2010-05-18 23:36:00 | toshinagata1964 |
The view settings for mbsf files now can be restored correctly (hopefully). A comment in the mbsf format file was fixed (the description 'charge' was erroneously omitted). |
||
98194f0 | 2010-05-18 00:09:10 | toshinagata1964 |
wxSources/docview.cpp is added to the project. Trackball.c is added to the Molby_command target (xcode only, still experimental) |
||
1fd46e0 | 2010-05-16 12:09:36 | toshinagata1964 |
The native format (mbsf) now preserves the display conditions, such as scale, orientation, and show/hide unit cell, periodic images, etc. |
||
3ea4011 | 2010-05-15 01:03:12 | toshinagata1964 |
Inconsistency between the Xcode project settings and Makefile_amber11 was resolved. Exception from 'Show periodic image' dialog box was fixed. |
||
ebe73ff | 2010-05-13 01:29:02 | toshinagata1964 |
Calculation of vdw/elect forces was wrong when the periodic cell is small; fixed. No new frame is generated when md_frame.run/minimize is called from Ruby script. |
||
addd49d | 2010-05-12 07:50:35 | toshinagata1964 |
Flags for 'show graphite' and 'show periodic images' are implemented. In MM/MD engine, the handling of Verlet list seems to be incomplete, but this is still being worked on. |
||
608596b | 2010-05-08 16:29:22 | toshinagata1964 |
Handling of MD dialog is improved. MM/MD calculation bug (introduced in rev 50) is fixed. |
||
0b015a7 | 2010-05-08 13:09:23 | toshinagata1964 |
The Ruby command wrap_unit_cell was not working correctly. |
||
bda1de4 | 2010-05-08 01:20:03 | toshinagata1964 |
The MM/MD re-initialization after modification of coordinates was incomplete. |
||
763a298 | 2010-05-07 00:29:52 | toshinagata1964 |
Version 0.5.4 |
||
5c819d4 | 2010-05-07 00:15:39 | toshinagata1964 |
Introduce MolbyResourcePath global constant, which points to the directory containing 'Scripts' and 'amber11' resources. Ruby command Kernel.call_subprocess is implemented. ParameterRef.par_type= wrongly parsed the atom type string; fixed. |
||
d86ffb4 | 2010-05-07 00:14:32 | toshinagata1964 |
Windows: the radio buttons with no explicit radio group showed stranged behavior; fixed. |
||
cbbf234 | 2010-05-07 00:13:59 | toshinagata1964 |
Some parameter editing caused segmentation fault; fixed. |