GithubHelp home page GithubHelp logo

denoptim-project / autocompchem Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 89.05 MB

Tools for automated computational chemistry

License: GNU Affero General Public License v3.0

Shell 7.17% Java 92.82% HTML 0.02%
computational-chemistry java molecular-modeling quantum-chemistry

autocompchem's Introduction

AutoCompChem

AutoCompChem (or ACC) is a collection of tools used to automatize computational chemistry tasks.

Installation

  1. Create a suitable environment with conda

    conda env create -f https://raw.githubusercontent.com/denoptim-project/AutoCompChem/main/environment.yml
    

    and then activate it with

    conda activate acc_devel
    

    Alternatively, if you do not want to use conda, you can install Maven and JAVA (version 11 or higher) by yourself. Your environment should allow to run the following commands without errors.

    mvn -version
    javac -version
    
  2. Download the latest release from the releases page and unzip/untar-gz the resulting archive.

  3. move inside the resulting folder. The pathname of this folder is here represented by <your_path_to_ACC>. Remember to replace <your_path_to_ACC> with the appropriate pathname in any following command.

    cd <your_path_to_ACC>
    
  4. Build the project and run all tests.

    ./test/run_tests.sh
    
  5. If the above command terminates successfully, you are done. AutoCompChem is ready to be used.

Usage

To launch any functionality of the tool you execute the following command, where <your_path_to_ACC> and <version> have to be replaced with the appropriate strings that depend on your file system and on the version of AutoCompChem that you have installed:

java -jar <your_path_to_ACC>/target/autocompchem-<version>-jar-with-dependencies.jar

Executing the above command will print the usage instructions. In particular, use the '-h' option to get help.

Acknowledgments

The Research Council of Norway (RCN) is acknowledged for financial support.

autocompchem's People

Contributors

marco-foscato avatar

Stargazers

 avatar

Watchers

 avatar

autocompchem's Issues

CLI arguments with list of items

There seems to be a problem reading CLI arguments that are supposed to contain a list of items, e.g., the list of CARTESIANSCALINGFACTORS rwhen doing task ModifyGeometry.

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.