title: CCFULL model

A Fortran90/Python program for coupled-channels calculations with all order couplings for heavy-ion fusion reactions

This version author: Zehong Liao and K.Hagino

The Original code: CCFULL Home Page https://www2.yukawa.kyoto-u.ac.jp/~kouichi.hagino/ccfull.html

The Original author: K.Hagino, N. Rowley, and A.T. Kruppa

A Fortran90 Version Code with Real potential

Code in github : https://github.com/murry-liao/CCFULL_progame

1. The modified Numerov method:

2. The Discrete basis method

3. The modified Discrete basis method

4. the R matrix method

A Fortran90 Version Code with Complex potential.

1. The modified Numerov method

2. The R matrix method

A Version combined with eigenvector continuation.

Code in github : https://github.com/murry-liao/CCFULL_ReduceBasisMethod_Emulator

A Python Version Code

1. The modified Numerov method with Real potential.