Revision
27 -
Directory Listing
Modified
Tue Jul 8 19:10:25 2008 UTC
(13 years, 10 months ago)
by
tjod
move mengine src to reflect new freemol directory structure
Revision
26 -
Directory Listing
Modified
Tue Jul 8 17:17:48 2008 UTC
(13 years, 10 months ago)
by
tjod
header files containg all the data from
mmff94.prm and mmxconst.prm
Revision
25 -
Directory Listing
Modified
Tue Jul 8 15:38:24 2008 UTC
(13 years, 10 months ago)
by
tjod
Incoporate the parameter files mmff94.prm and mmxconst.prm
into the mengine code by turning them into header files.
Each line becomes a string array element that is parsed in
place of lines in the .prm files. The .prm files are no
longer needed, but are not deleted from the repository.
Revision
24 -
Directory Listing
Modified
Mon Jul 7 23:29:55 2008 UTC
(13 years, 10 months ago)
by
wdelano
updated readme
Revision
23 -
Directory Listing
Modified
Mon Jul 7 23:06:52 2008 UTC
(13 years, 10 months ago)
by
wdelano
changes for win32
Revision
22 -
Directory Listing
Modified
Mon Jul 7 22:16:37 2008 UTC
(13 years, 10 months ago)
by
wdelano
initial checkin of mpeg_encode source
Revision
21 -
Directory Listing
Modified
Mon Jul 7 20:05:24 2008 UTC
(13 years, 10 months ago)
by
wdelano
draft design spec
Revision
20 -
Directory Listing
Modified
Mon Jun 30 22:00:43 2008 UTC
(13 years, 10 months ago)
by
tjod
Add -a switch to cause H atoms to be added, deleting existing ones.
With -a, mengine behaves as the original.
Formal charges are not always preserved, by the original or
the modified mengine with or without the -a switch.
It appears that negative charges are preserved (benzoic acid).
A positive charge on a N atom (an amine) is not preserved.
Charges are recognized in CHG records and in atom records.
Charges are output only in atom records.
Revision
19 -
Directory Listing
Modified
Fri Jun 27 18:12:33 2008 UTC
(13 years, 11 months ago)
by
wdelano
building up freemol root structure
Revision
18 -
Directory Listing
Modified
Fri Jun 27 18:01:21 2008 UTC
(13 years, 11 months ago)
by
wdelano
Revision
17 -
Directory Listing
Modified
Mon Jun 23 21:33:34 2008 UTC
(13 years, 11 months ago)
by
tjod
Change to popen3 to be able to capture stderr
Revision
16 -
Directory Listing
Modified
Mon Jun 23 21:29:26 2008 UTC
(13 years, 11 months ago)
by
tjod
Add back the command line options -d -i -x for dipole moment, vibrational data and logp. Have error.log directed to stdout.
Revision
15 -
Directory Listing
Modified
Thu Jun 19 00:26:16 2008 UTC
(13 years, 11 months ago)
by
tjod
Create new main program, mengine.c to replace gmmx.c
simplifying command line parsing (none).
Make mengine read stdin (sdf) and write stdout (sdf) instead
of files. Makefile reflects change from gmmx to mengine.
Revision
14 -
Directory Listing
Modified
Thu Jun 19 00:21:04 2008 UTC
(13 years, 11 months ago)
by
tjod
Sample python code showing how mengine can be called using popen2
Revision
13 -
Directory Listing
Modified
Thu Jun 19 00:20:24 2008 UTC
(13 years, 11 months ago)
by
tjod
Sample file for use with mengine and mengine.py
Revision
10 -
Directory Listing
Modified
Thu Jun 19 00:07:22 2008 UTC
(13 years, 11 months ago)
by
tjod
Create place for tagged branches
Revision
9 -
Directory Listing
Modified
Thu Jun 12 21:50:08 2008 UTC
(13 years, 11 months ago)
by
tjod
Was an old test
Revision
8 -
Directory Listing
Modified
Thu Jun 12 21:47:53 2008 UTC
(13 years, 11 months ago)
by
tjod
No need to store output file until a test suite is developed.
Revision
7 -
Directory Listing
Modified
Thu Jun 12 21:46:15 2008 UTC
(13 years, 11 months ago)
by
tjod
No need to store executables
Revision
6 -
Directory Listing
Modified
Thu Jun 12 21:12:19 2008 UTC
(13 years, 11 months ago)
by
tjod
Two mods to compile properly under mingw without
breaking linux compile.
Comments in source near /* TJO ... */
gmmx.c handle null-termination of file name string properly.
pcmod.h #include <stdio.h> to define FILE type.
Revision
5 -
Directory Listing
Modified
Mon Jun 9 21:44:31 2008 UTC
(13 years, 11 months ago)
by
tjod
test
Revision
4 -
Directory Listing
Modified
Mon Jun 9 21:43:12 2008 UTC
(13 years, 11 months ago)
by
wdelano
test add
Revision
3 -
Directory Listing
Modified
Mon Jun 9 21:38:26 2008 UTC
(13 years, 11 months ago)
by
tjod
test
Revision
2 -
Directory Listing
Modified
Thu May 22 18:48:23 2008 UTC
(14 years ago)
by
wdelano
First Commit
Revision
1 -
Directory Listing
Added
Thu May 22 18:41:46 2008 UTC
(14 years ago)
by
wdelano
First Import