chemistry
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 44
Jmol 11.2.8
Jmol is a (bio)molecular viewer applet and application. more>>
Jmol is a free, open source molecule viewer for students, educators, and researchers in chemistry and biochemistry. Jmol is cross-platform, running on Linux/Unix, Mac OS X, and Windows systems.
- The JmolApplet is a web browser applet that can be integrated into web pages.
- The Jmol application is a standalone Java application that runs on the desktop.
- The JmolViewer is a development tool kit that can be integrated into other Java applications.
Main features:
- Free, open-source software licensed under the GNU Lesser General Public License
- Applet, Application, and Systems Integration Component
- Cross-platform
- Supports all major web browsers
- High-performance 3D rendering with no hardware requirements
- File formats
- Animations
- Vibrations
- basic unit-cell support
- schematic shapes for secondary structures
- measurements
- RasMol/Chime scripting language support
- JavaScript support library
- Exports to .jpg, .pdf, and PovRay
Jmol v10 is a complete rearchitecture and rewrite of Jmol, undertaken in the Spring of 2003, with the specific goal of developing Jmol into a replacement for the Chime Plug-in.
Jmol v10 retains most of the features and functionality of the previous Jmol releases while offering significant enhancments in the following areas:
- true 3D graphics engine that requires no special hardware
- 24 bit color with accurate lighting and shading
- substantially higher rendering performance
- handles large macromolecules with excellent performance
- protein/nucleic acid secondary structure graphics
- RasMol/Chime script compatibility
Enhancements:
- bug fix: isosurface color -- not operating for some isosurface types
- bug fix: isosurface "xxxx.cube" -- not assigning proper default colors
- bug fix: gamess reader MO fix
- bug fix: state save of STRUCTURE misplaced
<<less- The JmolApplet is a web browser applet that can be integrated into web pages.
- The Jmol application is a standalone Java application that runs on the desktop.
- The JmolViewer is a development tool kit that can be integrated into other Java applications.
Main features:
- Free, open-source software licensed under the GNU Lesser General Public License
- Applet, Application, and Systems Integration Component
- Cross-platform
- Supports all major web browsers
- High-performance 3D rendering with no hardware requirements
- File formats
- Animations
- Vibrations
- basic unit-cell support
- schematic shapes for secondary structures
- measurements
- RasMol/Chime scripting language support
- JavaScript support library
- Exports to .jpg, .pdf, and PovRay
Jmol v10 is a complete rearchitecture and rewrite of Jmol, undertaken in the Spring of 2003, with the specific goal of developing Jmol into a replacement for the Chime Plug-in.
Jmol v10 retains most of the features and functionality of the previous Jmol releases while offering significant enhancments in the following areas:
- true 3D graphics engine that requires no special hardware
- 24 bit color with accurate lighting and shading
- substantially higher rendering performance
- handles large macromolecules with excellent performance
- protein/nucleic acid secondary structure graphics
- RasMol/Chime script compatibility
Enhancements:
- bug fix: isosurface color -- not operating for some isosurface types
- bug fix: isosurface "xxxx.cube" -- not assigning proper default colors
- bug fix: gamess reader MO fix
- bug fix: state save of STRUCTURE misplaced
Download (8.0MB)
Added: 2007-08-17 License: LGPL (GNU Lesser General Public License) Price:
841 downloads
Chemistry::Mol 0.36
Chemistry::Mol is a molecule object toolkit. more>>
Chemistry::Mol is a molecule object toolkit.
SYNOPSIS
use Chemistry::Mol;
$mol = Chemistry::Mol->new(id => "mol_id", name => "my molecule");
$c = $mol->new_atom(symbol => "C", coords => [0,0,0]);
$o = $mol->new_atom(symbol => "O", coords => [0,0,1.23]);
$mol->new_bond(atoms => [$c, $o], order => 3);
print $mol->print;
This package, along with Chemistry::Atom and Chemistry::Bond, includes basic objects and methods to describe molecules.
The core methods try not to enforce a particular convention. This means that only a minimal set of attributes is provided by default, and some attributes have very loosely defined meaning.
This is because each program and file type has different idea of what each concept (such as bond and atom type) means. Bonds are defined as a list of atoms (typically two) with an arbitrary type. Atoms are defined by a symbol and a Z, and may have 3D and internal coordinates (2D coming soon).
<<lessSYNOPSIS
use Chemistry::Mol;
$mol = Chemistry::Mol->new(id => "mol_id", name => "my molecule");
$c = $mol->new_atom(symbol => "C", coords => [0,0,0]);
$o = $mol->new_atom(symbol => "O", coords => [0,0,1.23]);
$mol->new_bond(atoms => [$c, $o], order => 3);
print $mol->print;
This package, along with Chemistry::Atom and Chemistry::Bond, includes basic objects and methods to describe molecules.
The core methods try not to enforce a particular convention. This means that only a minimal set of attributes is provided by default, and some attributes have very loosely defined meaning.
This is because each program and file type has different idea of what each concept (such as bond and atom type) means. Bonds are defined as a list of atoms (typically two) with an arbitrary type. Atoms are defined by a symbol and a Z, and may have 3D and internal coordinates (2D coming soon).
Download (0.042MB)
Added: 2007-08-15 License: Perl Artistic License Price:
803 downloads
LON-CAPA 2.4.2 / 2.4.99.0
LON-CAPA is an Open Source Freeware Distributed Learning Content Management and Assessment System. more>>
LON-CAPA is an Open Source Freeware Distributed Learning Content Management and Assessment System.
LON-CAPA is a full-featured, web-based course management system similar to commercial systems, see edutools.info for comparisons.
Main features:
- Content sharing and content reusability, including
- Network of shared resources from 27 participating institutions
- Shared repository of 61,000 resources including assessment questions and multimedia content
- Easy semester transition
- A large set of resources in physics/astronomy, chemistry, biology, mathematics/statistics, and geology
- Ability to add new resources to the existing content pool
- Creation and grading of randomized homework, quizzes or exams, including the ability to
- create sophisticated question types such as: click-on image, random label, random plot, or formula response
- reduce blind copying of answers by giving a different version of the problems to each student
- print randomized bubblesheet exams and quizzes
- configure the reporting of grades and feedback with a wide variety of options
- contextualize threaded homework discussions
- A development group based that sustains a twice-yearly LON-CAPA release cycle to insure rapid incorporation of instructor-requested enhancements.
- An open-source freeware system
Whats New in 2.4.2 Stable Release:
- This release correctly installs the jsMath fonts, which are used for TeX rendering.
- Symbolic math input now gets correctly compared to the instructor-prepared sample answer.
- Several issues regarding the printing, rendering, and grading of ".page" content assemblies were resolved.
- Teaching Assistants can now grade assignments that have an encrypted URL.
- The character "@" is now allowed in usernames.
- The German localization file was updated.
- Installation on CentOS and Scientific Linux is now possible.
Whats New in 2.4.99.0 Development Release:
- This release candidate supports personal response system ("clicker") registration and uploading of associated session data.
- It also offers new search functionality for users in and outside of classes, as well as optional coupling to institutional directories. User menu buttons can be switched off.
- Dynamics graphing in homework problems now supports linear/log, log/linear, and log/log plots.
<<lessLON-CAPA is a full-featured, web-based course management system similar to commercial systems, see edutools.info for comparisons.
Main features:
- Content sharing and content reusability, including
- Network of shared resources from 27 participating institutions
- Shared repository of 61,000 resources including assessment questions and multimedia content
- Easy semester transition
- A large set of resources in physics/astronomy, chemistry, biology, mathematics/statistics, and geology
- Ability to add new resources to the existing content pool
- Creation and grading of randomized homework, quizzes or exams, including the ability to
- create sophisticated question types such as: click-on image, random label, random plot, or formula response
- reduce blind copying of answers by giving a different version of the problems to each student
- print randomized bubblesheet exams and quizzes
- configure the reporting of grades and feedback with a wide variety of options
- contextualize threaded homework discussions
- A development group based that sustains a twice-yearly LON-CAPA release cycle to insure rapid incorporation of instructor-requested enhancements.
- An open-source freeware system
Whats New in 2.4.2 Stable Release:
- This release correctly installs the jsMath fonts, which are used for TeX rendering.
- Symbolic math input now gets correctly compared to the instructor-prepared sample answer.
- Several issues regarding the printing, rendering, and grading of ".page" content assemblies were resolved.
- Teaching Assistants can now grade assignments that have an encrypted URL.
- The character "@" is now allowed in usernames.
- The German localization file was updated.
- Installation on CentOS and Scientific Linux is now possible.
Whats New in 2.4.99.0 Development Release:
- This release candidate supports personal response system ("clicker") registration and uploading of associated session data.
- It also offers new search functionality for users in and outside of classes, as well as optional coupling to institutional directories. User menu buttons can be switched off.
- Dynamics graphing in homework problems now supports linear/log, log/linear, and log/log plots.
Download (MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
811 downloads
Gridder 1.0.2
Gridder is a free, open source set of portlets that simplify the use and administration of grid services. more>>
Gridder software is a free, open source set of portlets that simplify the use and administration of grid services, especially for job submission management.
Gridder is specially focused on these goals:
1. Easy Job Submission
Gridder offers a group of portlets for job management. These portlets are useful for the grid administrator and for the end user.
Lets describe a common scenario:
- A chemistry researcher has a new program that makes some complex calculations.
- This program can be run on a cluster to improve its performance.
- This researcher doesnt want to deal with complex Unix commands for executing this program so he asks the - Administrator to install the program in the Grid System and he would expect to be able to execute it through a web page.
- Grid Administrator installs the program on the underlying grid system.
- Grid Administrator uses Gridder Portlets to set up the new program.
- He configures several aspects like parameters, input type, look and feel, etc.
- Grid Administrator can also address security restrictions for program execution.
- Now the researcher can login into the grid system through a friendly web interface and he is able to execute his program and collect the results.
2. Provide Useful Resources
Gridder extends and documents the functionality of the OGCE Bundle.
In our Documentation Section you will find very useful documents and UML diagrams including:
- First steps for installing a grid system
Selection of best portlets. What they are and how to install them
- What GridSphere and OGCE are about
- Our recommended grid architecture
3. Make your grid look good for end users
Grid systems are usually used by science researchers who need resource intensive tasks (like graphics generation or some kind of complex query execution). These users are usually experts on their specific domain, but they have to deal with technical tasks related to computer languages and commands to be able to execute a job on a grid system.
Gridder simplifies this scenario by providing highly usable portlets that feature friendly web interfaces and by customizing the look and feel of open source products in order to provide a consistent look and behaviour, thus taking into account the whole user experience.
<<lessGridder is specially focused on these goals:
1. Easy Job Submission
Gridder offers a group of portlets for job management. These portlets are useful for the grid administrator and for the end user.
Lets describe a common scenario:
- A chemistry researcher has a new program that makes some complex calculations.
- This program can be run on a cluster to improve its performance.
- This researcher doesnt want to deal with complex Unix commands for executing this program so he asks the - Administrator to install the program in the Grid System and he would expect to be able to execute it through a web page.
- Grid Administrator installs the program on the underlying grid system.
- Grid Administrator uses Gridder Portlets to set up the new program.
- He configures several aspects like parameters, input type, look and feel, etc.
- Grid Administrator can also address security restrictions for program execution.
- Now the researcher can login into the grid system through a friendly web interface and he is able to execute his program and collect the results.
2. Provide Useful Resources
Gridder extends and documents the functionality of the OGCE Bundle.
In our Documentation Section you will find very useful documents and UML diagrams including:
- First steps for installing a grid system
Selection of best portlets. What they are and how to install them
- What GridSphere and OGCE are about
- Our recommended grid architecture
3. Make your grid look good for end users
Grid systems are usually used by science researchers who need resource intensive tasks (like graphics generation or some kind of complex query execution). These users are usually experts on their specific domain, but they have to deal with technical tasks related to computer languages and commands to be able to execute a job on a grid system.
Gridder simplifies this scenario by providing highly usable portlets that feature friendly web interfaces and by customizing the look and feel of open source products in order to provide a consistent look and behaviour, thus taking into account the whole user experience.
Download (MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
808 downloads
GChemPaint 0.8.2
GChemPaint is a 2D chemical structures editor for the Gnome desktop. more>>
GChemPaint is a 2D chemical structures editor for the Gnome desktop.
GChemPaint should enable embedding some chemistry in files from other programs using Bonobo.
<<lessGChemPaint should enable embedding some chemistry in files from other programs using Bonobo.
Download (1.5MB)
Added: 2007-07-28 License: GPL (GNU General Public License) Price:
822 downloads
Open Babel 2.0.2 / 2.1.1
Open Babel is a cross-platform chemistry program and library designed to convert file formats. more>>
Open Babel project is designed to pick up where Babel left off, as a cross-platform program and library designed to interconvert between many file formats used in molecular modeling and computational chemistry.
Main features:
- A huge variety of common chemical file formats, including SDF/MOL, Mol2, PDB, SMILES, XYZ, CML... (details)
- Recognition of file type based on filename extension
- Chemical MIME support
- SMARTS matcher
- Flexible atom typer
- Flexible bond typer for perception of multiple bonds from atomic coordinates
- Gasteiger partial charge calculation
- Hydrogen addition and deletion
- Isotope support, calculation of average and exact masses
- Automatic feature perception (rings, bonds, hybridization, aromaticity)
- Multiple conformer storage within molecules
- Command line conversion for multiple molecules in one file
- Command line interface
- Bitvector class
- Vector and matrix transformations
- Molecular test suite
- Open-source/Free Software under the GNU General Public License
- Cross platform (Windows, Linux, Mac OS X, SGI, Solaris, Dreamcast...)
Version restrictions:
- Generate coordinates for SMILES strings. (Meaning all coordinates will be zero when converting from a SMILES string.)
- Handle 2D->3D conversion (or vice versa).
- Handle a variety of important file formats.
Whats New in 2.1.1 Development Release:
- Improved scripting support, including dictionary-support for OBGenericData in pybel, casting from OBUnitCell, etc. Improved access to OBRings from OBMol.GetSSSR().
- Added support for descriptors (e.g., PSA, logP) from scripting interfaces.
- Added support for reading all PDB records (beyond current atom and bond connections). Records not handled directly by Open Babel are added as key/value pairs through OBPairData.
- Added a new configure flag --with-pkglibdir to allow Linux package distributors to define version-specific directories for file format plugins.
- Fixed a bug which would not output chirality information for canonical SMILES with 3D files.
- Fixed problems with new line-ending code. Now correctly reads DOS and old Mac OS files with non-UNIX line endings.
- Correctly rejects SMILES with incorrect ring closures. Thanks to Craig James for the report.
- Fixed a crash when output to canonical SMILES.
- Fixed a crash when converting from SMILES to InChI.
- Fixed a crash when reading some PDB files on Windows.
- Fixed a crash when reading invalid MDL/SDF files.
- Fixed a bug which made it impossible to read some GAMESS files.
- Fixed a problem when reading ChemDraw CDX files on Mac OS X.
- A large number of additional fixes, including some rare crashes.
<<lessMain features:
- A huge variety of common chemical file formats, including SDF/MOL, Mol2, PDB, SMILES, XYZ, CML... (details)
- Recognition of file type based on filename extension
- Chemical MIME support
- SMARTS matcher
- Flexible atom typer
- Flexible bond typer for perception of multiple bonds from atomic coordinates
- Gasteiger partial charge calculation
- Hydrogen addition and deletion
- Isotope support, calculation of average and exact masses
- Automatic feature perception (rings, bonds, hybridization, aromaticity)
- Multiple conformer storage within molecules
- Command line conversion for multiple molecules in one file
- Command line interface
- Bitvector class
- Vector and matrix transformations
- Molecular test suite
- Open-source/Free Software under the GNU General Public License
- Cross platform (Windows, Linux, Mac OS X, SGI, Solaris, Dreamcast...)
Version restrictions:
- Generate coordinates for SMILES strings. (Meaning all coordinates will be zero when converting from a SMILES string.)
- Handle 2D->3D conversion (or vice versa).
- Handle a variety of important file formats.
Whats New in 2.1.1 Development Release:
- Improved scripting support, including dictionary-support for OBGenericData in pybel, casting from OBUnitCell, etc. Improved access to OBRings from OBMol.GetSSSR().
- Added support for descriptors (e.g., PSA, logP) from scripting interfaces.
- Added support for reading all PDB records (beyond current atom and bond connections). Records not handled directly by Open Babel are added as key/value pairs through OBPairData.
- Added a new configure flag --with-pkglibdir to allow Linux package distributors to define version-specific directories for file format plugins.
- Fixed a bug which would not output chirality information for canonical SMILES with 3D files.
- Fixed problems with new line-ending code. Now correctly reads DOS and old Mac OS files with non-UNIX line endings.
- Correctly rejects SMILES with incorrect ring closures. Thanks to Craig James for the report.
- Fixed a crash when output to canonical SMILES.
- Fixed a crash when converting from SMILES to InChI.
- Fixed a crash when reading some PDB files on Windows.
- Fixed a crash when reading invalid MDL/SDF files.
- Fixed a bug which made it impossible to read some GAMESS files.
- Fixed a problem when reading ChemDraw CDX files on Mac OS X.
- A large number of additional fixes, including some rare crashes.
Download (2.3MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
527 downloads
units-filter 2.7
Units-filter is a basic standalone filter written in C, flex, and bison. more>>
Units-filter is a basic standalone filter written in C, flex, and bison.
It inputs strings like "1.5e3 nN.m.s^-1" (which could be the time growth ratio of a torque) and outputs the value in standard SI units, followed by the physical dimension of this value.
units-filter can be embedded in educational test systems, in order to analyze a students answer to a problem of physics or chemistry.
Enhancements:
- The support for quantities with a particular number of significative digits was added.
- For example, the entry "1.02m#5" or "1.0200m" are equivalent and signify a distance measurement precise at the sub-millimeter scale.
- Both would yield the output "1.0200e+00 m".
<<lessIt inputs strings like "1.5e3 nN.m.s^-1" (which could be the time growth ratio of a torque) and outputs the value in standard SI units, followed by the physical dimension of this value.
units-filter can be embedded in educational test systems, in order to analyze a students answer to a problem of physics or chemistry.
Enhancements:
- The support for quantities with a particular number of significative digits was added.
- For example, the entry "1.02m#5" or "1.0200m" are equivalent and signify a distance measurement precise at the sub-millimeter scale.
- Both would yield the output "1.0200e+00 m".
Download (0.016MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
846 downloads
Gnome Chemistry Utils 0.9.0
Gnome Chemistry Utils provide C++ classes and Gtk+-2 widgets related to chemistry. more>>
Gnome Chemistry Utils software provides C++ classes and Gtk+-2 widgets related to chemistry. They are used in both Gnome Crystal and GChemPaint.
To compile and use the Gnome Chemistry Utils, you need libglade-2, and GtkGLExt, and their own dependencies. Everything except GtkGLExt is available from the Gnome repository or one of its mirrors.
The GtkChem3DViewer widget also needs Gnome-vfs and OpenBabel to be built.
GChemistry Utils are distributed under the LGPL license.
Gnome Chemistry Utils are in an early development stage.
Three widgets:
- a periodic table,
- a crystal structure viewer,
- a 3D molecular structure viewer.
The last widget is also accesible as a Bonobo control.
The Gnome Chemistry Utils are the basis for the development of both GChemPaint and Gnome Crystal
<<lessTo compile and use the Gnome Chemistry Utils, you need libglade-2, and GtkGLExt, and their own dependencies. Everything except GtkGLExt is available from the Gnome repository or one of its mirrors.
The GtkChem3DViewer widget also needs Gnome-vfs and OpenBabel to be built.
GChemistry Utils are distributed under the LGPL license.
Gnome Chemistry Utils are in an early development stage.
Three widgets:
- a periodic table,
- a crystal structure viewer,
- a 3D molecular structure viewer.
The last widget is also accesible as a Bonobo control.
The Gnome Chemistry Utils are the basis for the development of both GChemPaint and Gnome Crystal
Download (1.6MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
848 downloads
xmds 1.6-3
xmds is a code generator for equation integration. more>>
XMDS project is a code generator that integrates equations. You write them down in human readable form in an XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.
xmds - the eXtensible Multi-Dimensional Simulator - is a program for solving equations - fast. It is a tool to simplify the computer modelling of various systems, and is currently being developed within the Australian Centre for Quantum-Atom Optics at the University of Queensland.
There are many situations in many areas where a system of interest can be modelled by a differential equation or equations. Such areas include: physics, mathematics, engineering, physical and theoretical chemistry, theoretical and computational biology, finance, and economics. Modelling these systems involves writing a computer program to find a solution to the equations, which is not necessarily easy to do.
This is where xmds comes in. The advantage of using xmds instead of doing the same job by means of conventional programming is the same as ordering a pizza as opposed to making one yourself. The only thing you have to learn to become an xmds user is "How to order a pizza".
There are a couple of important differences here though: normally you have to pay for the pizza, while xmds comes for free; and xmds is like a gourmet pizza outlet - one has the option of exotic things like solving stochastic equations, which the chain-brand "pizza vendors" dont offer! xmds therefore makes writing complex computer simulations simple.
Another major advantage of xmds is that it is free. The source code and documentation can be freely downloaded from the xmds web site. xmds runs on Linux, Unix (including MacOS X) and the Cygwin environment on Windows, help for installing xmds on these systems is available both from the web site and the xmds distribution.
xmds is especially useful in solving complex problems requiring solving the problem over many different random parameters. Such problems can be parallelised (run on lots of computers at the same time) and xmds does this automatically with little user input, making the solution of these problems a breeze.
Often writing a computer program to solve complex problems can be very difficult, time-consuming, and error-prone. This is where xmds excels. One merely needs to write a script in a high-level form which is easy for a person to understand, and xmds goes off and writes the low-level code for you, producing code that is better for a computer.
This makes the writing of a simulation program significantly easier, reducing the development time, and almost eliminating bugs since xmds has written the vast majority of the code for you and has used thoroughly tested code and techniques in the production of the program.
The output program that xmds writes is still about as fast as code hand-written by an expert, so one can has the best of both worlds: quick development time, and quick execution.
So, if youre trying to model a bunch of atoms bouncing around together, the diffusion of an electrolyte solution, the reaction of enzymes with a substrate, or the volatility of stock prices, then xmds is the simulation tool for you.
Main features:
- An open-source XML based simulation package
- From Ordinary Differential Equations (ODEs) up to stochastic Partial Differential Equations (PDEs)
- Many applications:
- physics
- mathematics
- engineering
- finance
- economics
- chemistry
- theoretical biology
- Generates fast, C++ compiled code
- Documentation and source are free!
- Runs on Linux, Unix, MacOS X and Cygwin (Windows)
Installation
tar -xzvf xmds-1.3-5.tar.gz
cd xmds-1.3-5
./configure --with-user (or if logged on as root ./configure)
make
make install
Enhancements:
- This is another bugfix release of xmds-1.6.
- It is unlikely that anyone else has ever encountered these bugs, and now they never will. We are back to "no known bugs".
<<lessxmds - the eXtensible Multi-Dimensional Simulator - is a program for solving equations - fast. It is a tool to simplify the computer modelling of various systems, and is currently being developed within the Australian Centre for Quantum-Atom Optics at the University of Queensland.
There are many situations in many areas where a system of interest can be modelled by a differential equation or equations. Such areas include: physics, mathematics, engineering, physical and theoretical chemistry, theoretical and computational biology, finance, and economics. Modelling these systems involves writing a computer program to find a solution to the equations, which is not necessarily easy to do.
This is where xmds comes in. The advantage of using xmds instead of doing the same job by means of conventional programming is the same as ordering a pizza as opposed to making one yourself. The only thing you have to learn to become an xmds user is "How to order a pizza".
There are a couple of important differences here though: normally you have to pay for the pizza, while xmds comes for free; and xmds is like a gourmet pizza outlet - one has the option of exotic things like solving stochastic equations, which the chain-brand "pizza vendors" dont offer! xmds therefore makes writing complex computer simulations simple.
Another major advantage of xmds is that it is free. The source code and documentation can be freely downloaded from the xmds web site. xmds runs on Linux, Unix (including MacOS X) and the Cygwin environment on Windows, help for installing xmds on these systems is available both from the web site and the xmds distribution.
xmds is especially useful in solving complex problems requiring solving the problem over many different random parameters. Such problems can be parallelised (run on lots of computers at the same time) and xmds does this automatically with little user input, making the solution of these problems a breeze.
Often writing a computer program to solve complex problems can be very difficult, time-consuming, and error-prone. This is where xmds excels. One merely needs to write a script in a high-level form which is easy for a person to understand, and xmds goes off and writes the low-level code for you, producing code that is better for a computer.
This makes the writing of a simulation program significantly easier, reducing the development time, and almost eliminating bugs since xmds has written the vast majority of the code for you and has used thoroughly tested code and techniques in the production of the program.
The output program that xmds writes is still about as fast as code hand-written by an expert, so one can has the best of both worlds: quick development time, and quick execution.
So, if youre trying to model a bunch of atoms bouncing around together, the diffusion of an electrolyte solution, the reaction of enzymes with a substrate, or the volatility of stock prices, then xmds is the simulation tool for you.
Main features:
- An open-source XML based simulation package
- From Ordinary Differential Equations (ODEs) up to stochastic Partial Differential Equations (PDEs)
- Many applications:
- physics
- mathematics
- engineering
- finance
- economics
- chemistry
- theoretical biology
- Generates fast, C++ compiled code
- Documentation and source are free!
- Runs on Linux, Unix, MacOS X and Cygwin (Windows)
Installation
tar -xzvf xmds-1.3-5.tar.gz
cd xmds-1.3-5
./configure --with-user (or if logged on as root ./configure)
make
make install
Enhancements:
- This is another bugfix release of xmds-1.6.
- It is unlikely that anyone else has ever encountered these bugs, and now they never will. We are back to "no known bugs".
Download (0.38MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
852 downloads
Chemistry Development Kit 1.0.1
Chemistry Development Kit is a Java classes for chemo- and bioinformatics. more>>
Chemistry Development Kit classes are Java utitility classes for ChemoInformatics and Computational chemistry, written in Java. They are developed constantly developed parallel to other projects that make use of them.
They are a complete re-write of the CompChem classes that were the basis of JChemPaint, a Java Editor for 2D chemical structures, and of JMDraw, a Java package for the graphical layout of 2D chemical structures.
The CDK project was started in September 2000 to replace the CompChem libraries used by JChemPaint, Jmol and SENECA. It no longer is in its initial stage, but is slowly getting a solid state.
The people involved in setting up the project are Christoph Steinbeck then at the Chemoinformatics Group at the Max Planck Institute of Chemical Ecology in Jena, as well as Egon Willighagen from the University of Nijmegen, The Netherlands, who is also involved with JChemPaint and many other Java Chemoinformatics programs, and Dan Gezelter from Notre Dame University, South Bend, USA, the initiator of Jmol, a 3D viewer and analyzer for molecules .
Now, the rewrite of these CompChem/CDK library classes do somehow effect all of our projects. All of our code relies to some extend on the so-called CompChem classes for computational chemistry.
Christoph Steinbeck started this chemistry library when he started programming SENECA, a system for Computer Assisted Structure Elucidation. It turned out that some of the code had design flaws that prevented others, like the authors of (Jmol) to use it.
Enhancements:
- This release consists of mostly some bugfixes, but also solves a few Java 1.4.2 compile problems and adds more functionality to the SMARTS parser.
<<lessThey are a complete re-write of the CompChem classes that were the basis of JChemPaint, a Java Editor for 2D chemical structures, and of JMDraw, a Java package for the graphical layout of 2D chemical structures.
The CDK project was started in September 2000 to replace the CompChem libraries used by JChemPaint, Jmol and SENECA. It no longer is in its initial stage, but is slowly getting a solid state.
The people involved in setting up the project are Christoph Steinbeck then at the Chemoinformatics Group at the Max Planck Institute of Chemical Ecology in Jena, as well as Egon Willighagen from the University of Nijmegen, The Netherlands, who is also involved with JChemPaint and many other Java Chemoinformatics programs, and Dan Gezelter from Notre Dame University, South Bend, USA, the initiator of Jmol, a 3D viewer and analyzer for molecules .
Now, the rewrite of these CompChem/CDK library classes do somehow effect all of our projects. All of our code relies to some extend on the so-called CompChem classes for computational chemistry.
Christoph Steinbeck started this chemistry library when he started programming SENECA, a system for Computer Assisted Structure Elucidation. It turned out that some of the code had design flaws that prevented others, like the authors of (Jmol) to use it.
Enhancements:
- This release consists of mostly some bugfixes, but also solves a few Java 1.4.2 compile problems and adds more functionality to the SMARTS parser.
Download (13.1MB)
Added: 2007-06-26 License: LGPL (GNU Lesser General Public License) Price:
851 downloads
KryoMol 0.6.5
KryoMol is a KDE based program for visualization and analysis of several chemistry related files. more>>
KryoMol project is a KDE based program for visualization and analysis of several chemistry related files. Currently KryoMol can cope with:
- Quantum Chemical Computation logs from Gaussian98/03, GAMESS, ACESII (german version), and NwChem
- Molecular Mechanis Logs: Tinker, Macromodel
- Other formats as xyz or mol
- 1D NMR spectra and JCAMP-DX spectra
Installation:
KryoMol is a autoconf/automake based program and installs itself with the common configure/make/make install procedure.
Installation as root
$ ./configure
$ make
$su
$make install
and now log out and log in ( I strongly recommend this to properly load all new libraries and services).
Installation as user
If you dont have root privileges and want to try KryoMol you must install it in a directory with write permissions, therefore you must use the prefix switch in configure. For instance if you want to install under your personal kde tree $./configure --prefix=/home/user/.kde
$make
$make install
log out and log in
Installation as user in a new kde tree
If you want to install in a compleptly new KDE tree, for instance /home/user/mykde you must follow the above procedure:
$./configure --prefix=/home/armando/mykde && make && make install
and now add this to your .bash_profile:
MYKDE=/home/armando/mykde
export KDEDIRS=$MYKDE:$KDEDIRS
export LD_LIBRARY_PATH=$MYKDE/lib64:$LD_LIBRARY_PATH
export PATH=$MYKDE/bin:$PATH
Enhancements:
- ECD/VCD/UV spectra are properly represented
- Scale is draw in UV/ECD spectra
- Solved problem with capitalized extensions
- Solved problems in xyz parser
- Solved problem when closing window and animation is active
- Solved a bug in the varian nmr parser
- Opening of nmr spectra over remote protocols
- Solved bug in format when exporting hessian
- Replaced some old QFileDialog and QPrinter stuff by KDE widgets
- Solved problem when loading printer icon on QIRWidget
<<less- Quantum Chemical Computation logs from Gaussian98/03, GAMESS, ACESII (german version), and NwChem
- Molecular Mechanis Logs: Tinker, Macromodel
- Other formats as xyz or mol
- 1D NMR spectra and JCAMP-DX spectra
Installation:
KryoMol is a autoconf/automake based program and installs itself with the common configure/make/make install procedure.
Installation as root
$ ./configure
$ make
$su
$make install
and now log out and log in ( I strongly recommend this to properly load all new libraries and services).
Installation as user
If you dont have root privileges and want to try KryoMol you must install it in a directory with write permissions, therefore you must use the prefix switch in configure. For instance if you want to install under your personal kde tree $./configure --prefix=/home/user/.kde
$make
$make install
log out and log in
Installation as user in a new kde tree
If you want to install in a compleptly new KDE tree, for instance /home/user/mykde you must follow the above procedure:
$./configure --prefix=/home/armando/mykde && make && make install
and now add this to your .bash_profile:
MYKDE=/home/armando/mykde
export KDEDIRS=$MYKDE:$KDEDIRS
export LD_LIBRARY_PATH=$MYKDE/lib64:$LD_LIBRARY_PATH
export PATH=$MYKDE/bin:$PATH
Enhancements:
- ECD/VCD/UV spectra are properly represented
- Scale is draw in UV/ECD spectra
- Solved problem with capitalized extensions
- Solved problems in xyz parser
- Solved problem when closing window and animation is active
- Solved a bug in the varian nmr parser
- Opening of nmr spectra over remote protocols
- Solved bug in format when exporting hessian
- Replaced some old QFileDialog and QPrinter stuff by KDE widgets
- Solved problem when loading printer icon on QIRWidget
Download (1.4MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
857 downloads
Bioclipse 1.0.1 / 1.1.3 Beta
Bioclipse is a rich-client platform chemistry and biology workbench. more>>
Bioclipse is a rich-client platform chemistry and biology workbench. Bioclipse provides access to many open source bioinformatics and chemoinformatics toolkits and has plugins for the Chemistry Development Kit, JChemPaint, Jmol, and BioJava.
General:
Based on Eclipse
Platform independent
Automated update via plugin server
Supported entities:
small molecules
proteins
RNA
DNA
sequences
alignments
<<lessGeneral:
Based on Eclipse
Platform independent
Automated update via plugin server
Supported entities:
small molecules
proteins
RNA
DNA
sequences
alignments
Download (48MB)
Added: 2007-06-21 License: Eclipse Public License Price:
860 downloads
Parallel Three-Dimensional Fast Fourier Transforms 2.1
Parallel Three-Dimensional Fast Fourier Transforms is a library for computational computing in a wide range of sciences. more>>
Parallel Three-Dimensional Fast Fourier Transforms, dubbed P3DFFT, is a library for computational computing in a wide range of sciences, such as physics, climatology, chemistry.
This project was developed at SDSC by Dmitry Pekurovsky as a product of a Strategic Applications Collaborations (SAC) project.
Main features:
- Parallel implementation with 2D data decomposition, overcoming an important limitation to scalability of other 3D FFT libraries implementing 1D, or slab, decomposition.
- Optimized for parallel communication and single-CPU performance.
- Built on top of well-optimized and flexible 1D FFT libraries.
Enhancements:
- Assorted minor bugfixes and code speedups.
<<lessThis project was developed at SDSC by Dmitry Pekurovsky as a product of a Strategic Applications Collaborations (SAC) project.
Main features:
- Parallel implementation with 2D data decomposition, overcoming an important limitation to scalability of other 3D FFT libraries implementing 1D, or slab, decomposition.
- Optimized for parallel communication and single-CPU performance.
- Built on top of well-optimized and flexible 1D FFT libraries.
Enhancements:
- Assorted minor bugfixes and code speedups.
Download (MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
869 downloads
Avogadro 0.1.0
Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling... more>>
Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas.
This project offers a flexible rendering engine and a powerful plugin architecture.
The main concept behind Avogadro is to enable a strong framework for molecular visualization and editing. Each community has their own needs and goals for an ideal tool. So Avogadro seeks to allow users to easily provide their own plugins and scripts for rendering, tools, commands... etc.
Avogadro is based on top of existing chemistry software, including Open Babel. In the future, it will offer strong scripting abilities to allow for automated demos, submission of calculations to local computational resources, and user-defined customization.
<<lessThis project offers a flexible rendering engine and a powerful plugin architecture.
The main concept behind Avogadro is to enable a strong framework for molecular visualization and editing. Each community has their own needs and goals for an ideal tool. So Avogadro seeks to allow users to easily provide their own plugins and scripts for rendering, tools, commands... etc.
Avogadro is based on top of existing chemistry software, including Open Babel. In the future, it will offer strong scripting abilities to allow for automated demos, submission of calculations to local computational resources, and user-defined customization.
Download (0.25MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
875 downloads
VULCAN 6.0.0
VULCAN project provides computational fluid dynamics analysis. more>>
VULCAN project provides computational fluid dynamics analysis.
VULCAN (Viscous Upwind aLgorithm for Complex flow ANalysis) offers computational fluid dynamics for subsonic speed through hypersonic turbulent reacting and non-reacting flows on a variety of serial and parallel computational platforms.
The computational cost of propulsion flow analysis is reduced through the use of special turbulent wall treatments, multi-grid methods for elliptic and space marching schemes, and conditioning of the governing equations to reduce numerical stiffness.
Physical modeling capabilities are improved through the inclusion of models for compressibility, Reynolds stress anisotropies, turbulent diffusivity, finite rate chemistry, and turbulence/chemistry interaction effects.
VULCAN can simulate two-dimensional, three-dimensional, or axi-symmetric multi-block problems.
Enhancements:
- This release adds logic to force the correct asymptotic behavior of the turbulence kinetic energy and the turbulence frequency (omega) for surface cell y+ values that are below the log layer portion of the boundary layer.
- It adds the output of reference stagnation conditions and dynamic pressure.
- There are numerous bugfixes, code cleanups, and fixes for setting initial conditions.
- There are minor GUI enhancements.
<<lessVULCAN (Viscous Upwind aLgorithm for Complex flow ANalysis) offers computational fluid dynamics for subsonic speed through hypersonic turbulent reacting and non-reacting flows on a variety of serial and parallel computational platforms.
The computational cost of propulsion flow analysis is reduced through the use of special turbulent wall treatments, multi-grid methods for elliptic and space marching schemes, and conditioning of the governing equations to reduce numerical stiffness.
Physical modeling capabilities are improved through the inclusion of models for compressibility, Reynolds stress anisotropies, turbulent diffusivity, finite rate chemistry, and turbulence/chemistry interaction effects.
VULCAN can simulate two-dimensional, three-dimensional, or axi-symmetric multi-block problems.
Enhancements:
- This release adds logic to force the correct asymptotic behavior of the turbulence kinetic energy and the turbulence frequency (omega) for surface cell y+ values that are below the log layer portion of the boundary layer.
- It adds the output of reference stagnation conditions and dynamic pressure.
- There are numerous bugfixes, code cleanups, and fixes for setting initial conditions.
- There are minor GUI enhancements.
Download (MB)
Added: 2007-06-02 License: Other/Proprietary License Price:
881 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above chemistry search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed