votca / PyVOTCA

Generic tools to interact with Votca using Python
Apache License 2.0
1 stars 1 forks source link

Allow nested dot notation for Options #31

Open felipeZ opened 3 years ago

felipeZ commented 3 years ago

What is needed

It is handy if we can manipulate the Options items like:

from pyvotca.options import Options
opts = Options()
opts.dftpackage.package.orca.maxcore = 300