Code Monkey home page Code Monkey logo

mdtoolset's Introduction

MDToolset

Inspired by clancelet, a set of computational chemistry Python libraries and tools developed by the Clancy Group, Cornell University.

This is Python library developed by Yaset Acevedo for a similar purpose

******************************

Installing

If you would like to install, simply clone the git repo, edit the install.py accordingly and run install.py

	`git clone https://github.com/jminuse/clancelot.git`

Contributing

If added to the project and you want to contribute, you can do the following:

  1. Request permission from James Stevenson

  2. Setup an ssh key as described here

  3. Decide where you would like to have the repo, change directories to it, and run:

     `git clone [email protected]:jminuse/clancelot.git`
    
  4. Run the following to make sure you have your ssh id's stored:

     `ssh-add ~/.ssh/id_rsa`
    
     `ssh-add`
    
  5. Whenever you want to add or delete a file (remember that you cannot add an empty folder) run:

    To Add:

     `git add PATH/TO/FILE/NEW_FILE_NAME`
    

    To Delete:

     `git rm PATH/TO/FILE/FILE_TO_DELETE`
    
  6. Whenevery you want to add updated files to git, run:

     `git add -u`
    
  7. When you are ready to add to the main repo, run:

     `git commit -m "Whatever message describing what you did"`
     `git push`
    
  8. Finally, you may want to check if there are any changes you made prior to adding all updated files: The following checks which files are different to what is in your commit:

     `git status`
    

    The following will look at the last two changes of a file:

     `git blame PATH/TO/FILE/FILE_NAME`
    

mdtoolset's People

Contributors

yacevedo avatar

Watchers

 avatar

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.