GithubHelp home page GithubHelp logo

molssi-education / qm_2017_sss_team5 Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 4.0 74 KB

Upstream repo for QM5

License: BSD 3-Clause "New" or "Revised" License

Python 64.98% Makefile 3.46% Shell 0.71% C++ 27.47% CMake 3.38%

qm_2017_sss_team5's Introduction

QM_2017_SSS_Team5

Build Status codecov

We are team QM5 and we are

  • cici
  • Sahil Gulania
  • Charitha
  • Kee (Team Leader)

Objective

This is a project that consists of many sub-projects. All our project are wrapped into a Python module called project.

Project status

  • SCF
  • DIIS
  • JK
  • SOSCF: In progress
  • MP2
  • C++ integration: Using CMakeLists.txt and cmake to make c++ modules callable in Python.
  • OpenMP inegration: Using OpenMP in c++ module that can be called in Python! (SUPER AWESOME)

Useful codes/notes

Links

Check MolSSI for useful links.

Github workflow

See notes for details. Here are some comments.

  • In first establishment, there is a work flow as: upstream -(fork)-> origin -(git clone)-> local machine.

  • After that, in order to keep everything in sync:

upstream -/-> origin

  • This direction works only for first time when fork.

upstream --> local

  • To check: git remote -v
  • First time: git remote add upstream [HTTP URL], then git fetch upstream
  • Then git reset --hard upstream/origin: This deletes your local and duplicate upstream to your local.

origin --> upstream

  • pull request in web end.

origin --> local

  • First time: git clone [HTTP URL]
  • After: use git pull origin/master

local -/-> upstream

  • Only person that has permission can push local to upstream. In addition, this operation is not safe. So consider this way forbidden.

local --> origin:

git add yourfile git commit -m 'comment' git push origin/master

qm_2017_sss_team5's People

Contributors

dcperera avatar dgasmith avatar kee-wang avatar xiaohaiguicc avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

qm_2017_sss_team5's Issues

Badges

Hey guys,
I noticed that it looks like your badges are going to a fork:

[![Build Status](https://travis-ci.org/Kee-Wang/QM_2017_SSS_Team5.svg?branch=master)](https://travis-ci.org/Kee-Wang/QM_2017_SSS_Team5)
[![codecov](https://codecov.io/gh/Kee-Wang/QM_2017_SSS_Team5/branch/master/graph/badge.svg)](https://codecov.io/gh/Kee-Wang/QM_2017_SSS_Team5)

You should probably make sure that these point to the MolSSI-SSS repository not Kee-Wang.

Einsum

Several pieces of the code are written out as raw loops. Consider using the NumPy einsum function for much greater speed.

Links

Instead of writing a Links.md why not link and add to the preexisting source here.

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.