OSDN Git Service

molby/Molby.git
2011-07-30 toshinagata1964Add missing document figures.
2011-07-30 toshinagata1964Parameter cut was not working correctly when the select...
2011-07-30 toshinagata1964Step 5 of the tutorial is complete.
2011-07-29 toshinagata1964Import AMBER Frcmod menu command is implemented.
2011-07-28 toshinagata1964The property table section of the tutorial is being...
2011-07-28 toshinagata1964CIF import is implemented (maybe still incomplete)
2011-07-26 toshinagata1964Create New Parameter menu command is implemented. Molec...
2011-07-21 toshinagata1964Create New Atom menu command is being implemented ...
2011-07-21 toshinagata1964Document is being updated (the property table section)
2011-07-21 toshinagata1964Importing frcmod is improved. Import AMBER Lib (in...
2011-07-20 toshinagata1964Importing mdcrd with periodic box now works correctly.
2011-07-20 toshinagata1964AMBER prmtop/inpcrd export is improved for periodic...
2011-07-07 toshinagata1964Copy/paste now handle parameters properly (hopefully...
2011-07-07 toshinagata1964.gets now appends a newline after the input string...
2011-07-06 toshinagata1964Ruby: stdin.{gets, readline} are implemented (other...
2011-07-06 toshinagata1964Importing Amber mdcrd files is implemented.
2011-07-05 toshinagata1964Molecule#{bond,angle,dihedral,improper,vdw}_par were...
2011-07-03 toshinagata1964Ruby: AtomRef#exclusion method was incorrectly calling...
2011-07-03 toshinagata1964Ruby: Molecule#bond_par, angle_par, dihedral_par, impro...
2011-07-02 toshinagata1964Gaff and parm99 parameters: the equilibrium bond length...
2011-04-26 toshinagata1964Memo update.
2011-04-26 toshinagata1964Importing GaussianW fch(k) files were not working becau...
2011-03-02 toshinagata1964Pasting MD parameters to a molecule with no parameters...
2010-06-03 toshinagata1964Crash in MM minimization when no unit cell is defined...
2010-06-02 toshinagata1964Xcode project: GCC4.0 is explicitly designated (necessa...
2010-05-31 toshinagata1964The nearest-neighbor lookup of nonbonding force calcula...
2010-05-18 toshinagata1964The view settings for mbsf files now can be restored...
2010-05-17 toshinagata1964wxSources/docview.cpp is added to the project. Trackbal...
2010-05-16 toshinagata1964The native format (mbsf) now preserves the display...
2010-05-14 toshinagata1964Inconsistency between the Xcode project settings and...
2010-05-12 toshinagata1964Calculation of vdw/elect forces was wrong when the...
2010-05-11 toshinagata1964Flags for 'show graphite' and 'show periodic images...
2010-05-08 toshinagata1964Handling of MD dialog is improved. MM/MD calculation...
2010-05-08 toshinagata1964The Ruby command wrap_unit_cell was not working correctly.
2010-05-07 toshinagata1964The MM/MD re-initialization after modification of coord...
2010-05-06 toshinagata1964Version 0.5.4
2010-05-06 toshinagata1964Introduce MolbyResourcePath global constant, which...
2010-05-06 toshinagata1964Windows: the radio buttons with no explicit radio group...
2010-05-06 toshinagata1964Some parameter editing caused segmentation fault; fixed.
2010-05-06 toshinagata1964Undo of creating atoms caused segmentation fault; fixed.
2010-05-06 toshinagata1964Improved handling of DOSish file paths. The functions...
2010-05-06 toshinagata1964Importing GAMESS dat file was broken; fixed.
2010-05-06 toshinagata1964Added instruction for building and copying resp.
2010-05-06 toshinagata1964Removal of double-call of wxDocument::Close() (revision...
2010-05-06 toshinagata1964Undo is kept enabled during 'molload' and related calls...
2010-05-06 toshinagata1964Add hydrogen was broken; fixed.
2010-05-06 toshinagata1964Ambertools dialog is improved.
2010-05-06 toshinagata1964generation of internal coordinates (NZVAR=#{3n-5})...
2010-05-06 toshinagata1964The amber11 binaries are now built in the project direc...
2010-05-06 toshinagata1964Windows: interrupting the subprocess (antechamber etc...
2010-04-25 toshinagata1964Mac: the text field in the list control remained on...
2010-04-24 toshinagata1964Work around the wxWidgets bug where wxDocument::Close...
2010-04-23 toshinagata1964Improved handling of copy/cut/paste in the parameter...
2010-04-22 toshinagata1964Experimental command-line tool for Mac platform.
2010-04-22 toshinagata1964The MM/MD engine was not aware of modification of coord...
2010-03-31 toshinagata1964Frames can now have variable unit cell parameters.
2010-03-20 toshinagata1964Version 0.5.2
2010-03-20 toshinagata1964Some features of Dialog class are modified; Dialog...
2010-03-20 toshinagata1964Reference for the Ruby extension is written
2010-03-13 toshinagata1964DialogItem class is implemented; Dialog#item and Dialog...
2010-03-09 toshinagata1964The class RubyDialog is renamed to Dialog. All Molby...
2010-03-02 toshinagata1964MDArena#keys is implemented. MessageOutput class is...
2010-03-01 toshinagata1964The MDArena attributes 'transient_temperature' and...
2010-02-28 toshinagata1964The DISPATOM parameters are renamed to ELEMENT, to...
2010-02-24 toshinagata1964Parameter#bond, angle, etc. are no longer implemented...
2010-02-23 toshinagata1964The methods of Parameter and ParEnumerable change featu...
2010-02-23 toshinagata1964The Ruby command reorder_atoms is renamed to renumber_a...
2010-02-23 toshinagata1964The AtomRef methods cr/cx/cy/cz were made obsolete...
2010-02-23 toshinagata1964The return value of Ruby command loadout was incorrect...
2010-02-20 toshinagata1964Ruby commands find_angles and find_dihedrals are made...
2010-02-18 toshinagata1964Cleaning up the rdoc comments.
2010-02-18 toshinagata1964Cleaning up the rdoc comments.
2010-02-18 toshinagata1964Ruby commands now handle angles in degree, rather than...
2010-02-18 toshinagata1964Ruby commands now handle the angles (rotation etc....
2010-02-06 toshinagata1964Documents: Molecular Mechanics section is written.
2010-02-03 toshinagata1964The multithread handling for MM/MD is improved.
2010-02-02 toshinagata1964Undo was not working after running antechamber. Fixed.
2010-01-31 toshinagata1964AmberTools-1.3 (part) is bundled.
2010-01-23 toshinagata1964the xcode project files <username>.{mode1v3,pbxuser...
2010-01-23 toshinagata1964Ruby command: ParEnumerable.lookup now accepts atom...
2010-01-21 toshinagata1964initial import