Giter VIP home page Giter VIP logo

et-nwchem's Introduction

Generalized Mulliken-Hush Analysis of Electron Transfer Calculation in NWChem

Computing electron transfer matrix element or electron transfer integral (Hab) using a Generalized Mulliken−Hush (GMH) in NWChem program.

Herein, tddft module has been being modified to compute electron transfer matrix element using GMH method based on following formula.

                (Ej - Ei) * muij
GMH = ------------------------------------
         _______________________________
       \/ (muii - mujj)**2 + 4*(muij**2)

where Ei and Ej are energy for each pair of ground state and excited state, and muii, mujj, and muij are transition dipole moments for different species of the system.

Useful link

Disclaimers

This GMH approach is experimentally modified based on original source codes of Time-Dependent Density Functional Theory (all tddft_*.F files) of NWChem software which were written by Prof. So Hirata. I am not responsible for any damage caused through use of all products here.

The latest version of writing this document is NWChem 6.8.1, which is released as open-source under the ECL 2.0 license.

Recompile NWChem without full compilation

First, I strongly suggest you to compile NWChem with full packages. Then you can recompile NWChem with my modified GMH source code. Please following the steps below for a successful recompilation of your NWChem integrated with my modified GMH module.

Step 1. Replace TD-DFT source code with a modified GMH source code (you should backup all original source codes as well.)

$NWCHEM_TOP/src/etrans

where $NWCHEM is set to NWChem top directory.

Step 2. Go to folder where source code is modified.

cd $NWCHEM_TOP/src/etrans

Step 3. Setting up environmental variable as if first time you compile NWChem. The following is a portion of NWChem compile bash script.

export USE_64TO32=y
cd $NWCHEM_TOP/src/etrans
make
cd $NWCHEM_TOP/src
make link
echo "Done"

Example bash script can be obtained: recompile-nwchem.sh.

Step 4. A new NWChem executable nwchem will replace the old one.

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.