Skip to content

BragitOff.com

READ-LEARN-BRAG!

  • Archives
  • Coding
    • Machine Learning
    • Android Studio
    • C Programs
      • Miscellaneous
      • Matrix Operations
      • Numerical Integration
      • Ordinary Differential Equations
      • Plots and Graphs
      • Random Numbers
      • Root Finding
      • Series Sum
    • C++ Programming
    • Python
    • Scilab
    • Microprocessor 8085 Programming
  • Physics
    • Digital Electronics
    • General Theory of Relativity
    • Lab Manuals
    • Mathematical Physics
    • Nanoscience and Nanotechnology
    • Numerical Analysis Programming
    • Popular Queries of Physics Students
    • Quantum Mechanics
    • Quantum Field Theory
    • Viva Questions
  • Word-a-Geek
    • Pictionary
    • Visual Dictionary
  • Research
  • Conferences
  • Machine Learning
  • Quantum Chemistry
    • PyFock: Pure Python DFT and Quantum Chemistry with GPU Acceleration
    • TURBOMOLE
    • PySCF
    • NWChem
    • DFT
    • Quantum Espresso
    • DFT Simulations Database
  • CrysX
    • PyFock: Pure Python DFT and Quantum Chemistry with GPU Acceleration
    • CrysX – Neural Network (crysx_nn)
    • CrysX: Crystallographic Tools
      • CrysX – Documentation
    • CrysX – 3D Viewer
      • CrysX-3D Viewer Documentation
      • CrysX – 3D Viewer Privacy Policy
    • CrysX – AR Documentation
    • CrysX-AR Privacy Policy
    • Molecule Database

A Computational Chemistry Alphabet for Curious Young Minds

21 Nov

How to Properly Cite VASP in Your Research Papers | A Guide with Examples and Formats

11 Dec

Exchange-Correlation Functionals [Explained for Beginners]

1 May

Why is chemical accuracy defined as 1 kcal/mol? [SOLVED]

29 Apr

Why can’t we use absolute values of Errors? (Least Squares Method)- Curve Fitting

Coding My life Numerical Analysis ProgrammingSep 10, 2015Oct 7, 2015 Manas Sharma

The answer is three fold: If we look at the above image and the data points we notice that some of the errors…

Read More

Curve Fitting (Least Squares method)- Presentation (Slides)

Coding My life Numerical Analysis ProgrammingSep 10, 2015Oct 7, 2015 Manas Sharma

Curve fitting is the process of constructing a curve, or mathematical function, that has the best fit to a series of data points,…

Read More

Math (Honors) Delhi University – First Year Previous Year Question Papers

Math Honors Previous Year Question PapersSep 10, 2015Sep 11, 2015 Manas Sharma

Preparing for Delhi University Semester Exams is a pain in the ass. No one can tell what to expect. But what one can…

Read More

ANDC in Pictures

DU Exclusive My life PhotographySep 10, 2015Sep 26, 2015 Manas Sharma

Click on a pic and enjoy the amazing Slideshow. 🙂 Don’t forget to leave a comment. [mailmunch-form id=”77023″] [wpedon id=”7041″ align=”center”]

Read More
andc new building sports ground

C++ Program for Polynomial Fit (Least Squares)

C++ Programming Numerical Analysis ProgrammingSep 9, 2015Apr 28, 2021 Manas Sharma

UPDATE: For a better and cleaner version of the program I refer you to this link. Explanation of the code: So that’s it!…

Read More

C++ Program to Linear Fit the data using Least Squares Method

C++ Programming Numerical Analysis ProgrammingSep 8, 2015May 12, 2020 Manas Sharma

Explanation of the code: [wpedon id=”7041″ align=”center”]

Read More

C++ Program for Gauss-Elimination for solving a System of Linear Equations

C++ Programming Numerical Analysis ProgrammingSep 7, 2015Apr 16, 2020 Manas Sharma

Tutorial Video: [wpedon id=”7041″ align=”center”]

Read More

Backward Difference Table – C++ Program

C++ Programming Numerical Analysis ProgrammingAug 30, 2015Oct 7, 2015 Manas Sharma

//Backward Difference #include #include using namespace std; int main() { cout.precision(5); //set precision cout.setf(ios::fixed); int i=0,j=0,n,k=0; coutn; double x[n], y[n][n]; //make an array…

Read More

Forward Difference Table- C++ Program

C++ Programming Coding Numerical Analysis ProgrammingAug 30, 2015Oct 7, 2015 Manas Sharma

//Forward Difference Table #include #include using namespace std; int main() { cout.precision(2); //set precision cout.setf(ios::fixed); int i=0,j=0,n,k; coutn; double x[n], y[n][n]; //make an…

Read More

Statistical Physics Previous Year Question Papers -Delhi University

DU Exclusive Physics Honors Previous Year Question Papers Previous Year Question PapersAug 16, 2015 Manas Sharma

Preparing for Delhi University Semester Exams is a pain in the ass. No one can tell what to expect. But what one can…

Read More

Posts navigation

Previous 1 … 36 37 38 39 40 … 61 Next

Latest Articles

  • A Computational Chemistry Alphabet for Curious Young Minds
    Nov 21, 2025
  • How to Properly Cite VASP in Your Research Papers | A Guide with Examples and Formats
    Dec 11, 2024
  • Exchange-Correlation Functionals [Explained for Beginners]
    May 1, 2024
  • Why is chemical accuracy defined as 1 kcal/mol? [SOLVED]
    Apr 29, 2024
  • What is Electron Correlation? [EXPLAINED]
    Dec 4, 2023
  • Automate Bulk Downloading of Molecular Properties and 3D Structures from ChemSpider with Python and Chemspipy
    Nov 16, 2023

SUBSCRIBE ON YOUTUBE

Follow me on Instagram

[instagram-feed feed=1]

  • About
  • Policies

Social

  • View ducktape07’s profile on Facebook
  • View manassharma07’s profile on Twitter
  • View ducktape07’s profile on Instagram
  • View manassharma24059a12a’s profile on LinkedIn
  • View manassharma100’s profile on YouTube
  • View manassharma07’s profile on Google+
  • View manassharma07’s profile on WordPress.org

SUBSCRIBE ON YOUTUBE

Powered by Nevler. © 2026 BragitOff.com. All Rights Reserved.
 

Loading Comments...