Credits
HOOMD Developers:
Joshua Anderson, ISU and Ames Lab - primary developer
- Initial code architecture design
- Neighbor list generation
- Lennard-Jones forces
- Gaussian pair forces
- Harmonic bond forces
- NVE and NVT integration
- hoomd_script design & implementation
- hoomd_xml file format design & implementation
- MOL2 & DCD file format writers
- PDB file format writer
- Random polymer generator
- IMD interface for VMD
- Documentation
- analyze.log design and implementation
- analyze.msd implementation
Alex Travesset, ISU and Ames Lab - his advisor
- Electrostatic forces
Rastko Sknepnek, ISU and Ames Lab - additional development
- NPT integration
Carolyn Phillips, University of Michigan - additional development
- FENE bond forces
- Shifted LJ forces
- Initial testing and debugging of HOOMD on Mac OS X systems
While not having contributed a significant amount of code to HOOMD, David Tarjan at the University of Virginia is repsonsible for numerous performance tweaks to the neighbor list and Lennard-Jones force code.
Source code
Sockets code from VMD is used for the IMDInterface to VMD (http://www.ks.uiuc.edu/Research/vmd/) - Used under the VMD License
This software includes code developed by the Theoretical and Computational Biophysics Group in the Beckman Institute for Advanced Science and Technology at the University of Illinois at Urbana-Champaign.
XML parsing is performed with XML.c from http://www.applied-mathematics.net/tools/xmlParser.html - Used under the BSD License
Copyright (c) 2002, Frank Vanden Berghen
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of the Frank Vanden Berghen nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FindCUDA.cmake (http://www.sci.utah.edu/~abe/FindCuda.html) has been modified slightly and is used as part of the build system - Used under the MIT License
Copyright (c) 2007
Scientific Computing and Imaging Institute, University of Utah
License for the specific language governing rights and limitations under Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Saru is used for random number generation - Used under the following license
Copyright (c) 2008 Steve Worley < m a t h g e e k@(my last name).com >
Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Libraries
(distributed in a linked binary form if you downloaded a HOOMD static build)
boost - Used under the Boost Software License, Version 1.0 (http://www.boost.org/LICENSE_1_0.txt)
zlib - Used under the zlib license (http://www.zlib.net/zlib_license.html)
bzip2 - Used under the bzip2 license (http://www.bzip.org)
Generated on Tue Mar 24 17:40:34 2009 for HOOMD by
1.5.7.1


