From owner-chemistry@ccl.net Tue Oct 2 09:04:00 2018 From: "Grigoriy Zhurko reg_zhurko_._chemcraftprog.com" To: CCL Subject: CCL:G: Interaction of QC software components via text files Message-Id: <-53483-181002053207-1676-fDIgmMx8v+7DrvWylEWtug .. server.ccl.net> X-Original-From: Grigoriy Zhurko Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 Date: Tue, 2 Oct 2018 12:35:01 +0400 MIME-Version: 1.0 Sent to CCL by: Grigoriy Zhurko [reg_zhurko#%#chemcraftprog.com] > the ORCA optimizer is robust and efficient. ORCA's optimizer can be used > as an external optimizer and can be used for the described scenario. > Besides that, ORCA by itself provides plenty of density functionals and > efficient Post-HF methods. Using ORCA's optimizer as external optimizer > is well documented in the manual. ORCA is free of charge for academic > use (https://orcaforum.cec.mpg.de/). ORCA seems to be an interesting choice (as far as I know, it provides 90% of features provided by Gaussian). I am thinking of switching from Gaussian to Orca in my research work, and in this case implementing the external use of ORCA will be easy for me. However, the main problem for me is that ORCA is a freeware code (state-funded). I greatly dislike socialism in any form, and I think that state-funded codes can provide good quality only if they compete with the commercial codes like Gaussian (and steal their algorithms). If the commercial codes disappear, the computation chemistry will go into stagnation. > The likewise freely available open source Psi4 program also has a > variety of ab initio and DFT methods implemented, and also supports a > variety of CBS extrapolations for energies and geometry optimizations > out of the box. As far as I understand, the Psi program is state-funded too? I’ve heard that the ADF program offers the external interaction. But ADF uses Slater functions instead of Gaussian ones; sorry for my profanity, but I can’t understand why such approach has not been rejected yet by the chemical community. > What you describe can be achieved by using the Atomic Simulation > Environment (ASE). The peer-reviewed article for ASE can be found > here and main webpage found here. ASE is a Python-based code meant > to manipulate, run, and analyse quantum-chemical calculations. ASE > has a built-in set of optimization routines (described here), and > the quantum-chemical program of your choice can be used just to > calculate the energies and forces required for ASE to update the > atomic positions. You then do not have to rely on the optimizers > built into Gaussian, and it operates using the exact same workflow > you proposed. ASE does support Gaussian as a calculator (as listed > here), but it is currently lacking documentation and would probably > require some modifications to suit all your needs. So, if using Gaussian as an external calculator is in principle possible, I’d like to clarify some more points. I’ve heard that Gaussian authors even prohibit such manipulations, do they not? The Gaussian package contains two exe files: e.g., g09w.exe (a GUI) and g09.exe. The first one evidently can be run to handle a gjf file only manually (not by another program). Maybe running the g09.exe file by my program would be a good choice, but as far as I remember, in previous version of Gaussian (G98) the g98w.exe and g98.exe files sometimes produced different outputs from the same gjf input (sorry for not sufficiently reliable information, I tried to reproduce this error with g09.exe but found difficult to run it). One more question is, how high (low) is the speed of Windows QC codes if they are run from Linux via Wine. > But please, be aware that any serious quantum chemistry code is written by > professionals and it will be very challenging to "beat" built in > optimizers. Sometimes, slow optimization is rather a consequence of > chemical system at hand (too shallow PES minimum, noisy > energy/gradients, etc). I have some experience of implementing a non-gradient optimization (e.g. Chemcraft performs it for setting a point group). Besides that, I suppose it can be a good approach to perform an optimization and frequencies computation in curvilinear coordinates specified manually by the user (using a GUI). > Could you be a bit more specific about DFT functionals and neural networks? Currently, this is just an idea; neural networks are powerful paradigms for some tasks, and implementing by me a NN for processing multiple single point DFT computations to obtain a single point energy is in principle possible. Grigoriy Zhurko From owner-chemistry@ccl.net Tue Oct 2 11:26:01 2018 From: "Fco. Javier Modrego modrego[a]unizar.es" To: CCL Subject: CCL:G: Interaction of QC software components via text files Message-Id: <-53484-181002103918-30158-QZj2CAHtZ3QKbWW4Mo7tqQ^server.ccl.net> X-Original-From: "Fco. Javier Modrego" Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 Date: Tue, 2 Oct 2018 16:39:10 +0200 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Sent to CCL by: "Fco. Javier Modrego" [modrego[a]unizar.es] This is probably an ideological issue not properly addresses in this forum, but here are my two cents: Probably you should stop doing research based on previous research right now. Most of it is state funded. And stop reading papers coming from public funded research centers. Also disregard any code inside Gaussian designed and done by researchers of public centers based on public funded research projects. Do what you can with what is left… > El 2 oct 2018, a las 10:35, Grigoriy Zhurko reg_zhurko_._chemcraftprog.com escribió: > > > Sent to CCL by: Grigoriy Zhurko [reg_zhurko#%#chemcraftprog.com] >> the ORCA optimizer is robust and efficient. ORCA's optimizer can be used >> as an external optimizer and can be used for the described scenario. >> Besides that, ORCA by itself provides plenty of density functionals and >> efficient Post-HF methods. Using ORCA's optimizer as external optimizer >> is well documented in the manual. ORCA is free of charge for academic >> use (https://orcaforum.cec.mpg.de/). > > ORCA seems to be an interesting choice (as far as I know, it provides 90% of features provided by Gaussian). I am thinking of switching from Gaussian to Orca in my research work, and in this case implementing the external use of ORCA will be easy for me. However, the main problem for me is that ORCA is a freeware code (state-funded). I greatly dislike socialism in any form, and I think that state-funded codes can provide good quality only if they compete with the commercial codes like Gaussian (and steal their algorithms). If the commercial codes disappear, the computation chemistry will go into stagnation. > >> The likewise freely available open source Psi4 program also has a >> variety of ab initio and DFT methods implemented, and also supports a >> variety of CBS extrapolations for energies and geometry optimizations >> out of the box. > > As far as I understand, the Psi program is state-funded too? > > I’ve heard that the ADF program offers the external interaction. But ADF uses Slater functions instead of Gaussian ones; sorry for my profanity, but I can’t understand why such approach has not been rejected yet by the chemical community. > > > >> What you describe can be achieved by using the Atomic Simulation >> Environment (ASE). The peer-reviewed article for ASE can be found >> here and main webpage found here. ASE is a Python-based code meant >> to manipulate, run, and analyse quantum-chemical calculations. ASE >> has a built-in set of optimization routines (described here), and >> the quantum-chemical program of your choice can be used just to >> calculate the energies and forces required for ASE to update the >> atomic positions. You then do not have to rely on the optimizers >> built into Gaussian, and it operates using the exact same workflow >> you proposed. ASE does support Gaussian as a calculator (as listed >> here), but it is currently lacking documentation and would probably >> require some modifications to suit all your needs. > > So, if using Gaussian as an external calculator is in principle possible, I’d like to clarify some more points. I’ve heard that Gaussian authors even prohibit such manipulations, do they not? > The Gaussian package contains two exe files: e.g., g09w.exe (a GUI) and g09.exe. The first one evidently can be run to handle a gjf file only manually (not by another program). Maybe running the g09.exe file by my program would be a good choice, but as far as I remember, in previous version of Gaussian (G98) the g98w.exe and g98.exe files sometimes produced different outputs from the same gjf input (sorry for not sufficiently reliable information, I tried to reproduce this error with g09.exe but found difficult to run it). > > One more question is, how high (low) is the speed of Windows QC codes if they are run from Linux via Wine. > > >> But please, be aware that any serious quantum chemistry code is written by >> professionals and it will be very challenging to "beat" built in >> optimizers. Sometimes, slow optimization is rather a consequence of >> chemical system at hand (too shallow PES minimum, noisy >> energy/gradients, etc). > > I have some experience of implementing a non-gradient optimization (e.g. Chemcraft performs it for setting a point group). Besides that, I suppose it can be a good approach to perform an optimization and frequencies computation in curvilinear coordinates specified manually by the user (using a GUI). > >> Could you be a bit more specific about DFT functionals and neural networks? > > Currently, this is just an idea; neural networks are powerful paradigms for some tasks, and implementing by me a NN for processing multiple single point DFT computations to obtain a single point energy is in principle possible. > Grigoriy Zhurko> > Dr. F.J. Modrego Department of Inorganic Chemistry Facultad de Ciencias University of Zaragoza 50009 ZARAGOZA SPAIN Tel <34>-976-762288 Fax <34>-976-761187 E-mail: modrego.^.unizar.es From owner-chemistry@ccl.net Tue Oct 2 12:01:00 2018 From: "Dr.N Sukumar n.sukumar _ snu.edu.in" To: CCL Subject: CCL:G: Interaction of QC software components via text files Message-Id: <-53485-181002111558-13749-ba9XX8qOLg4KvgDYv6LqJw[-]server.ccl.net> X-Original-From: "Dr.N Sukumar" Content-Type: multipart/alternative; boundary="000000000000a420530577406539" Date: Tue, 2 Oct 2018 20:45:36 +0530 MIME-Version: 1.0 Sent to CCL by: "Dr.N Sukumar" [n.sukumar+*+snu.edu.in] --000000000000a420530577406539 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable oh dear, I fear we may be returning to the Great Annual Gaussian Wars! Gaussian may be commercial software today, but it did not originate thus. The bulk of the core code was written at a state university with government grants and was thus "state-funded." So for that matter is the internet you are using for this communication, as well as most of the original search engines, computer hardware,... And I don't see why you feel that using Slater functions (actual solutions of the Schrodinger equation for one-electron atoms) instead of Gaussians should be "rejected by the chemical community." In the end, they are both (as well as plane waves) just mathematical functions (basis sets) for expansion of the many-electron molecular wavefunction. *N. SukumarProfessor of ChemistryDirector, Center for Informatics**Shiv Nadar University, India* =E2=80=9CBe a nuisance where it counts=E2=80=9D - Marjory Stoneman Douglas On Tue, Oct 2, 2018 at 8:29 PM Grigoriy Zhurko reg_zhurko_._ chemcraftprog.com wrote: > > Sent to CCL by: Grigoriy Zhurko [reg_zhurko#%#chemcraftprog.com] > > the ORCA optimizer is robust and efficient. ORCA's optimizer can be use= d > > as an external optimizer and can be used for the described scenario. > > Besides that, ORCA by itself provides plenty of density functionals and > > efficient Post-HF methods. Using ORCA's optimizer as external optimizer > > is well documented in the manual. ORCA is free of charge for academic > > use (https://orcaforum.cec.mpg.de/). > > ORCA seems to be an interesting choice (as far as I know, it provides 90% > of features provided by Gaussian). I am thinking of switching from Gaussi= an > to Orca in my research work, and in this case implementing the external u= se > of ORCA will be easy for me. However, the main problem for me is that ORC= A > is a freeware code (state-funded). I greatly dislike socialism in any for= m, > and I think that state-funded codes can provide good quality only if they > compete with the commercial codes like Gaussian (and steal their > algorithms). If the commercial codes disappear, the computation chemistry > will go into stagnation. > > > The likewise freely available open source Psi4 program also has a > > variety of ab initio and DFT methods implemented, and also supports a > > variety of CBS extrapolations for energies and geometry optimizations > > out of the box. > > As far as I understand, the Psi program is state-funded too? > > I=E2=80=99ve heard that the ADF program offers the external interaction. = But ADF > uses Slater functions instead of Gaussian ones; sorry for my profanity, b= ut > I can=E2=80=99t understand why such approach has not been rejected yet by= the > chemical community. > > > > > What you describe can be achieved by using the Atomic Simulation > > Environment (ASE). The peer-reviewed article for ASE can be found > > here and main webpage found here. ASE is a Python-based code meant > > to manipulate, run, and analyse quantum-chemical calculations. ASE > > has a built-in set of optimization routines (described here), and > > the quantum-chemical program of your choice can be used just to > > calculate the energies and forces required for ASE to update the > > atomic positions. You then do not have to rely on the optimizers > > built into Gaussian, and it operates using the exact same workflow > > you proposed. ASE does support Gaussian as a calculator (as listed > > here), but it is currently lacking documentation and would probably > > require some modifications to suit all your needs. > > So, if using Gaussian as an external calculator is in principle possible, > I=E2=80=99d like to clarify some more points. I=E2=80=99ve heard that Gau= ssian authors even > prohibit such manipulations, do they not? > The Gaussian package contains two exe files: e.g., g09w.exe (a GUI) and > g09.exe. The first one evidently can be run to handle a gjf file only > manually (not by another program). Maybe running the g09.exe file by my > program would be a good choice, but as far as I remember, in previous > version of Gaussian (G98) the g98w.exe and g98.exe files sometimes produc= ed > different outputs from the same gjf input (sorry for not sufficiently > reliable information, I tried to reproduce this error with g09.exe but > found difficult to run it). > > One more question is, how high (low) is the speed of Windows QC codes if > they are run from Linux via Wine. > > > > But please, be aware that any serious quantum chemistry code is written > by > > professionals and it will be very challenging to "beat" built in > > optimizers. Sometimes, slow optimization is rather a consequence of > > chemical system at hand (too shallow PES minimum, noisy > > energy/gradients, etc). > > I have some experience of implementing a non-gradient optimization (e.g. > Chemcraft performs it for setting a point group). Besides that, I suppose > it can be a good approach to perform an optimization and frequencies > computation in curvilinear coordinates specified manually by the user > (using a GUI). > > > Could you be a bit more specific about DFT functionals and neural > networks? > > Currently, this is just an idea; neural networks are powerful paradigms > for some tasks, and implementing by me a NN for processing multiple singl= e > point DFT computations to obtain a single point energy is in principle > possible. > Grigoriy Zhurko > > > > -=3D This is automatically added to each message by the mailing script = =3D-> > > --000000000000a420530577406539 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
oh dear, I fear we may be returning to the Great Annu= al Gaussian Wars!=20 Gaussian may be commercial software today, but it did not originate thus. T= he bulk of the core code was written at a state university with government = grants and was thus "state-funded." So for that matter is the int= ernet you are using for this communication, as well as most of the original= search engines, computer hardware,...

And I d= on't see why you feel that using=20 Slater functions (actual solutions of the Schrodinger equation for one-elec= tron atoms) instead of Gaussians should be "rejected by the=20 chemical community." In the end, they are both (as well as plane waves= ) just mathematical functions (basis sets) for expansion of the many-electr= on molecular wavefunction.

N. Sukumar<= br>Professor of Chemistry
Director, Center for Informatics
Shi= v Nadar University, India



=E2=80=9CBe a nuisance where it c= ounts=E2=80=9D - Marjory Stoneman Douglas
=


On Tue, Oct 2, 2018 at 8:29 PM Grigoriy Zhur= ko reg_zhurko_._chemcraftprog.com = <owner-chemistry]*[ccl.net&= gt; wrote:

Sent to CCL by: Grigoriy Zhurko [reg_zhurko#%#chemcraftprog.com]
> the ORCA optimizer is robust and efficient. ORCA's optimizer can b= e used
> as an external optimizer and can be used for the described scenario. > Besides that, ORCA by itself provides plenty of density functionals an= d
> efficient Post-HF methods. Using ORCA's optimizer as external opti= mizer
> is well documented in the manual. ORCA is free of charge for academic<= br> > use (https://orcaforum.cec.mpg.de/).

ORCA seems to be an interesting choice (as far as I know, it provides 90% o= f features provided by Gaussian). I am thinking of switching from Gaussian = to Orca in my research work, and in this case implementing the external use= of ORCA will be easy for me. However, the main problem for me is that ORCA= is a freeware code (state-funded). I greatly dislike socialism in any form= , and I think that state-funded codes can provide good quality only if they= compete with the commercial codes like Gaussian (and steal their algorithm= s). If the commercial codes disappear, the computation chemistry will go in= to stagnation.

> The likewise freely available open source Psi4 program also has a
> variety of ab initio and DFT methods implemented, and also supports a =
> variety of CBS extrapolations for energies and geometry optimizations =
> out of the box.

As far as I understand, the Psi program is state-funded too?

I=E2=80=99ve heard that the ADF program offers the external interaction. Bu= t ADF uses Slater functions instead of Gaussian ones; sorry for my profanit= y, but I can=E2=80=99t understand why such approach has not been rejected y= et by the chemical community.



> What you describe can be achieved by using the Atomic Simulation
> Environment (ASE). The peer-reviewed article for ASE can be found
> here and main webpage found here. ASE is a Python-based code meant
> to manipulate, run, and analyse quantum-chemical calculations. ASE
> has a built-in set of optimization routines (described here), and
> the quantum-chemical program of your choice can be used just to
> calculate the energies and forces required for ASE to update the
> atomic positions. You then do not have to rely on the optimizers
> built into Gaussian, and it operates using the exact same workflow
> you proposed. ASE does support Gaussian as a calculator (as listed
> here), but it is currently lacking documentation and would probably > require some modifications to suit all your needs.

So, if using Gaussian as an external calculator is in principle possible, I= =E2=80=99d like to clarify some more points. I=E2=80=99ve heard that Gaussi= an authors even prohibit such manipulations, do they not?
The Gaussian package contains two exe files: e.g., g09w.exe (a GUI) and g09= .exe. The first one evidently can be run to handle a gjf file only manually= (not by another program). Maybe running the g09.exe file by my program wou= ld be a good choice, but as far as I remember, in previous version of Gauss= ian (G98) the g98w.exe and g98.exe files sometimes produced different outpu= ts from the same gjf input (sorry for not sufficiently reliable information= , I tried to reproduce this error with g09.exe but found difficult to run i= t).

One more question is, how high (low) is the speed of Windows QC codes if th= ey are run from Linux via Wine.


> But please, be aware that any serious quantum chemistry code is writte= n by
> professionals and it will be very challenging to "beat" buil= t in
> optimizers. Sometimes, slow optimization is rather a consequence of > chemical system at hand (too shallow PES minimum, noisy
> energy/gradients, etc).

I have some experience of implementing a non-gradient optimization (e.g. Ch= emcraft performs it for setting a point group). Besides that, I suppose it = can be a good approach to perform an optimization and frequencies computati= on in curvilinear coordinates specified manually by the user (using a GUI).=

> Could you be a bit more specific about DFT functionals and neural netw= orks?

=C2=A0 Currently, this is just an idea; neural networks are powerful paradi= gms for some tasks, and implementing by me a NN for processing multiple sin= gle point DFT computations to obtain a single point energy is in principle = possible.
=C2=A0 Grigoriy Zhurko



-=3D This is automatically added to each message by the mailing script =3D-=
E-mail to subscribers: CHEMISTRY]*[ccl.net or use:
=C2=A0 =C2=A0 =C2=A0 http://www.ccl.net/cgi-bin/ccl/s= end_ccl_message

E-mail to administrators: CHEMISTRY-REQUEST]*[ccl.net or use
=C2=A0 =C2=A0 =C2=A0 http://www.ccl.net/cgi-bin/ccl/s= end_ccl_message
=C2=A0 =C2=A0 =C2=A0 http://www.ccl.net/chemistry/sub_un= sub.shtml

Before posting, check wait time at: http://www.ccl.net

Job: http://www.ccl.net/jobs
Conferences: http://server.ccl.net/chemist= ry/announcements/conferences/

Search Messages: http://www.ccl.net/chemistry/sear= chccl/index.shtml
=C2=A0 =C2=A0 =C2=A0 http://www.ccl.net/spammers.txt

RTFI: http://www.ccl.net/chemistry/aboutccl/ins= tructions/


--000000000000a420530577406539-- From owner-chemistry@ccl.net Tue Oct 2 12:35:01 2018 From: "Robert Molt r.molt.chemical.physics|-|gmail.com" To: CCL Subject: CCL:G: Interaction of QC software components via text files Message-Id: <-53486-181002115135-23031-SvKToa1BbSGTxsA/R4cw1g**server.ccl.net> X-Original-From: Robert Molt Content-Transfer-Encoding: 7bit Content-Type: multipart/alternative; boundary=Apple-Mail-EB545649-5470-4C34-91C9-B410318038C1 Date: Tue, 2 Oct 2018 11:51:26 -0400 Mime-Version: 1.0 (1.0) Sent to CCL by: Robert Molt [r.molt.chemical.physics__gmail.com] --Apple-Mail-EB545649-5470-4C34-91C9-B410318038C1 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable What nonsense about a code being free implies ANYTHING about socialism? ACES is a free code, as are many others, and outcompetes all codes in CCSD(T= ) for massive parallelization 100s to 1000s of processors). There is no gove= rnment funding for ACES. It=E2=80=99s written by CC people who have a need f= or its usage in work themselves and do not wish to charge others for it. Moreover, by your logic, your email thoughts are sent freely, so you must be= being paid by a government to do it! You=E2=80=99re a secret socialist agen= t...=F0=9F=98=A0 Denigrating comments to free software like ORCA, GAMESS, ACES, CFOUR are not= appreciated. We=E2=80=99re scientists; a lot of us do it because we love it= and we do a better job because we love it. Dr. Robert Molt Jr. r.molt.chemical.physics(-)gmail.com > On Oct 2, 2018, at 4:35 AM, Grigoriy Zhurko reg_zhurko_._chemcraftprog.com= wrote: >=20 >=20 > Sent to CCL by: Grigoriy Zhurko [reg_zhurko#%#chemcraftprog.com] >> the ORCA optimizer is robust and efficient. ORCA's optimizer can be used >> as an external optimizer and can be used for the described scenario. >> Besides that, ORCA by itself provides plenty of density functionals and >> efficient Post-HF methods. Using ORCA's optimizer as external optimizer >> is well documented in the manual. ORCA is free of charge for academic >> use (https://orcaforum.cec.mpg.de/). >=20 > ORCA seems to be an interesting choice (as far as I know, it provides 90% o= f features provided by Gaussian). I am thinking of switching from Gaussian t= o Orca in my research work, and in this case implementing the external use o= f ORCA will be easy for me. However, the main problem for me is that ORCA is= a freeware code (state-funded). I greatly dislike socialism in any form, an= d I think that state-funded codes can provide good quality only if they comp= ete with the commercial codes like Gaussian (and steal their algorithms). If= the commercial codes disappear, the computation chemistry will go into stag= nation. >=20 >> The likewise freely available open source Psi4 program also has a=20 >> variety of ab initio and DFT methods implemented, and also supports a=20 >> variety of CBS extrapolations for energies and geometry optimizations=20 >> out of the box. >=20 > As far as I understand, the Psi program is state-funded too? >=20 > I=E2=80=99ve heard that the ADF program offers the external interaction. B= ut ADF uses Slater functions instead of Gaussian ones; sorry for my profanit= y, but I can=E2=80=99t understand why such approach has not been rejected ye= t by the chemical community. >=20 >=20 >=20 >> What you describe can be achieved by using the Atomic Simulation >> Environment (ASE). The peer-reviewed article for ASE can be found >> here and main webpage found here. ASE is a Python-based code meant >> to manipulate, run, and analyse quantum-chemical calculations. ASE >> has a built-in set of optimization routines (described here), and >> the quantum-chemical program of your choice can be used just to >> calculate the energies and forces required for ASE to update the >> atomic positions. You then do not have to rely on the optimizers >> built into Gaussian, and it operates using the exact same workflow >> you proposed. ASE does support Gaussian as a calculator (as listed >> here), but it is currently lacking documentation and would probably >> require some modifications to suit all your needs. >=20 > So, if using Gaussian as an external calculator is in principle possible, I= =E2=80=99d like to clarify some more points. I=E2=80=99ve heard that Gaussia= n authors even prohibit such manipulations, do they not? > The Gaussian package contains two exe files: e.g., g09w.exe (a GUI) and g0= 9.exe. The first one evidently can be run to handle a gjf file only manually= (not by another program). Maybe running the g09.exe file by my program woul= d be a good choice, but as far as I remember, in previous version of Gaussia= n (G98) the g98w.exe and g98.exe files sometimes produced different outputs f= rom the same gjf input (sorry for not sufficiently reliable information, I t= ried to reproduce this error with g09.exe but found difficult to run it). >=20 > One more question is, how high (low) is the speed of Windows QC codes if t= hey are run from Linux via Wine. >=20 >=20 >> But please, be aware that any serious quantum chemistry code is written b= y >> professionals and it will be very challenging to "beat" built in >> optimizers. Sometimes, slow optimization is rather a consequence of >> chemical system at hand (too shallow PES minimum, noisy >> energy/gradients, etc). >=20 > I have some experience of implementing a non-gradient optimization (e.g. C= hemcraft performs it for setting a point group). Besides that, I suppose it c= an be a good approach to perform an optimization and frequencies computation= in curvilinear coordinates specified manually by the user (using a GUI). >=20 >> Could you be a bit more specific about DFT functionals and neural network= s? >=20 > Currently, this is just an idea; neural networks are powerful paradigms f= or some tasks, and implementing by me a NN for processing multiple single po= int DFT computations to obtain a single point energy is in principle possibl= e. > Grigoriy Zhurko >=20 >=20 >=20 > -=3D This is automatically added to each message by the mailing script =3D= ->=20>=20>=20 > Subscribe/Unsubscribe:=20>=20>=20 > Job: http://www.ccl.net/jobs=20>=20>=20>=20>=20 >=20 --Apple-Mail-EB545649-5470-4C34-91C9-B410318038C1 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable What nonsense about a code being free impli= es ANYTHING about socialism?

ACES is a free code, as are m= any others, and outcompetes all codes in CCSD(T) for massive parallelization= 100s to 1000s of processors). There is no government funding for ACES. It=E2= =80=99s written by CC people who have a need for its usage in work themselve= s and do not wish to charge others for it.

Moreover= , by your logic, your email thoughts are sent freely, so you must be being p= aid by a government to do it! You=E2=80=99re a secret socialist agent...=F0=9F= =98=A0

Denigrating comments to free software like ORCA, GAMESS, ACES,= CFOUR are not appreciated. We=E2=80=99re scientists; a lot of us do it beca= use we love it and we do a better job because we love it.


On Oct 2= , 2018, at 4:35 AM, Grigoriy Zhurko reg_zhurko_._chemcraftprog.com <owner-chemistry(-)ccl.net> wrote:


Sent to CCL by: Grigoriy Zhurko= [reg_zhurko#%#chemcraftprog.com]
the ORCA optimizer is robust and ef= ficient. ORCA's optimizer can be used
as an external optimizer and can be used for the described s= cenario.
Besides that= , ORCA by itself provides plenty of density functionals and
efficient Post-HF methods. Using ORCA= 's optimizer as external optimizer
is well documented in the manual. ORCA is free of charge for ac= ademic
use (https://orcaforum.cec.mpg.de/).

ORCA seems to be an interesting choice= (as far as I know, it provides 90% of features provided by Gaussian). I am t= hinking of switching from Gaussian to Orca in my research work, and in this c= ase implementing the external use of ORCA will be easy for me. However, the m= ain problem for me is that ORCA is a freeware code (state-funded). I greatly= dislike socialism in any form, and I think that state-funded codes can prov= ide good quality only if they compete with the commercial codes like Gaussia= n (and steal their algorithms). If the commercial codes disappear, the compu= tation chemistry will go into stagnation.

The likewise freely available open source Psi4 prog= ram also has a
varie= ty of ab initio and DFT methods implemented, and also supports a
=
variety of CBS extrapolations f= or energies and geometry optimizations
out of the box.

<= span>As far as I understand, the Psi program is state-funded too?

=
I=E2=80=99ve heard that the ADF program offers the ex= ternal interaction. But ADF uses Slater functions instead of Gaussian ones; s= orry for my profanity, but I can=E2=80=99t understand why such approach has n= ot been rejected yet by the chemical community.

<= span>

What you de= scribe can be achieved by using the Atomic Simulation
Environment (ASE). The peer-reviewed articl= e for ASE can be found
here and main webpage found here. ASE is a Python-based code meant<= br>
to manipulate, run, and anal= yse quantum-chemical calculations. ASE
has a built-in set of optimization routines (described her= e), and
the quantum-c= hemical program of your choice can be used just to
calculate the energies and forces required for= ASE to update the
at= omic positions. You then do not have to rely on the optimizers
built into Gaussian, and it operat= es using the exact same workflow
you proposed. ASE does support Gaussian as a calculator (as list= ed
here), but it is c= urrently lacking documentation and would probably
require some modifications to suit all your nee= ds.

So, if using Gaussian as a= n external calculator is in principle possible, I=E2=80=99d like to clarify s= ome more points. I=E2=80=99ve heard that Gaussian authors even prohibit such= manipulations, do they not?
The Gaussian package contains t= wo exe files: e.g., g09w.exe (a GUI) and g09.exe. The first one evidently ca= n be run to handle a gjf file only manually (not by another program). Maybe r= unning the g09.exe file by my program would be a good choice, but as far as I= remember, in previous version of Gaussian (G98) the g98w.exe and g98.exe fi= les sometimes produced different outputs from the same gjf input (sorry for n= ot sufficiently reliable information, I tried to reproduce this error with g= 09.exe but found difficult to run it).

One m= ore question is, how high (low) is the speed of Windows QC codes if they are= run from Linux via Wine.


But please, be aware that any serious quantum chem= istry code is written by
professionals and it will be very challenging to "beat" built in<= br>
optimizers. Sometimes, slow o= ptimization is rather a consequence of
chemical system at hand (too shallow PES minimum, noisy
energy/gradients, etc).=

I have some experience of imp= lementing a non-gradient optimization (e.g. Chemcraft performs it for settin= g a point group). Besides that, I suppose it can be a good approach to perfo= rm an optimization and frequencies computation in curvilinear coordinates sp= ecified manually by the user (using a GUI).

Could you be a bit more specific about DFT functi= onals and neural networks?

&n= bsp;Currently, this is just an idea; neural networks are powerful paradigms f= or some tasks, and implementing by me a NN for processing multiple single po= int DFT computations to obtain a single point energy is in principle possibl= e.
 Grigoriy Zhurko

<= /span>

-=3D This is automatically added to each me= ssage by the mailing script =3D-
To recover the email addres= s of the author of the message, please change
the strange ch= aracters on the top line to the (-) sign. You can also
look up= the X-Original-From: line in the mail header.

E-mail to subscribers: CHEMISTRY(-)cc= l.net or use:

     http://www.ccl.net/cgi-bin/= ccl/send_ccl_message

E-mail to administ= rators: CHEMISTRY-REQUEST(-)ccl.n= et or use
     http://www.ccl.net/cgi-bin/ccl/= send_ccl_message

Subscribe/Unsubscribe:=
     http://www.ccl.net/chemistry/sub_unsub.shtml

Before posting, check wait time at:
http://www.ccl.net
Job: http://www.ccl.net/jobs <= /span>
Conferences: http://server.ccl.net/chemistry/announcements/confer= ences/

Search Messages: http://www.ccl.net/chemistry= /searchccl/index.shtml

If your mail bou= nces from CCL with 5.7.1 error, check:
   &n= bsp; http://www.ccl.net/spa= mmers.txt

RTFI: http://www.ccl.net/chemistry/aboutc= cl/instructions/


= --Apple-Mail-EB545649-5470-4C34-91C9-B410318038C1-- From owner-chemistry@ccl.net Tue Oct 2 13:11:00 2018 From: "Susi Lehtola susi.lehtola##alumni.helsinki.fi" To: CCL Subject: CCL:G: Interaction of QC software components via text files Message-Id: <-53487-181002121255-4026-np682dmazBtaH+HZ5HzWuw : server.ccl.net> X-Original-From: Susi Lehtola Content-Language: en-US Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8; format=flowed Date: Tue, 2 Oct 2018 19:12:44 +0300 MIME-Version: 1.0 Sent to CCL by: Susi Lehtola [susi.lehtola * alumni.helsinki.fi] On 10/2/18 11:35 AM, Grigoriy Zhurko reg_zhurko_._chemcraftprog.com wrote: > Sent to CCL by: Grigoriy Zhurko [reg_zhurko#%#chemcraftprog.com] >> the ORCA optimizer is robust and efficient. ORCA's optimizer can be >> used as an external optimizer and can be used for the described >> scenario. Besides that, ORCA by itself provides plenty of density >> functionals and efficient Post-HF methods. Using ORCA's optimizer >> as external optimizer is well documented in the manual. ORCA is >> free of charge for academic use (https://orcaforum.cec.mpg.de/). > > ORCA seems to be an interesting choice (as far as I know, it provides > 90% of features provided by Gaussian). I am thinking of switching > from Gaussian to Orca in my research work, and in this case > implementing the external use of ORCA will be easy for me. However, > the main problem for me is that ORCA is a freeware code > (state-funded). I greatly dislike socialism in any form, and I think > that state-funded codes can provide good quality only if they compete > with the commercial codes like Gaussian (and steal their algorithms). > If the commercial codes disappear, the computation chemistry will go > into stagnation. Okay, that's a bit of a funny stance for several reasons. First, ORCA is only free as in free beer, not free as in free speech. (Free software satisfies both criteria.) Furthermore, it's only free for academic users, not for anybody. Calling ORCA state-funded freeware is just not true: industry users have to pay $$$. Second, by selling licenses to software you also end up having to ship the software and support its userbase, which may take a significant amount of resources. Generally open source programs don't have as much user support. However, the beauty of open source is that you *don't* have to ship and support binaries yourself, since thanks to the permissive licensing, linux distributions can ship your program for you. For instance, Fedora has packages of e.g. OpenMolcas and Psi4, and you can get them on your laptop or server with a simple # yum install OpenMolcas psi4 Third, basically *all* quantum chemistry (QC) programs have been developed as a result of public funding. Furthermore, many established commercial codes actually *rely* on government funding for developing new features. It's not like you can make big bucks selling QC codes. If your criterion is receiving any state funding at all, I'm afraid you won't be able to use *any code at all*. Fourth, it's not typically the *program* that gets government funding, but rather the *scientist* for a specific funding proposal unrelated to program development. For instance, ORCA comes from Frank Neese's group, who is a member of the International Academy of Quantum Molecular Science (http://www.iaqms.org/members/neese.php). Fifth, the program you mention as example ["and steal their algorithms"] is pretty funny given that very little new functionality has been added in the last decade; most of which has been "stolen" from other codes, i.e. the methods have been originally implemented in other codes but the algorithms have been published in scientific articles. Sixth, open source software is generally easier to develop, since you don't have to implement all the functionalities yourself. For instance, I started writing ERKALE (https://github.com/susilehtola/erkale) as a graduate student only because I knew I wouldn't have to handle any of the messy stuff myself, i.e. the two-electron integrals and evaluation of exchange-correlation functionals, which were already implemented in Ed Valeev's LIBINT and Miguel Marques' LIBXC, respectively. [I probably wouldn't write a completely new code today given that great open source software, e.g. PySCF and Psi4, already exist.] LIBINT is also used in Psi4, and LIBXC both in Psi4 and PySCF. There's no reason to keep reinventing the wheel, and open source makes this generally very easy. Seventh, open source software may also be included as part of commercial programs. E.g. PySCF, LIBXC, LIBINT, and PSI4 carry licenses that allow for inclusion as part of a closed source program. For instance ORCA is already using LIBINT, and the last I heard LIBXC was also making its way into it. Again, no reason to keep reinventing the wheel. > I’ve heard that the ADF program offers the external interaction. But > ADF uses Slater functions instead of Gaussian ones; sorry for my > profanity, but I can’t understand why such approach has not been > rejected yet by the chemical community. [ADF originated in Baerend's group in Amsterdam and Ziegler's group in Calgary; both receivers of state funding.] >> Could you be a bit more specific about DFT functionals and neural >> networks? > > Currently, this is just an idea; neural networks are powerful > paradigms for some tasks, and implementing by me a NN for processing > multiple single point DFT computations to obtain a single point > energy is in principle possible. Grigoriy Zhurko This is not really a new point. Neural Networks have been used for a long time to model DFT computations; e.g. Jörg Behler is one of the pioneers. For more recent developments see, for instance, the work done in the Parkhill group at Notre Dame with the TensorMol model chemistry https://github.com/jparkhill/TensorMol (which is also open source). The newest paper http://dx.doi.org/10.1039/C7SC04934J https://arxiv.org/abs/1711.06385 demonstrated DFT accuracy results but at orders of magnitude smaller cost. According to the project homepage, you can do an energy and force evaluation of a cube of 24,000 atoms in less than 100 seconds on a 2015 Macbook Pro. -- ------------------------------------------------------------------ Mr. Susi Lehtola, PhD Junior Fellow, Adjunct Professor susi.lehtola=-=alumni.helsinki.fi University of Helsinki http://www.helsinki.fi/~jzlehtol Finland ------------------------------------------------------------------ Susi Lehtola, dosentti, FT tutkijatohtori susi.lehtola=-=alumni.helsinki.fi Helsingin yliopisto http://www.helsinki.fi/~jzlehtol ------------------------------------------------------------------ From owner-chemistry@ccl.net Tue Oct 2 13:46:00 2018 From: "Soaring Bear soaringbear]^[yahoo.com" To: CCL Subject: CCL: NN rigor? Message-Id: <-53488-181002122855-13614-tbS7X+q/weVnPs6lFdytJg#,#server.ccl.net> X-Original-From: "Soaring Bear" Date: Tue, 2 Oct 2018 12:28:54 -0400 Sent to CCL by: "Soaring Bear" [soaringbear:+:yahoo.com] to NN experts, I wonder if this seems rigorous to you? deep neural network (DNN) model that had only 2000 hidden units. After forward propagation, the feature dimensionality was reduced approximately 200 times. By the conclusion of training, the DNN model derived a decision boundary to classify positive and negative samples with the desired accuracy, and the model was able to predict reliable DTIs. ref: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6156897/ From owner-chemistry@ccl.net Tue Oct 2 14:20:00 2018 From: "Jeya Vimalan jeyavimalan2k-*-gmail.com" To: CCL Subject: CCL: Relative Stability of species. Message-Id: <-53489-181002135747-17936-9tyThiEmiQEQQTQ9Ea+M3Q : server.ccl.net> X-Original-From: Jeya Vimalan Content-Type: multipart/alternative; boundary="0000000000006dcc6a057742a80a" Date: Tue, 2 Oct 2018 10:57:23 -0700 MIME-Version: 1.0 Sent to CCL by: Jeya Vimalan [jeyavimalan2k(-)gmail.com] --0000000000006dcc6a057742a80a Content-Type: text/plain; charset="UTF-8" Dear all, I have the following question that i need your help to get it cleared. I have three molecular species that differs in the composition. Say for example, TiCl3, TiCl2, and TiCl4. > From the vibrational frequencies, i can understand if they are stable in the PES (potential energy surface). But are there any way that i can determine the relative stability of these three species. There is a tutorial in G09, that describes the thermochemistry to determine the free energy of molecules, but i see that certain parameters are taken from literature and it is not available for the complete set of periodic table. Can any one point me some tutorials/work outs that have been made earlier for a novice user. Thanks in advance. Vimal. --0000000000006dcc6a057742a80a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Dear all,

I have the following question that i need your help to get
it = cleared.

I have three molecular species that diffe= rs in the composition.=C2=A0
Say for example, TiCl3, TiCl2, and T= iCl4.=C2=A0

From the vibrational frequencies, i ca= n understand if they=C2=A0
are stable in the PES (potential energ= y surface). But
are there any way that i can determine the relati= ve stability
of these three species.=C2=A0

There is a tutorial in G09, that describes the thermochemistry
to determine the free energy of molecules, but i see that certainparameters are taken from literature and it is not available
fo= r the complete set of periodic table.=C2=A0

Can an= y one point me some tutorials/work outs that have been made
earli= er for a novice user.=C2=A0

Thanks in advance.
Vimal.

--0000000000006dcc6a057742a80a-- From owner-chemistry@ccl.net Tue Oct 2 14:56:01 2018 From: "Chris Swain swain{:}mac.com" To: CCL Subject: CCL: Mojave Message-Id: <-53490-181002142915-12431-eu1NsLLR5OVtozQ9HU8dmg\a/server.ccl.net> X-Original-From: Chris Swain Content-type: multipart/alternative; boundary="Apple-Mail=_691E1ECB-1185-4D06-AF17-CBA73A58DC36" Date: Tue, 02 Oct 2018 19:29:07 +0100 MIME-version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Sent to CCL by: Chris Swain [swain~~mac.com] --Apple-Mail=_691E1ECB-1185-4D06-AF17-CBA73A58DC36 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, I=E2=80=99ve created a page to summarise the status of scientific apps = under Mac OSX 10.14 Mojave. = https://www.macinchem.org/blog/files/be86eb06d79280048fbaa855a206df3d-2359= .php = Feel free to contact me with any additional information. Kind Regards, Chris Dr Chris Swain BA MA (Cantab) PhD CChem FRSC Macs in Chemistry swain%a%mac.com https://www.macinchem.org --Apple-Mail=_691E1ECB-1185-4D06-AF17-CBA73A58DC36 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Hi,

I=E2=80=99ve created a page to = summarise the status of scientific apps under Mac OSX 10.14 = Mojave.


Feel free to contact me with any additional = information.

Kind Regards,

Chris


Dr Chris Swain BA MA = (Cantab) PhD CChem FRSC
Macs in Chemistry
swain%a%mac.com
https://www.macinchem.org

= --Apple-Mail=_691E1ECB-1185-4D06-AF17-CBA73A58DC36-- From owner-chemistry@ccl.net Tue Oct 2 16:43:00 2018 From: "Peter Kraus peter.kraus,geeksonbikes.net" To: CCL Subject: CCL:G: Relative Stability of species. Message-Id: <-53491-181002164138-11305-ZEtApOORuJwEnBkHTw+nog|-|server.ccl.net> X-Original-From: Peter Kraus Content-Type: multipart/alternative; boundary="00000000000052b0f0057744f250" Date: Tue, 2 Oct 2018 22:41:19 +0200 MIME-Version: 1.0 Sent to CCL by: Peter Kraus [peter.kraus],[geeksonbikes.net] --00000000000052b0f0057744f250 Content-Type: text/plain; charset="UTF-8" Dear Vimal, it looks as if you're conflating two issues: first is whether a point on your potential energy hypersurface (i.e. your geometry) is at a minimum in energy - this, at least for small covalent (single reference) compounds should be true as long as your geometry optimisation converges (the "four YES's" in Gaussian). It is good to check it's a minimum by doing a frequency calculation after the optimization step. If there are no imaginary frequencies, you're good to go. As for "stability", the question is - at what temperature? You could compare the absolute energies of your three compounds directly, as long as they have the same elemental composition. If not, you have to calculate the heat of formation by difference from the correct number of infinitely separated atoms. However, even at 0 K, you will have zero-point effects, which you can estimate by the vibrational frequencies. They might be large enough to shift the balance of stability around. Then there are the more important thermal effects, where the "tutorial" you mentioned comes in - the Gibbs energy is a function of both enthalpy and entropy, and entropy is related to partition functions, which can be calculated from the vibrational frequencies and rotational constants. If you need help with that, you can always contact the folks at Gaussian Inc. directly, after all you're paying them a lot of money to use their software. I've found them very helpful. Best regards, Peter On Tue, 2 Oct 2018 at 21:41, Jeya Vimalan jeyavimalan2k-*-gmail.com < owner-chemistry^ccl.net> wrote: > Dear all, > > I have the following question that i need your help to get > it cleared. > > I have three molecular species that differs in the composition. > Say for example, TiCl3, TiCl2, and TiCl4. > > From the vibrational frequencies, i can understand if they > are stable in the PES (potential energy surface). But > are there any way that i can determine the relative stability > of these three species. > > There is a tutorial in G09, that describes the thermochemistry > to determine the free energy of molecules, but i see that certain > parameters are taken from literature and it is not available > for the complete set of periodic table. > > Can any one point me some tutorials/work outs that have been made > earlier for a novice user. > > Thanks in advance. > Vimal. > > -- Sent from your iPhone. No, really. --00000000000052b0f0057744f250 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Dear Vimal,

it looks as if you're conflating two issues: first is whether a point = on your potential energy hypersurface (i.e. your geometry) is at a minimum = in energy - this, at least for small covalent (single reference) compounds = should be true as long as your geometry optimisation converges (the "f= our YES's" in Gaussian). It is good to check it's a minimum by= doing a frequency calculation after the optimization step. If there are no= imaginary frequencies, you're good to go.

As = for "stability", the question is - at what temperature? You could= compare the absolute energies of your three compounds directly, as long as= they have the same elemental composition. If not, you have to calculate th= e heat of formation by difference from the correct number of infinitely sep= arated atoms. However, even at 0 K, you will have zero-point effects, which= you can estimate by the vibrational frequencies. They might be large enoug= h to shift the balance of stability around. Then there are the more importa= nt thermal effects, where the "tutorial" you mentioned comes in -= the Gibbs energy is a function of both enthalpy and entropy, and entropy i= s related to partition functions, which can be calculated from the vibratio= nal frequencies and rotational constants. If you need help with that, you c= an always contact the folks at Gaussian Inc. directly, after all you're= paying them a lot of money to use their software. I've found them very= helpful.

Best regards,

Peter

On Tue, 2 Oct 2018 at 21:41, Jeya Vimalan jeyavimalan2k-*-gmail.com <owner-chemistry^ccl.net> wrote:=
=
Dear all,

I have the following question t= hat i need your help to get
it cleared.

= I have three molecular species that differs in the composition.=C2=A0
=
Say for example, TiCl3, TiCl2, and TiCl4.=C2=A0

From the vibrational frequencies, i can understand if they=C2=A0
are stable in the PES (potential energy surface). But
are ther= e any way that i can determine the relative stability
of these th= ree species.=C2=A0

There is a tutorial in G09, tha= t describes the thermochemistry
to determine the free energy of m= olecules, but i see that certain
parameters are taken from litera= ture and it is not available
for the complete set of periodic tab= le.=C2=A0

Can any one point me some tutorials/work= outs that have been made
earlier for a novice user.=C2=A0
<= div>
Thanks in advance.
Vimal.

=

--
Sent from your iPh= one. No, really.
--00000000000052b0f0057744f250-- From owner-chemistry@ccl.net Tue Oct 2 18:25:01 2018 From: "Matthias Heger heger##ualberta.ca" To: CCL Subject: CCL:G: Interaction of QC software components via text files Message-Id: <-53492-181002151511-23112-bTXbk1GmsQF8sskol5MgtA]_[server.ccl.net> X-Original-From: Matthias Heger Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=utf-8; format=flowed Date: Tue, 2 Oct 2018 13:15:01 -0600 MIME-Version: 1.0 Sent to CCL by: Matthias Heger [heger(a)ualberta.ca] > I am thinking of switching from Gaussian to Orca in my research work, and in this case implementing the external use of ORCA will be easy for me. However, the main problem for me is that ORCA is a freeware code (state-funded). I greatly dislike socialism in any form, and I think that state-funded codes can provide good quality only if they compete with the commercial codes like Gaussian (and steal their algorithms). "Socialism is when the government does stuff. The more stuff it does, the socialister it is." -- Karl Marx, probably From owner-chemistry@ccl.net Tue Oct 2 19:00:01 2018 From: "Pezhman Zarabadi-Poor pzarabadip * gmail.com" To: CCL Subject: CCL: Mojave Message-Id: <-53493-181002170510-23182-wUBjmEtOKA1rA80pk+MxPA[*]server.ccl.net> X-Original-From: Pezhman Zarabadi-Poor Content-Type: multipart/alternative; boundary="0000000000008aaa1f0577454650" Date: Tue, 2 Oct 2018 23:04:52 +0200 MIME-Version: 1.0 Sent to CCL by: Pezhman Zarabadi-Poor [pzarabadip^^^gmail.com] --0000000000008aaa1f0577454650 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Dear Chris, I would add iRASPA (www.iraspa.org) to the list as well. My best regards, Pezhman On Tue, Oct 2, 2018 at 10:45 PM Chris Swain swain{:}mac.com < owner-chemistry=-=ccl.net> wrote: > Hi, > > I=E2=80=99ve created a page to summarise the status of scientific apps un= der Mac > OSX 10.14 Mojave. > > > https://www.macinchem.org/blog/files/be86eb06d79280048fbaa855a206df3d-235= 9.php > > > Feel free to contact me with any additional information. > > Kind Regards, > > Chris > > > Dr Chris Swain BA MA (Cantab) PhD CChem FRSC > Macs in Chemistry > swain^^mac.com > https://www.macinchem.org > > --=20 *Pezhman Zarabadi-Poor, PhD* Marie Sk=C5=82odowska-Curie / SoMoPro Postdoct= oral Fellow CEITEC =E2=80=93 Central European Institute of Technology Masaryk University Kamenice 5 =E2=80=93 Bld. A4 =E2=80=93 Office 2.26 62500 Brno =E2=80=93 Czech Republic Google Scholar Profile --0000000000008aaa1f0577454650 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Dear Chris,=C2=A0

I wo= uld add iRASPA (www.iraspa.org) to th= e list as well.=C2=A0

My best regards,
P= ezhman=C2=A0

On Tue, Oct 2, 2018 at 10:45 PM Chris Swain swain{:}mac.com <owner-che= mistry=-=ccl.net> wrote:
Hi,

I=E2=80=99ve created = a page to summarise the status of scientific apps under Mac OSX 10.14 Mojav= e.


Feel = free to contact me with any additional information.

Kind Regards,

Chris


Dr Chris Swain BA MA (Can= tab) PhD=C2=A0CChem FRSC
Macs in Chemistry
swain^^mac.com
https://www.macinchem.org

<= br>
--

=09 =09 =09 =09

=09 =09 =09 =09

Pezhman Zarabadi-Poor, PhD

Marie Sk=C5=82odowska-Curie / SoMoPro Postdoctoral Fellow

CEITEC =E2=80=93 Central European Institute of Technology

Masaryk University

Kamenice 5 =E2=80=93 Bld. A4 =E2=80=93 Office 2.26=

62500 Brno =E2=80=93 Czech Republic


Google Scholar Profile
--0000000000008aaa1f0577454650-- From owner-chemistry@ccl.net Tue Oct 2 21:13:00 2018 From: "Guzman, Francisco fg58 ~ njit.edu" To: CCL Subject: CCL: Mojave Message-Id: <-53494-181002203850-20392-3hQ1sqbLGWEkS64JajNzDQ-,-server.ccl.net> X-Original-From: "Guzman, Francisco" Content-Type: multipart/alternative; boundary="000000000000a8cca50577484251" Date: Tue, 2 Oct 2018 20:38:31 -0400 MIME-Version: 1.0 Sent to CCL by: "Guzman, Francisco" [fg58,njit.edu] --000000000000a8cca50577484251 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Chris, Thank you for posting such an informative link. I'm close to going to the darkside (apple) from RHEL/Debian as support is seemingly better, and this info might just do it. Although I do still love GNOME... On Tue, Oct 2, 2018 at 4:54 PM Chris Swain swain{:}mac.com < owner-chemistry#ccl.net> wrote: > Hi, > > I=E2=80=99ve created a page to summarise the status of scientific apps un= der Mac > OSX 10.14 Mojave. > > > https://www.macinchem.org/blog/files/be86eb06d79280048fbaa855a206df3d-235= 9.php > > > Feel free to contact me with any additional information. > > Kind Regards, > > Chris > > > Dr Chris Swain BA MA (Cantab) PhD CChem FRSC > Macs in Chemistry > swain^^mac.com > https://www.macinchem.org > > --=20 Francisco Guzman PhD Candidate Otto H. York Department of Chemical, Biological and Pharmaceutical Engineering New Jersey Institute of Technology Email: fg58#njit.edu, guzman.research#gmail.com --000000000000a8cca50577484251 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Chris,

Thank you for posting= such an informative link. I'm close to going to the darkside (apple) f= rom RHEL/Debian as support is seemingly better, and this info might just do= it.=C2=A0 Although I do still love GNOME...

=
On Tue, Oct 2, 2018 at 4:54= PM Chris Swain swain{:}mac.com <owner-chemistry#ccl.net> wrote:<= br>
Hi,

I=E2=80=99ve created a page to summarise the status= of scientific apps under Mac OSX 10.14 Mojave.

https://www.macinchem.org/blog/files/be86eb06d79280048fbaa855a206df3= d-2359.php

Feel free to contact me with any ad= ditional information.

Kind Regards,

=
Chris


Dr Chris Swain BA MA (Cantab) PhD=C2=A0CChem FRSC
Ma= cs in Chemistry
= swain^^mac.com
https://www.macinchem.org



--
=
Francisco= Guzman
PhD Candidate
Otto H. York Departmen= t of Chemical, Biological and Pharmaceutical Engineering
New Jersey Inst= itute of Technology
--000000000000a8cca50577484251--