susilehtola / OpenOrbitalOptimizer

Open Orbital Optimizer
9 stars 2 forks source link

Design decisions: access to parameters #4

Open susilehtola opened 10 months ago

susilehtola commented 10 months ago

The project is still at an early stage, and many things need to be decided. How should the various parameters be accessed? This is also going to be important for C/Fortran interfaciability. A std::pair<std::string,double> interface would be probably best, since downstream codes shouldn't know about openorbital's internals; instead, the end user should be able to pass the definitions to the library.