00001 /*============================================================================ 00002 Copyright 2006 Thad Harroun, Kevin Yager 00003 00004 This file is part of "yanera 2.0". 00005 00006 "yanera 2.0" is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. 00007 00008 "yanera 2.0" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 00009 00010 You should have received a copy of the GNU General Public License along with Parratt; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 00011 ============================================================================*/ 00012 /*============================================================================*/ 00018 /*============================================================================*/ 00025 int yanera_siman_main(yanera_container *yanera); 00026 /*============================================================================*/ 00027 /*============================================================================*/ 00032 double siman_energy(void *yanera_pointer); 00033 /*============================================================================*/ 00038 void siman_step(const gsl_rng *rng, void *yanera_pointer, double step_size); 00039 /*============================================================================*/ 00044 double siman_metric(void *yanera_pointer1, void *yanera_pointer2); 00045 /*============================================================================*/ 00057 void siman_print(void *data); 00058 /*============================================================================*/ 00063 void siman_copy(void *source_yanera_pointer, void *dest_yanera_pointer); 00064 /*============================================================================*/ 00069 void *siman_copy_construct(void *yanera_pointer); 00070 /*============================================================================*/ 00075 void siman_destroy(void *yanera_pointer); 00076