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
    • TURBOMOLE
    • PySCF
    • NWChem
    • DFT
    • Quantum Espresso
    • DFT Simulations Database
  • CrysX
    • 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

Category: C++ Programming

Here you can find all kinds of stuff related to C++ Programming. Being a Physics student I mostly upload the programs related to Physics or Numerical Analysis.
Hope you find it useful.

C++ Program to multiply two Matrices

C++ ProgrammingDec 19, 2017Dec 19, 2017 Manas Sharma

One can define matrices in C++ using 2-D arrays. In this post I will assume, that you are familiar with the concepts of…

Read More

C Program for Newton-Raphson Method

C Programs C++ Programming Numerical Analysis Programming Root FindingAug 18, 2017Dec 1, 2022 Manas Sharma

Newton-Raphson Method, is a Numerical Method, used for finding a root of an equation. The method requires the knowledge of the derivative of…

Read More

C++ Program for Determinant of a Matrix using Gauss Elimination

C++ Programming Numerical Analysis ProgrammingApr 4, 2017 Manas Sharma

So I wrote a code for Gaussian Elimination to solve a system of linear equations a while ago. But recently learned that it…

Read More
cpp cplusplus plus c

Numerical Analysis – C++ Programs for various techniques

C++ Programming Numerical Analysis ProgrammingNov 1, 2015May 1, 2016 Manas Sharma

Algebraic and transcendental equations To find the roots of an equation(algebraic or transcendental) by Bisection Method. Links:            …

Read More
numerical analysis methods categories techniques cloud tags

C++ Program for Modified Euler’s Method to solve an ODE

C++ Programming Numerical Analysis ProgrammingOct 28, 2015Nov 22, 2021 Manas Sharma

Run the code online here: https://onlinegdb.com/N-6KusNbR Code: Run the code online here: https://onlinegdb.com/N-6KusNbR Sample output Exact (ideal) solution Explaination of the code: Manas…

Read More

C++ Program for Euler’s Method to solve an ODE(Ordinary Differential Equation)

C++ Programming Numerical Analysis ProgrammingOct 27, 2015Dec 8, 2016 Manas Sharma

//Eulers Method to solve a differential equation #include #include #include using namespace std; double df(double x, double y) //function for defining dy/dx {…

Read More
cpp cplusplus plus c

Gaussian Elimination-(Lab Write-Up with Algorithm and FlowChart)

C++ Programming Numerical Analysis ProgrammingOct 16, 2015Sep 12, 2016 Manas Sharma

Here is the Lab Write Up for a C++ Program for Gaussian Elimination to solve a System of Linear Equations. The Write-Up consists…

Read More

Backward Difference Table- (Lab Write-Up with Algorithm and Flowchart)

C++ Programming Numerical Analysis ProgrammingOct 16, 2015Oct 17, 2015 Manas Sharma

Here is the Lab Write Up for a C++ Program for Backward Difference Table. The Write-Up consists of Algorithm, Flow Chart, Program, and…

Read More

Forward Difference Table- (Lab Write-Up with Algorithm and Flow Chart)

C++ Programming Numerical Analysis ProgrammingOct 16, 2015Oct 17, 2015 Manas Sharma

Here is the Lab Write Up for a C++ Program for making a Forward Difference Table. The Write-Up consists of Algorithm, Flow Chart,…

Read More

Gauss-Seidel(Iterative Method) For System of Linear Equations-C++ Program

C++ Programming Numerical Analysis ProgrammingOct 13, 2015Apr 16, 2020 Manas Sharma

So I wrote this piece of code for solving a system of linear equations using Gauss-Seidel’s Iterative method in the fifth semester of…

Read More
programming coding blue hands digital keyboard fingers

Posts navigation

1 2 3 4 Next

Latest Articles

  • RIPER Tools for TURBOMOLE
    Sep 4, 2023
  • LK99 Structure files in CIF, POSCAR and other formats
    Aug 13, 2023
  • How to compute the kinetic energy density on grid points using PySCF? [TUTORIAL]
    Jul 17, 2023
  • How to install TURBOMOLE (Quantum Chemistry Package) on Linux? [TUTORIAL]
    Jul 14, 2023
  • How to parse (read) .XYZ atomic coordinates file using Python? [TUTORIAL]
    Jul 4, 2023
  • Poster ICQC 2023 – Efficient Simulation of High Harmonic Generation Using Gaussian Basis Functions
    Jun 21, 2023

SUBSCRIBE ON YOUTUBE

Follow me on Instagram

phys.whiz

phys.whiz
Isosurface of the spin-density of #LK99 calculated Isosurface of the spin-density of #LK99 calculated using TURBOMOLE and visualized using @crysx_3d 

The concentration on Cu and the neighbouring oxygen atoms is in accordance with literature
You don't need fancy software or codes to dive int You don't need fancy software or codes to dive into #LK99 analysis. 
Back in my master's days, I developed @crysx_3d — Android apps for crystal visualization and simulating XRD patterns among other things. 
Explore and enjoy!
#LK99 Pb9P6CuO25 #LK99
Pb9P6CuO25
  • 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. © 2023 BragitOff.com. All Rights Reserved.
 

Loading Comments...