Giter VIP home page Giter VIP logo

ctp's Introduction

The lastet ctp code can be found here.

ctp's People

Contributors

alexander-malafeev avatar baumeier avatar crionez avatar jameskirkpatrick avatar jenswehner avatar joshuasbrown avatar junghans avatar l-paterson avatar razziel89 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ctp's Issues

neighborlist calculator

Undocumented options
constant, generate_from, generate_unsafe

it is useful, make it a separate option
<load help=""> 
    <file help=""></file>       
    <unsafe help=""></unsafe>
</load>

Adjust to use default values and extend the help xml file

Original issue reported on code.google.com by [email protected] on 26 May 2013 at 5:57

EOutersphere Spheres Method

1. Implement spheres method in eoutersphere calculator (so far only 
time-consuming dielectric method implemented).
2. Implement constant method in eoutersphere calculator.


Original issue reported on code.google.com by [email protected] on 5 Jun 2012 at 2:50

ctp_run help system

Add enum(helpLong, helpShort) 
Move PrintDescription() to QMApplication (out of the ctp_run)


Original issue reported on code.google.com by [email protected] on 2 Aug 2013 at 5:35

Polarizability scaling

1. Consistent Thole polarizabilities needed (AMOEBA <-> Thole)
2. Introduce constant scaling factors for charge states 


Original issue reported on code.google.com by [email protected] on 5 Jun 2012 at 2:48

enumeration should always start with 1

Enumeration sometimes starts with 0 sometimes with 1. This needs to be unified. 
The same applies for crgunit ids. Internal and external representation must 
also be identical.

Original issue reported on code.google.com by [email protected] on 17 Sep 2011 at 6:29

density calculator

Calculates energy and density profiles, the input should be restructured

<profiles>
    <axis>
        <direction>
        <min>
        <max>
        <bin>
    <particles>
        <type>
        <range>
    <output>
        <density>
        <energy>

 Or even output all in one file? See gromacs with xmgrace -nxy bla.agr

Original issue reported on code.google.com by [email protected] on 26 May 2013 at 5:24

Check for qm.position

Check that
1) the options match the number of fragments
2) all positions are set
3) all positions are set only once

This check has to be a combination of moo and ctp fixes.

Original issue reported on code.google.com by [email protected] on 10 Oct 2011 at 2:00

Support multiple frames in state-file

Currently only a single frame can be stored in the database. The problem is 
connected to id labelling not unique for molecules and rigid fragments 
(qmbeads).

Original issue reported on code.google.com by [email protected] on 23 Sep 2011 at 8:40

GDMA wrapper or integration

GDMA currently needs g03 (fixed by someone?)
Basis set provided by an intermediate object (e.g. orbitals)?
Not parallel. Worth parallelization?

Original issue reported on code.google.com by [email protected] on 13 Aug 2013 at 1:42

Manual

Input files, state file, and commands have changed. Update the manual.

Original issue reported on code.google.com by [email protected] on 29 Mar 2012 at 8:37

tdump calculator - wrong pdb format

for atoms with residue names of 3 symbols and 2 digits as an atom number the 
HETATM line is shifted in traj_cg.pdb
ATOM     12 PTR1 PBT     1      53.536   1.292   1.230  0.00  0.00
HETATM   12 PTR12 REU     1      53.393   1.958  1.9622  0.00  0.00

Original issue reported on code.google.com by [email protected] on 11 Nov 2011 at 1:03

Add apache license stuff

1) copy & paste license headers from csg into each file. Don't forget to adjust 
the names
2) copy LICENSE file
3) Add README file mentioning the citation. See csg as template.
4) NOTICE file for every file that has different licencing information

Original issue reported on code.google.com by [email protected] on 23 Sep 2011 at 10:41

Molecules to CrgUnits

In ecoulomb.cc we have a loop over the Molecules

MoleculeContainer::iterator imol;
    for (imol = atop->Molecules().begin(); imol != atop->Molecules().end(); imol++)

because the atomistic beads can only be accessed by

Bead *bi = mol->getBead(i);

The Center of mass etc is taken from the corresponding CrgUnit
mol->getUserData<CrgUnit > ()->GetCom()

This works only if the Molecule is the CrgUnit.

->Change the loop to work only with CrgUnits (aka conjugated segments)

Similar for eoutersphere.cc

Original issue reported on code.google.com by [email protected] on 2 Dec 2011 at 11:41

fix ctp_dipro

Needs a lot of clean up, example:
$ ctp_dipro 123 456
/home/christoph/votca/bin/ctp_dipro: line 189: do_external: command not found

- rename it to *.in for getting version in there
- make use of csg_call functions as ctp depends on csg anyway
- rm do_external calls or source function_common

Comments?

Original issue reported on code.google.com by [email protected] on 5 Nov 2011 at 3:30

check MOO

the link to the code was revised; a bug in the rotation of rigid fragments was 
fixed. New test is needed.

Original issue reported on code.google.com by [email protected] on 29 Mar 2012 at 8:36

Testsuite for DCV2T and Norma

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 29 Mar 2012 at 8:34

map2md switch

Make sure nothing can go wrong with <map2md>0 (or 1)</map2md> switch: Rename to 
<use_coords>qm (or md)</use_coords>.


Original issue reported on code.google.com by [email protected] on 5 Jun 2012 at 2:52

QMWrapper

derive Gaussian, Turbomole from QMWrapper and register them in a factory
adjust edft, idf to use QMWrapper


Original issue reported on code.google.com by [email protected] on 2 Aug 2013 at 5:37

getAttribute; has Attribute

shall be changed to 
list<string>::iterator findAttribute(string key)
type getAttribute<type>(pos) 
At the moment two lookups are needed and it is not safe

Original issue reported on code.google.com by [email protected] on 2 Aug 2013 at 5:31

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.