Giter Club home page Giter Club logo

atsp's People

Contributors

jongrumer avatar

Watchers

 avatar  avatar  avatar  avatar

atsp's Issues

Error in lsgen.f

There is an error in the atsp/utill/lsgen.f file

The declaration of line 4472
integer rank(0:noofco,4,15),antal,pos(0:noofco),i,j,k,no,
should be the same as in all other routines, namely
integer rank(0:noofco, 0:10, 15),antal,pos(0:noofco),i,j,k,no,

Also, all of the repository should have execute permissions removed for *.f files.

Print Level

There are times when it is important to know details about a calculation. This could be achieved by having a global flag that determines the level of output.
Level 0 -- only results
Level 1 -- some general information such as whether the calculation was done in memory or with disk.
Level 2 -- more information
Level 3 -- extensive details
The "book version" that was the basis for the book, Computational Atomic Structure: An MCHF approach, was an early program that produced output for energy expressions, and other details that are helpful for understanding a calculation. The level structure for output facilitates the control of output.

hf.f

There is an error in the declaration of OF(30). Since NWFD=20
if should be either OF(20) or OF(NWFD) foe more general declation.

With this declaration Hf compiles only with warnings.

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.