Quantum chemistry calculations with python: S1 - Molecular input for DFT calculations with RDkit.

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 18

  • @Chemistrywithcode
    @Chemistrywithcode  2 года назад

    If you are interested in participating in the next session (August 20, 2022), get your tickets from here - www.eventbrite.ca/e/series-quantum-chemistry-calculations-with-python-session-2-tickets-398183616917

  • @alecrimi
    @alecrimi 2 года назад +1

    thanks this was really nice

  • @palwishakhan9950
    @palwishakhan9950 Год назад +1

    I really interested in computational chemistry what should I do in the first step to learn the computational

    • @Chemistrywithcode
      @Chemistrywithcode  Год назад

      This playlist is a good place to start learning Computational Chemistry. The content disucussed in the series of three videos cover most of the practical aspects of DFT in computational chemistry. There is periodic DFT and molecular dynamics which you can refer to the book linked in the colab notebook. I hope this is helpful.

  • @CartoonSongs12
    @CartoonSongs12 9 месяцев назад

    ❤❤❤

  • @zakiahdarajatnurfajrin3352
    @zakiahdarajatnurfajrin3352 3 месяца назад

    hi, please help me. why I can not install package pyscf in conda prompt with "pip install pyscf"?

    • @Chemistrywithcode
      @Chemistrywithcode  3 месяца назад

      That should install pyscf. You may want to debug the error.

  • @idk_533
    @idk_533 6 месяцев назад

    how can I compute or simulate the activation energy of a reaction, please help me out, thanks

    • @Chemistrywithcode
      @Chemistrywithcode  6 месяцев назад +1

      Firstly, you need to determine the transition state geometry. Then you can compute the activation energy as the difference in energy between the starting geometry and transistion state geometry. If possible, I will have a video on this sometime in distant future.

    • @idk_533
      @idk_533 6 месяцев назад

      thanks, looking forward to it @@Chemistrywithcode

  • @ninglu-ol3bv
    @ninglu-ol3bv 11 месяцев назад

    thanks, now I'm trying to do the step of the Combinatorial molecule generation, but my core structure is 1,4-Benzoquinone , but i don't know weather 1,4-Benzoquinone can be used core structure to generate the combinatorial molecule, Could you tell me the answer? thank you very much !

    • @Chemistrywithcode
      @Chemistrywithcode  11 месяцев назад

      Sorry for not getting back to this sooner. You can use 1,4-benzoquinone as the core. You will have * at the position where you want to make the substitution.

  • @jubilantsundar1
    @jubilantsundar1 7 месяцев назад

    Does pySCF has support for post-HF methods? If yes, how to call them in the code?

    • @Chemistrywithcode
      @Chemistrywithcode  6 месяцев назад

      Yes, pyscf does support post-HF methods. I have never used them but I would suggest you look at the user guide. pyscf.org/user.html

  • @allwinfernands2551
    @allwinfernands2551 6 месяцев назад

    In which software ur using it

    • @Chemistrywithcode
      @Chemistrywithcode  6 месяцев назад

      I did not get that. All the calculations are done on google colab using pyscf QM code.