|
6 | 6 | <meta charset='UTF-8'> |
7 | 7 | <meta content='width=device-width, initial-scale=1' name='viewport'/> |
8 | 8 |
|
9 | | - <meta name='description' content=''> |
10 | | - <meta name='keywords' content='black scholes, black scholes pde, black scholes formula, risk-neutrality, no arbitrage, options, derivatives, derivatives pricing, lognormal distribution'> |
11 | | - <meta name='author' content='Gregory Gundersen'> |
| 9 | + <meta name='description' content='Derivation, overview, and guide to producing pair correlation functions from spatial data. Learn about radial distribution functions in statistical mechanics and molecular dynamics.'> |
| 10 | + <meta name='keywords' content='pair correlation function, radial distribution function, statistical mechanics, spatial analysis, molecular dynamics, point patterns, g(r), particle distribution'> |
| 11 | + <meta name='author' content='Chase K Osborne'> |
| 12 | + |
| 13 | + <!-- Canonical URL --> |
| 14 | + <link rel='canonical' href='https://chasekosborne.github.io/blog/paircorrelation.html' /> |
| 15 | + |
| 16 | + <!-- Open Graph / Facebook --> |
| 17 | + <meta property='og:type' content='article'> |
| 18 | + <meta property='og:url' content='https://chasekosborne.github.io/blog/paircorrelation.html'> |
| 19 | + <meta property='og:title' content='The Pair Correlation Function'> |
| 20 | + <meta property='og:description' content='Derivation, overview, and guide to producing pair correlation functions from spatial data in statistical mechanics.'> |
| 21 | + <meta property='og:image' content='https://chasekosborne.github.io/image/paircorrelation/radial_distribution.gif'> |
| 22 | + <meta property='og:site_name' content='Chase K Osborne'> |
| 23 | + <meta property='article:published_time' content='2024-02-17'> |
| 24 | + <meta property='article:author' content='Chase K Osborne'> |
| 25 | + <meta property='article:section' content='Physics'> |
| 26 | + <meta property='article:tag' content='Statistical Mechanics'> |
| 27 | + <meta property='article:tag' content='Computational Physics'> |
| 28 | + |
| 29 | + <!-- Twitter Card --> |
| 30 | + <meta name='twitter:card' content='summary_large_image'> |
| 31 | + <meta name='twitter:url' content='https://chasekosborne.github.io/blog/paircorrelation.html'> |
| 32 | + <meta name='twitter:title' content='The Pair Correlation Function'> |
| 33 | + <meta name='twitter:description' content='Derivation and guide to producing pair correlation functions from spatial data.'> |
| 34 | + <meta name='twitter:image' content='https://chasekosborne.github.io/image/paircorrelation/radial_distribution.gif'> |
| 35 | + |
| 36 | + <!-- JSON-LD Structured Data --> |
| 37 | + <script type='application/ld+json'> |
| 38 | + { |
| 39 | + "@context": "https://schema.org", |
| 40 | + "@type": "BlogPosting", |
| 41 | + "headline": "The Pair Correlation Function", |
| 42 | + "description": "Derivation, overview, and guide to producing pair correlation functions from spatial data in statistical mechanics and molecular dynamics.", |
| 43 | + "image": "https://chasekosborne.github.io/image/paircorrelation/radial_distribution.gif", |
| 44 | + "author": { |
| 45 | + "@type": "Person", |
| 46 | + "name": "Chase K Osborne", |
| 47 | + "url": "https://chasekosborne.github.io" |
| 48 | + }, |
| 49 | + "publisher": { |
| 50 | + "@type": "Person", |
| 51 | + "name": "Chase K Osborne", |
| 52 | + "url": "https://chasekosborne.github.io" |
| 53 | + }, |
| 54 | + "datePublished": "2024-02-17", |
| 55 | + "dateModified": "2024-02-17", |
| 56 | + "mainEntityOfPage": { |
| 57 | + "@type": "WebPage", |
| 58 | + "@id": "https://chasekosborne.github.io/blog/paircorrelation.html" |
| 59 | + } |
| 60 | + } |
| 61 | + </script> |
12 | 62 |
|
13 | 63 | <link href='../css/blog.css' rel='stylesheet'/> |
14 | 64 | <link href='../css/trac.css' rel='stylesheet'/> |
|
0 commit comments