Last change
on this file since 756 was
756,
checked in by srkline, 12 years ago
|
Adding Yun Liu's 2-Yukawa structure factor to both the library and the XOP. Ideally it would be consolidated to the libStructureFactor files, but there are a lot of files, and labeling them as such seems less confusing.
Currently functions correctly on Mac, still needs to be compiled on Win.
|
File size:
467 bytes
|
Rev | Line | |
---|
[756] | 1 | /* |
---|
| 2 | * Yukawa.h |
---|
| 3 | * twoyukawa |
---|
| 4 | * |
---|
| 5 | * Created by Marcus Hennig on 5/12/10. |
---|
| 6 | * Copyright 2010 __MyCompanyName__. All rights reserved. |
---|
| 7 | * |
---|
| 8 | */ |
---|
| 9 | int Y_CheckSolution( double Z, double K, double phi, double a, double b, double c, double d ); |
---|
| 10 | int Y_SolveEquations( double Z, double K, double phi, |
---|
| 11 | double* a, double* b, double* c, double* d, int debug ); |
---|
| 12 | double SqOneYukawa( double q, |
---|
| 13 | double Z, double K, double phi, |
---|
| 14 | double a, double b, double c, double d ); |
---|
Note: See
TracBrowser
for help on using the repository browser.