Giter Club home page Giter Club logo

rymopp's Introduction

#Rydberg Molecule Potential Programme (RyMoPP)

Ke Liao 2016

##Important Note

Anyone with a developer permission to this repository is welcome to create your own branch or make a fork of this project.

However, the master branch is under protection just in case any developer may unintentionally push bad files or delete some important files.

After you create your own branch or fork your own project, you are free to modify the code in your branch.

Important

Learn how to use git first before you push any changes to your repository on GitLab

##Compile

gcc 4.8 is required. Other versions (either old or newer ones) may not work properly.

On linux or Mac, use the following command in terminal to check the version of gcc:

gcc -v

If it is something like

gcc version 4.8.x

then you can proceed. If not try to reinstall the 4.8 version.

Go to ./Code, run the following script

./compile.sh

make sure that this script has the x permision on your machine. If not, use

chmod +x compile.sh

to assign then running permission to it.

##Run

After a successful compile, an excutable file

RyMoPP

will be generated. Just run it with

./RyMoPP

If you are on a server and want to keep the programme running after you log off, try this

nohup ./RyMoPP

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.