Giter VIP home page Giter VIP logo

ccreorganization's People

Contributors

amjames avatar andysim avatar ashutoshvt avatar lothian avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

ccreorganization's Issues

Making the plugin compliant with latest version of psi4

Due to recent changes in the psi4's source code, this plugin fails to build with psi4's latest version.
The problem appears due to removal of libparallel from psi4. Also, I get a weird error in reorder_qt functions used in hamiltonian.cc and perturbation.cc.

/home/akumar1/newriver/ugacc/ugacc/hamiltonian.cc:36:34: error: invalid cast from type ‘const psi::Dimension’ to type ‘int*’ 
 reorder_qt((int *) ref->doccpi(), (int *) ref->soccpi(), (int *) ref->frzcpi(), (int *) ref->frzvpi(),..)

If I do something like:

Dimension Doccpi = ref->doccpi() ;
int * p_doccpi = (int *) Doccpi;
reorder_qt( p_doccpi, .....)

the error is fixed but I don't know why the previous case gives errors. After we resolve this, I am going to create a pull request.

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.