Code Monkey home page Code Monkey logo

qpp's People

Contributors

al2013 avatar labvit avatar mysovsky avatar nvpopov avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

qpp's Issues

TODO list - namespace cleaning

As qpp.py contains now "from qpp_cpp import *", all things defined in qpp_cpp, as well as in other modules, make a mess in qpp namespace.
We have to think what should left in qpp namespace, and what should be hidden.

TODO list - exception handling unification

Exception handling unification. Throughout all QPP it's necessary to use unified exceptions. These exceptions should be selective - when used from Python, they should generate Python exception like IndexError, TypeError, ect. When used from C++, they should generate std::exception of appropriate type.

Python 3

Qpp doesn't support this Python version. There is no PyInt_Type in Python3, but Qpp uses it.

Static Boost

How can I use a static link to boost library?

neighbour fault

This code gives an error

geometry<double> geom(0);
bonding_table<double> bt;
**neighbours_table<double> ngbr(geom,bt);**

bt.set_pair("Si","O",2.5);
bt.set_pair("O","H",1.2);
    geom.build_type_table();
geom.add("Si",0,0,0);
geom.add("O",1,0,0);

ngbr.transl_mode = false;
// ngbr.build_disttable();
ngbr.build();`

but

geometry<double> geom(0);
bonding_table<double> bt;

bt.set_pair("Si","O",2.5);
bt.set_pair("O","H",1.2);
    geom.build_type_table();
geom.add("Si",0,0,0);
geom.add("O",1,0,0);

**neighbours_table<double> ngbr(geom,bt);**
ngbr.transl_mode = false;
// ngbr.build_disttable();
ngbr.build();`

and all is ok.
neighbours_table has a wrong constructor.

Will you correct?

The wishlist about molecule viewier

I'd like to get the next feature:

  1. I'd like hotkeys. Let's use a hotkey to each command.
  2. It Will be very usefull to have some magic object to move and to rotate another objects like this [[https://drive.google.com/file/d/1vf66Q34unLhfe9ktlxxz_tEYDOcexwdn/view?usp=drivesdk | photo]]

Python3

How to make a python version selector in CMakeLists.txt ?

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.