NanoEngineer: open-source nanotech CAD ============================== NanoEngineer-1 is an open-source molecular modeling and simulation system that looks and feels like SolidWorks. It features an easy-to-use interactive 3D graphical user interface for designing and modeling large, atomically precise composite systems like molecular machines, DNA, carbon nanotubes, peptide chains, machine elements, etc. For simulation and analysis, NanoEngineer-1 supports multiple molecular dynamics and quantum mechanics systems in a single environment, providing a wide range of nano-scale simulation capabilities. The following molecular dynamics and quantum chemistry packages are supported: * [GROMACS](http://www.gromacs.org/gromacs/features/feature-summary.html) * [GAMESS](http://www.msg.ameslab.gov/GAMESS/) * [PC GAMESS](http://classic.chem.msu.su/gran/gamess/) * [Massively Parallel Quantum Chemistry (MPQC) Program](http://www.mpqc.org/) ### Contents 1\. [Gallery](#gallery) 1.1\. [Molecular machines](#molecularmachines) 1.2\. [Carbon nanotubes](#carbonnanotubes) 1.3\. [Structural DNA nanotechnology](#dnananotech) 1.4\. [Molecular manufacturing](#molecularmanufacturing) 1.5\. [About these images](#abouttheseimages) 2\. [Helpful links and installing](#helpfullinks) 3\. [Installing from source](#installing) 4\. [Video](#video) Developer/user group: http://groups.google.com/group/nanoengineer-dev 1\. Gallery ------------ ### 1.1\. Molecular machines ### 1.2\. Carbon nanotubes ### 1.3\. Structural DNA nanotechnology ### 1.4\. Molecular manufacturing ### 1.5\. About these images More information about these images can be found [on the nanorex.com gallery](http://nanoengineer-1.com/content/index.php?option=com_content&task=view&id=36&Itemid=46). Many of the images and animations in these galleries have been rendered with [QuteMol](http://qutemol.sourceforge.net/), a new open-source, interactive, high quality molecular visualization system which exploits the latest GPU capabilities through OpenGL shaders to offers an array of innovative visual effects. 2\. Helpful links and installing ------------ * Nanorex http://nanorex.com/ * mailing list http://groups.google.com/group/nanoengineer-dev * wiki http://nanoengineer-1.net/ In particular: * [Getting NE-1](http://www.nanoengineer-1.net/mediawiki/index.php?title=Get_NanoEngineer-1) * [Need help?](http://www.nanoengineer-1.net/mediawiki/index.php?title=Help) * [Documentation](http://www.nanoengineer-1.net/mediawiki/index.php?title=Category:Documentation) including manuals, tutorials, videos, API docs, etc. * [Getting involved](http://www.nanoengineer-1.net/mediawiki/index.php?title=Category:Contribute) 3\. Installing from source ------------ Nanoengineer is a tricky beast to install. The [2008 release](http://www.nanoengineer-1.net/mediawiki/index.php?title=Get_NanoEngineer-1) will install and run on OS X and Windows. Compiling and running from source on Linux is the current ongoing project. To facilitate this effort, users can either create a chroot and install an older distribution of Ubuntu, or download a ready-made chroot. The development efforts are presently centered around upgrading dependencies in successive versions of modernized Ubuntu chroots, instead of trying to fix all problems simultaneously while running NanoEngineer on a modern GNU/Linux distribution. To download and use the chroot: ```bash # download the ready-made chroot archive wget http://diyhpl.us/~bryan/irc/nanoengineer/nanoengineer-chroot.tar.gz # extract the chroot tar -zxvf nanoengineer-chroot.tar.gz # mount these things if you want the GUI to work for i in etc/resolv.conf tmp proc dev; do sudo mount --bind /$i nanoengineer-chroot/$i; done # allow connections from other uids over the local X11 socket xhost +local: # jump in sudo chroot nanoengineer-chroot/ # now run nanoengineer su nanoengineeruser -c "python ~/code/nanoengineer/cad/src/main.py" # if you have a radeon or intel video hardware, it's possible that this 2007 userspace will be able to use /dev/dri/0 # after verifying nanoengineer runs with libgl1-mesa-swx11, you may want to replace that with an accelerated solution apt-get install libgl1-mesa-glx libgl1-mesa-dri # verify direct rendering. this is only expected to work if it also works outside the chroot. DISPLAY=:0 glxinfo | grep direct ``` Alternatively, you can follow [instructions to create a chroot](http://diyhpl.us/~bryan/irc/nanoengineer/nanoengineer-chroot-debootstrap). Developers can be reached on the [mailing list](http://groups.google.com/group/nanoengineer-dev) or on irc.freenode.net in the ##hplusroadmap channel. 4\. Nanofactory video ------------ http://www.youtube.com/watch?v=vEYN18d7gHg The nanofactory animation was funded by a challenge grant. Read more [here](http://www.foresight.org/animation_challenge/index.html) (Foresight Institute). The original files are [here](http://www.foresight.org/nanofactory.mov) and [here](http://www.foresight.org/animation_challenge/nanofactory_360x240copyright_sor3.mov).