Git Product home page Git Product logo

afssh_modifications's Introduction

Surface hopping codes for the Holstein model.
First version. Cleanup, and more documentation upcoming.

Please feel free to ask questions at [email protected]

****
Requires lapack subroutien dsyevr to diagonalize
TIP: LAPACK matrix multiplication subroutines give decent speedups too.
****

Look at makefile for compilation instructions.
Path for LAPACK and BLAS libraries need to be provided.

***
The code is entirely in mod_afssh.f90. The input file is in AFSSH.inp.
The potential subroutines are in compute_potential, and the potential parameters are set in setup_parameters

To compile, issue make. The makefile tells the compiling options.
After compiliing, ./aout can be issued to run the job on the current processor.

./run (together with sub.sh) is designed to run the codes on nodes on our cluster. It should be relatively easy to change to run on different environments. The first parameter in AFSSH.inp - iflow - directs how the code will be run. If iflow=1, it is run serially on a single node. 
If iflow=2, trajectories are parallelized. For iflow=2, after all jobs are completed, set iflow=3 (in AFSSH.inp) and again issue ./run to generate the averaged file (from the various folders that will be created for iflow=2). These are also attached if needed.

The output is in the file pop.out. The columns are - time (fs), diabatic populations

The files starting with output are also generated, most of which are empty. Setting iwrite=1 in AFSSH.inp will generate individual trajectory information in these files.

afssh_modifications's People

Contributors

amberj87 avatar

Watchers

 avatar

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.