FermiQC / Fermi.jl

Fermi quantum chemistry program
MIT License
136 stars 25 forks source link

@energy is picky #26

Closed gustavojra closed 4 years ago

gustavojra commented 4 years ago
@energy CCSD(T)

Will not work because characters like () are removed during the Expr -> String convertion.

mdav2 commented 4 years ago

Do we have an idea of how to fix this?

gustavojra commented 4 years ago

Yes, I just have to rework how the Expr -> String conversion is taking place

gustavojra commented 4 years ago

Fixed #39