Search found 814 matches
- Sat Jul 04, 2009 2:02 pm
- Forum: OpenMM
- Topic: Units of force constants
- Replies: 19
- Views: 4735
RE: Units of force constants
<t>I checked your numbers in Matlab and agree with you -- 0.000364 kcal/mol is the right answer. And I get that whether I work in Amber units or use your conversions to kJ/nm and back.<br/> <br/> So I think that narrows it down to the parts of the program we haven't seen. For example, the non-zero K...
- Sat Jul 04, 2009 11:31 am
- Forum: OpenMM
- Topic: Units of force constants
- Replies: 19
- Views: 4735
RE: Units of force constants
<t>- for working out the bond terms I would suggest building your trivial example with no nonbonded forces at all, just to keep it simple<br/> - regarding 5-sided rings, all heavy atoms are 1-2 or 1-3 bonded along the shortest path, so NonbondedForce::createExceptionsFromBonds() will set all the non...
- Sat Jul 04, 2009 10:10 am
- Forum: OpenMM
- Topic: Units of force constants
- Replies: 19
- Views: 4735
RE: Units of force constants
<t>Hi, Siddharth. HelloEthane is probably the best documentation at the moment and your last posted conversion looked correct to me. There was also a handout at the OpenMM Developer's Workshop giving all the OpenMM functional forms, but I don't know where to find an electronic copy of that.<br/> <br...
- Mon Jun 08, 2009 1:19 pm
- Forum: Molmodel: SimTK molecular modeling API
- Topic: Not overwhelming yet
- Replies: 0
- Views: 668
Not overwhelming yet
I must congratulate all us Molmodel developers on our restrained use of this forum!
Regards,
Sherm
Regards,
Sherm
- Wed May 27, 2009 1:37 pm
- Forum: OpenMM
- Topic: gromacs does not uses cuda
- Replies: 30
- Views: 7996
RE: gromacs does not uses cuda
A caution on OPLS: it uses a different Lennard-Jones mixing rule (Jorgensen's) than does OpenMM which currently supports only the Lorentz-Berthelot mixing rule used by Amber and Charmm.
Sherm
Sherm
- Tue Mar 31, 2009 5:22 pm
- Forum: SimTK Core Toolset
- Topic: debug libs on windows
- Replies: 6
- Views: 1810
RE: debug libs on windows
Thanks, Rob. I fixed up all the SimTK core CMake files to use the %ProgramFiles% environment variable (really "registry entry") so that will be in the next release.
I filed bug report #752 (now closed) so we can keep track of this fix.
Regards, Sherm
I filed bug report #752 (now closed) so we can keep track of this fix.
Regards, Sherm
- Tue Mar 17, 2009 9:54 am
- Forum: OpenMM
- Topic: MPI as platform?
- Replies: 6
- Views: 2709
RE: MPI as platform?
I see your point. Is there some reason it is desirable to have the clusters visible in the OpenMM API rather than buried as a platform? It is my (vague) understanding that OpenCL is following the cluster-is-just-a-platform path but it remains to be seen how that will work out.
Sherm
Sherm
- Tue Mar 17, 2009 9:09 am
- Forum: OpenMM
- Topic: MPI as platform?
- Replies: 6
- Views: 2709
RE: MPI as platform?
<t>This appears to have the problem that the same main program wouldn't work on a non-cluster system. The separate-platform idea could be used to shove the cluster down a level so that it would be invisible in user code.<br/> <br/> I'm thinking that one would want to develop the program, perhaps run...
- Sat Mar 14, 2009 12:18 pm
- Forum: SimTK Core Toolset
- Topic: Inverse Dynamics
- Replies: 17
- Views: 5062
RE: Inverse Dynamics
<t>Thanks, J-O.<br/> <br/> Your code looks perfectly reasonable to me. It appears that the static symbol SimTK::Stage::HighestValid is not being found in SimTKcommon.lib where it should be. This is of course a very common symbol since it is used as the default value for the second realize() paramete...
- Thu Mar 12, 2009 3:47 pm
- Forum: SimTK Core Toolset
- Topic: Inverse Dynamics
- Replies: 17
- Views: 5062
RE: Inverse Dynamics
Hi, J-O. Can you capture the link messages and post them? Thanks, Sherm