From: Adam T. <a-t...@st...> - 2008-07-18 17:36:16
|
I'm looking to support parsing TD-DFT calcs in ADF, but we still need to create a TD test file (dvb_td). Are there a certain number of excitations that should be in this file? Are we handling both triplet (spin-forbidden) and singlet (spin-allowed) excited states? Adam |
From: Noel O'B. <bao...@gm...> - 2008-07-20 18:00:06
|
2008/7/18 Adam Tenderholt <a-t...@st...>: > I'm looking to support parsing TD-DFT calcs in ADF, but we still need > to create a TD test file (dvb_td). Are there a certain number of > excitations that should be in this file? Are we handling both triplet > (spin-forbidden) and singlet (spin-allowed) excited states? Looking at testTD.py, there's either 5 or 10 excitations. For programs that calculate triplet and singlet excitations separately, there are separate tests. We also have tests for unrestricted calculations, in testTDun.py. > Adam > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel > |
From: Adam T. <a-t...@st...> - 2008-07-21 21:45:20
|
I've updated the adfparser in trunk to handle (restricted) TD calcs. I wasn't able to get testTD.py working by just adding an appropriate class. What else do I need to do? Adam On Jul 20, 2008, at 11:00 AM, Noel O'Boyle wrote: > 2008/7/18 Adam Tenderholt <a-t...@st...>: >> I'm looking to support parsing TD-DFT calcs in ADF, but we still need >> to create a TD test file (dvb_td). Are there a certain number of >> excitations that should be in this file? Are we handling both triplet >> (spin-forbidden) and singlet (spin-allowed) excited states? > > Looking at testTD.py, there's either 5 or 10 excitations. For programs > that calculate triplet and singlet excitations separately, there are > separate tests. > > We also have tests for unrestricted calculations, in testTDun.py. > >> Adam >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> cclib-devel mailing list >> ccl...@li... >> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel |
From: Noel O'B. <bao...@gm...> - 2008-07-22 12:25:41
|
(duplicate) You need to edit test\testdata 2008/7/21 Adam Tenderholt <a-t...@st...>: > I've updated the adfparser in trunk to handle (restricted) TD calcs. > > I wasn't able to get testTD.py working by just adding an appropriate class. > What else do I need to do? > > Adam > > On Jul 20, 2008, at 11:00 AM, Noel O'Boyle wrote: > >> 2008/7/18 Adam Tenderholt <a-t...@st...>: >>> >>> I'm looking to support parsing TD-DFT calcs in ADF, but we still need >>> to create a TD test file (dvb_td). Are there a certain number of >>> excitations that should be in this file? Are we handling both triplet >>> (spin-forbidden) and singlet (spin-allowed) excited states? >> >> Looking at testTD.py, there's either 5 or 10 excitations. For programs >> that calculate triplet and singlet excitations separately, there are >> separate tests. >> >> We also have tests for unrestricted calculations, in testTDun.py. >> >>> Adam >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> cclib-devel mailing list >>> ccl...@li... >>> https://lists.sourceforge.net/lists/listinfo/cclib-devel >>> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> cclib-devel mailing list >> ccl...@li... >> https://lists.sourceforge.net/lists/listinfo/cclib-devel > > |