You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
F90's derived types (data structures) should be used to reduce the need for common blocks (especially those that span "modules") and to more readily convey complicated data:
polarization data
potentials info (ph(,,) + il0, etc)
concept of Atom (iz, ipot, x, y, z, label)
concept of Path (reff, rnorman, deg, array of Atoms, complex k, complex chi)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
F90's derived types (data structures) should be used to reduce the need for common blocks (especially those that span "modules") and to more readily convey complicated data:
The text was updated successfully, but these errors were encountered: