Python for Quantum Chemistry
eBook - ePub

Python for Quantum Chemistry

A Full Stack Programming Guide

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Python for Quantum Chemistry

A Full Stack Programming Guide

About this book

Quantum chemistry requires ever higher computational performance, with more and more sophisticated and dedicated Python scripts being required to solve challenging problems. Although resources for basic use of Python are widely (and often freely) available online and in literature, truly cohesive materials for advanced Python programming skills are lacking.Qiming Sun, a developer of the popular Python package PySCF, provides a comprehensive, end-to-end practical resource for researchers and engineers who have basic Python programming experiences chiefly in computational chemistry but want to take their use of the software forwards to the next level, the book provides an insightful exploration of Numpy, Pandas, and other data analysis tools. Readers will learn how to manage their Python computational projects in a professional way, with various tools and protocols for computational chemistry research and general scientific computing tasks exhibited and analysed from a technical perspective. Multiple programming paradigms including object-oriented, functional, meta-programming, dynamic, concurrent, and vector-oriented are illustrated in various technology scenarios allowing readers to properly use them to enhance their program projects. Readers will also learn how to use the presented optimization technologies to speed up their Python applications, even to the level as fast as a native C++ implementation. The applications of these technologies are then demonstrated using quantum chemistry Python applications.Python for Quantum Chemistry: A Full Stack Programming Guide is written primarily for graduate students, researchers and software engineers working primarily in the fields of theoretical chemistry, computational chemistry, condensed matter physics, material modelling, molecular simulations, and quantum computing. - End-to end guide for advanced Python programming skills and tools related to quantum chemistry research - Tackles the following questions: How can you ensure the Python runtime is manageable when the preliminary implementation becomes complicated or evolves many branches? How do I ensure that others' Python program works properly in my project? How do I make my Python project reusable for others? - Covers in depth the crucial topic of Python code optimization methods with high-performance computing technologies - Provides examples of Python applications with cutting-edge technologies such as automatic code generation, cloud computing, and GPGPU - Includes discussion of Python runtime mechanism and advanced Python technologies

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Python for Quantum Chemistry by Qiming Sun in PDF and/or ePUB format, as well as other popular books in Biological Sciences & Biology. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Elsevier
Year
2025
eBook ISBN
9780443238369
Edition
0

Table of contents

  1. Title of Book
  2. Copyright
  3. Preface
  4. List of acronyms
  5. Chapter 1: Python programming environment
  6. Chapter 2: Data processing
  7. Chapter 3: Visualization
  8. Chapter 4: Scientific computing tools
  9. Chapter 5: Meta-programming and non-numerical computation
  10. Chapter 6: Input and output
  11. Chapter 7: Working with cloud
  12. Chapter 8: Foreign language interfaces
  13. Chapter 9: Program performance optimization
  14. Chapter 10: Parallel computation
  15. Chapter 11: GPU programming
  16. Chapter 12: Integral evaluation
  17. Chapter 13: Mean-field methods
  18. Chapter 14: Post Hartree-Fock I: full configuration interaction
  19. Chapter 15: Post Hartree-Fock II: coupled cluster
  20. Chapter 16: Molecular properties
  21. Index