Giter Club home page Giter Club logo

atomes-gnu's Introduction

Atomes

Atomes is a Free (Open Source) cross-platform software licensed under the terms of the Affero GPL v3+ license. Atoms is a toolbox developed to analyze, to visualize and to create/edit three-dimensional atomistic models. It offers a workspace that allows to have many projects opened simultaneously.

The different projects in the workspace can exchange data: analysis results, atomic coordinates ... Atomes also provides an advanced input preparation system for further calculations using well known molecular dynamics codes:

To prepare the input filles for these calculations is likely to be the key, and most complicated step towards MD simulations. Atomes offers a user-friendly assistant to help and guide the user step by step to achieve this crucial step.

Features

  • Analysis of 3D atomistic model: neutron and x-rays diffraction, rings statistics, chain statistics, bond order, MSD ...
  • Visualization: measures, coordination polyhedras, advanced coloring, advanced design
  • Edition: molecular library, crystal builder, cell edition, surface creation and passivation ...
  • MD input preparation:

Build instructions

To build Atomes:

./configure

Followed by:

make

Build options

Building the GTK4 version of Atomes

Atomes uses the GTK lib for the GUI, by default GTK3 is used, however it is possible to build the GTK4 version (beta), to do that edit the Makefile and change:

  1. Edit the file configure.ac:

And change:

PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= 3.16])
dnl PKG_CHECK_MODULES(GTK, [gtk4 >= 4.6])

To:

dnl PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= 3.16])
PKG_CHECK_MODULES(GTK, [gtk4 >= 4.6])
  1. Edit the file src/Makefile.am

And change:

-DGTK3

To:

-DGTK4

  1. Update the configure script:
rm -f aclocal.m4
rm -rf autom4te.cache
rm -f configure~
aclocal
autoconf
automake --add-missing
  1. Build Atomes
./configure
make

Here are some issues with GTK4 that cannot be sovled for the time being:

  1. No way to use Pango markups in menu items with sub-menus (https://gitlab.gnome.org/GNOME/gtk/-/issues/5946)
  2. No way to attach widget to menu items not in the top level of the menu (https://gitlab.gnome.org/GNOME/gtk/-/issues/5955)

Building the serial version of Atomes

By default Atomes uses OpenMP to parallelize several calculations over the CPU cores. It is possible to turn this off, and to build a serial version of Atomes, to do that:

  1. Edit the file src/Makefile.am

And remove all:

-DOPENMP -fopenmp

  1. Update the configure script:
rm -f aclocal.m4
rm -rf autom4te.cache
rm -f configure~
aclocal
autoconf
automake --add-missing
  1. Build Atomes
./configure
make

Install Atomes

make install

Who's behind Atomes

Atomes is developed by Dr. Sébastien Le Roux, research engineer for the CNRS

CNRS logo

Dr. Sébastien Le Roux works at the Institut de Physique et Chimie des Matériaux de Strasbourg IPCMS

IPCMS logo

Documentation

The documenation is hosted on GitHub here: Atomes documentation

Tutorials

Tutorial are regrouped and hosted on GitHub here: Atomes tutorials

atomes-gnu's People

Contributors

slookeur avatar alxpl avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ttpslr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.